Home
last modified time | relevance | path

Searched defs:hello_world (Results 1 – 6 of 6) sorted by relevance

/llvm-project/libc/examples/hello_world/
H A DCMakeLists.txt1 project(hello_world) project
/llvm-project/lldb/test/API/lang/cpp/stl/
H A Dmain.cpp7 std::string hello_world ("Hello World!"); in main() local
/llvm-project/lldb/test/API/functionalities/inferior-crashing/
H A Dmain.c3 const char *hello_world = "Hello, segfault!"; variable
/llvm-project/lldb/test/API/functionalities/inferior-assert/
H A Dmain.c4 const char *hello_world = "Hello, assertion!"; variable
/llvm-project/llvm/test/Object/AMDGPU/
H A Dobjdump.s6 hello_world: label
/llvm-project/lldb/test/API/lang/cpp/class_static/
H A Dmain.cpp52 const char *hello_world = "Hello, world!"; in main() local