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