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

1234567891011>>

/external/clang/test/Parser/
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 Dstruct-decl.c57 inline struct test3 { // expected-error {{'inline' can only appear on functions}} struct
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/SemaCXX/
H A Dunreachable-code.cpp33 void test3() { function
H A Dwarn-func-not-needed.cpp19 namespace test3 { namespace
H A Dcondition.cpp47 void test3() { function
51 if (test3) // expected-warning {{address of function 'test3' will always evaluate to 'true'}} \
H A Dlinkage.cpp56 namespace test3 { namespace
63 // CHECK: define void @test3(
64 extern "C" void test3(A a) {} function in namespace:test3
H A Dattr-weak.cpp10 int test3 __attribute__((weak)); // expected-error {{weak declaration cannot have internal linkage}} member in namespace:__anon17330
H A Dunknown-anytype.cpp30 namespace test3 { namespace
H A Dwarn-vla.cpp10 void test3(int n, int v[n]); // expected-warning {{variable length array used}}
/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/chromium_org/v8/test/mjsunit/compiler/
H A Dosr-alignment.js77 function test3() { function
86 test3();
/external/clang/test/CodeGen/
H A Dblocks-1.c37 void test3() { function
74 test3();
H A Dinline.c10 // CHECK1: define void @test3()
32 // CHECK2: define void @test3
92 extern __inline void test3() __attribute__((gnu_inline));
93 __inline void __attribute__((gnu_inline)) test3() {} function
H A D2003-09-18-BitfieldTests.c19 void test3(BF *b) { function
H A Dcaptured-statements.c51 void test3() { function
57 // CHECK-3: 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
114 // CHECK: Keyword: "void" [18:1 - 18:5] FunctionDecl=test3:18:6 (Definition)
115 // CHECK: Identifier: "test3" [18:6 - 18:11] FunctionDecl=test3:18:6 (Definition)
116 // CHECK: Punctuation: "(" [18:11 - 18:12] FunctionDecl=test3:18:6 (Definition)
119 // CHECK: Punctuation: ")" [18:17 - 18:18] FunctionDecl=test3:18:6 (Definition)
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-969.js70 function test3() { return first((y++, typeof x3), 2); } function
71 assertEquals('number', test3(), 'test3 before');
73 assertEquals('undefined', test3(), 'test3 after');
/external/v8/test/mjsunit/regress/
H A Dregress-969.js70 function test3() { return first((y++, typeof x3), 2); } function
71 assertEquals('number', test3(), 'test3 before');
73 assertEquals('undefined', test3(), 'test3 after');
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
H A Dflakiness_dashboard_unittests.js245 var test3 = createResultsObjectForTest('foo/test3.html', 'dummyBuilder');
248 test3.expectations = '';
250 var tests = [test1, test2, test3];
252 deepEqual(tests, [test2, test1, test3]);
254 deepEqual(tests, [test3, test1, test2]);
258 test3.bugs = '';
260 var tests = [test1, test2, test3];
262 deepEqual(tests, [test2, test1, test3]);
264 deepEqual(tests, [test3, test
[all...]

Completed in 475 milliseconds

1234567891011>>