Searched defs:Hello (Results 1 – 4 of 4) sorted by relevance
27 struct Hello : public FunctionPass { struct28 static char ID; // Pass identification, replacement for typeid29 Hello() : FunctionPass(ID) {} in Hello() function31 bool runOnFunction(Function &F) override { in runOnFunction()
26 struct Hello : public FunctionPass { struct27 static char ID; // Pass identification, replacement for typeid28 Hello() : FunctionPass(ID) {} in Hello() argument30 virtual bool runOnFunction(Function &F) { in runOnFunction()
14 class Hello : public XmlRpcServerMethod class17 Hello(XmlRpcServer* s) : XmlRpcServerMethod("Hello", s) {} in Hello() function in Hello
1834 UnicodeString Hello("Hello, world."); in API_Pattern() local