Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Hello/
DHello.cpp27 struct Hello : public FunctionPass { struct
28 static char ID; // Pass identification, replacement for typeid
29 Hello() : FunctionPass(ID) {} in Hello() function
31 bool runOnFunction(Function &F) override { in runOnFunction()
/external/swiftshader/third_party/LLVM/lib/Transforms/Hello/
DHello.cpp26 struct Hello : public FunctionPass { struct
27 static char ID; // Pass identification, replacement for typeid
28 Hello() : FunctionPass(ID) {} in Hello() argument
30 virtual bool runOnFunction(Function &F) { in runOnFunction()
/external/xmlrpcpp/test/
DHelloServer.cpp14 class Hello : public XmlRpcServerMethod class
17 Hello(XmlRpcServer* s) : XmlRpcServerMethod("Hello", s) {} in Hello() function in Hello
/external/icu/icu4c/source/test/intltest/
Dregextst.cpp1834 UnicodeString Hello("Hello, world."); in API_Pattern() local