Searched refs:test3 (Results 51 - 75 of 375) sorted by relevance

1234567891011>>

/external/clang/test/FixIt/
H A Dfixit-unicode.c42 void test3() { function
/external/clang/test/Lexer/
H A Dc90.c31 void test3() { function
/external/clang/test/PCH/
H A Dcxx-chain-function-template.cpp27 void test3() { function
/external/clang/test/Parser/
H A Dbrackets.c50 void test3() { function
H A Dpointer-arithmetic.c5 int *test3(int *a) { return a - 1; } function
/external/clang/test/Sema/
H A Dreturn-noreturn.c23 __attribute__((__noreturn__)) void* test3(int arg) { function
H A Dbuiltins-arm.c35 void test3() { function
H A Dtypedef-retain.c17 void test3() { function
H A Dwarn-documentation-fixits.cpp15 void test3(T aaa);
H A Dwarn-shadow.c38 void test3(void) { function
/external/clang/test/SemaTemplate/
H A Dtypename-specifier-3.cpp19 template<class T> struct test3 { T b() { return typename a; } }; // expected-error{{expected a qualified name after 'typename'}} struct
/external/llvm/test/MC/AsmParser/
H A Dmacros-darwin.s28 .macro test3
33 test3 1, 2 3 label
36 test3 1, (2 3) label
39 test3 1 2 label
/external/clang/test/CXX/over/over.match/over.match.funcs/over.match.oper/
H A Dp3.cpp50 extern A test3;
51 extern decltype(a <= b) test3; member in namespace:bullet3
/external/clang/test/CodeGen/
H A Dblocks-1.c37 void test3() { function
74 test3();
H A Dinline.c10 // CHECK1-LABEL: define void @test3()
32 // CHECK2-LABEL: define void @test3
93 extern __inline void test3() __attribute__((gnu_inline));
94 __inline void __attribute__((gnu_inline)) test3() {} function
H A D2003-09-18-BitfieldTests.c19 void test3(BF *b) { function
H A Dbuiltin-assume-aligned.c23 // CHECK-LABEL: @test3
24 int test3(int *a) { function
/external/clang/test/SemaCXX/
H A Dcondition.cpp47 void test3() { function
51 if (test3) // expected-warning {{address of function 'test3' will always evaluate to 'true'}} \
H A Dlinkage.cpp58 namespace test3 { namespace
65 // CHECK: define void @test3(
66 extern "C" void test3(A a) {} function in namespace:test3
H A Dunknown-anytype.cpp30 namespace test3 { namespace
H A Dunreachable-code.cpp45 void test3() { function
/external/v8/test/mjsunit/compiler/
H A Dosr-alignment.js77 function test3() { function
86 test3();
/external/clang/test/CodeGenCXX/
H A Dderived-to-base.cpp39 namespace test3 { namespace
H A Dinternal-linkage.cpp42 char const * *test3() function
/external/clang/test/Index/
H A Dannotate-tokens.cpp18 void test3(S2 s2) { function
123 // CHECK: Keyword: "void" [18:1 - 18:5] FunctionDecl=test3:18:6 (Definition)
124 // CHECK: Identifier: "test3" [18:6 - 18:11] FunctionDecl=test3:18:6 (Definition)
125 // CHECK: Punctuation: "(" [18:11 - 18:12] FunctionDecl=test3:18:6 (Definition)
128 // CHECK: Punctuation: ")" [18:17 - 18:18] FunctionDecl=test3:18:6 (Definition)

Completed in 532 milliseconds

1234567891011>>