Home
last modified time | relevance | path

Searched defs:Hello (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Transforms/Hello/
H A DHello.cpp26 struct Hello : public FunctionPass { struct
27 static char ID; // Pass identification, replacement for typeid
28 Hello() : FunctionPass(ID) {} in Hello() argument
30 bool runOnFunction(Function &F) override { in runOnFunction()
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/
H A Dusing13.C16 template<class N> void Hello(N) {} in Hello() function