Searched defs:test2 (Results 226 - 250 of 540) sorted by relevance

1234567891011>>

/external/clang/test/FixIt/
H A Dfixit-unicode.c29 void test2() { function
/external/clang/test/Index/
H A Dannotate-tokens.cpp11 void test2(X x) { function
83 // CHECK: Keyword: "void" [11:1 - 11:5] FunctionDecl=test2:11:6 (Definition)
84 // CHECK: Identifier: "test2" [11:6 - 11:11] FunctionDecl=test2:11:6 (Definition)
85 // CHECK: Punctuation: "(" [11:11 - 11:12] FunctionDecl=test2:11:6 (Definition)
88 // CHECK: Punctuation: ")" [11:15 - 11:16] FunctionDecl=test2:11:6 (Definition)
H A Dcomplete-macro-args.c17 void test2(struct Point *p) { function
/external/clang/test/Lexer/
H A Dc90.c14 void test2() { function
/external/clang/test/Parser/
H A Dbrackets.c35 void test2() { function
H A Dimplicit-casts.c6 void test2() { function
H A Dtypeof.c22 void test2() { function
/external/clang/test/Preprocessor/
H A Dmacro_with_initializer_list.cpp168 void test2() { function
/external/clang/test/Sema/
H A Darm-neon-types.c12 float32x2_t test2(uint32x2_t x) { function
H A Dattr-unavailable-message.c23 char test2[__has_feature(attribute_unavailable_with_message) ? 1 : -1]; variable
H A Dblock-misc.c31 int test2(double (^S)()) { function
H A Denable_if.c51 void test2(const char *s, int i) { function
52 // CHECK: define void @test2
H A Dinvalid-decl.c42 void test2();
43 void test2(undef); // expected-error {{a parameter list without types is only allowed in a function definition}}
44 void test2() { } function
H A Dscope-check.c11 int test2(int x) { function
H A Dtypedef-retain.c11 void test2(float4 a, int4p result, int i) { function
H A Dwarn-shadow.c34 struct test2 { struct
/external/clang/test/SemaCXX/
H A DPR11358.cpp21 namespace test2 { namespace
H A Daddress-of.cpp29 void test2() { function
H A Dattr-weak.cpp6 namespace test2 __attribute__((weak)) { // expected-warning {{'weak' attribute only applies to variables, functions and classes}} namespace
H A Dblocks.cpp24 namespace test2 { namespace
H A Dcondition.cpp40 void test2() { function
H A Dfunction-extern-c.cpp42 namespace test2 { namespace
48 extern "C" A f(void); // expected-warning {{'f' has C-linkage specified, but returns incomplete type 'test2::A' which could be incompatible with C}}
H A Dptrtomember-overload-resolution.cpp41 void test2(X x) function
H A Dundefined-inline.cpp9 namespace test2 { namespace
H A Dwarn-assignment-condition.cpp127 void test2() { function
128 if ((fn == test2)) {} // expected-warning {{equality comparison with extraneous parentheses}} \
131 if ((test2 == fn)) {}

Completed in 342 milliseconds

1234567891011>>