Home
last modified time | relevance | path

Searched defs:world (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/llvm/test/MC/ELF/
H A Dcomdat-reloc.s12 world: label
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dfunique-sections.c7 void world(void) {} in world() function
H A Dfunction-sections.c15 void world(void) {} in world() function
H A Dbasic-block-sections.c13 int world(int a) { in world() function
/llvm-project-15.0.7/llvm/test/tools/llvm-cov/gcov/Inputs/
H A Dtest.cpp8 const char * world = "hello"; variable
/llvm-project-15.0.7/libcxx/test/std/concepts/concepts.lang/concept.swappable/
H A Dswappable.pass.cpp129 enum unscoped { hello, world }; enumerator
132 enum class scoped { hello, world }; enumerator
/llvm-project-15.0.7/clang/test/Tooling/
H A Dclang-diff-ast.cpp86 namespace world { namespace
/llvm-project-15.0.7/clang/test/Sema/
H A Dwarn-cast-align.c74 doesnotexist world; // expected-error {{unknown type name 'doesnotexist'}} in test6() member
/llvm-project-15.0.7/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
H A Dp5.cpp39 const char world[6] = "world"; variable
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectPlatform.cpp51 mode_t user, group, world; in ParsePermissionString() local