Home
last modified time | relevance | path

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

/external/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() function
30 virtual bool runOnFunction(Function &F) { in runOnFunction()
/external/icu4c/test/intltest/
Dregextst.cpp1794 UnicodeString Hello("Hello, world."); in API_Pattern() local