Home
last modified time | relevance | path

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

/llvm-project/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/llvm/test/MC/ELF/
H A Dcomdat-reloc.s12 world: label
/llvm-project/llvm/test/tools/llvm-cov/gcov/Inputs/
H A Dtest.cpp8 const char * world = "hello"; variable
/llvm-project/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/clang/test/Tooling/
H A Dclang-diff-ast.cpp86 namespace world { namespace
/llvm-project/clang/test/Sema/
H A Dwarn-cast-align.c74 doesnotexist world; // expected-error {{unknown type name 'doesnotexist'}} in test6() member
/llvm-project/libcxx/test/std/utilities/format/format.functions/
H A Dformat_tests.h474 format_test_string(const W & world,const U & universe,TestFunction check,ExceptionTest check_exception) format_test_string() argument
692 std::basic_string<CharT> world = STR("world"); format_string_tests() local
[all...]
/llvm-project/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
H A Dp5.cpp39 const char world[6] = "world"; variable
/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp55 mode_t user, group, world; in ParsePermissionString() local