Searched defs:world (Results 1 – 11 of 11) sorted by relevance
7 void world(void) {} in world() function
15 void world(void) {} in world() function
13 int world(int a) { in world() function
12 world: label
8 const char * world = "hello"; variable
129 enum unscoped { hello, world }; enumerator132 enum class scoped { hello, world }; enumerator
86 namespace world { namespace
74 doesnotexist world; // expected-error {{unknown type name 'doesnotexist'}} in test6() member
474 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...]
39 const char world[6] = "world"; variable
55 mode_t user, group, world; in ParsePermissionString() local