Searched refs:fn3 (Results 1 - 19 of 19) sorted by relevance

/external/clang/test/CoverageMapping/
H A Dtrymacro.cpp17 void fn3() TRY { return; } // CHECK: [[@LINE]]:15 -> [[@LINE+1]]:14 = #1
40 fn3();
H A Dmacro-expressions.cpp50 void STMT(fn3)() { function
/external/compiler-rt/test/asan/TestCases/
H A Dvla_chrome_testcase.cc16 __attribute__((noinline)) void fn3(int *first, int second) { function
25 fn3(&f, sizeof 0 * (&c - e));
/external/clang/test/OpenMP/
H A Dparallel_if_codegen.cpp10 void fn3();
47 fn3();
121 // CHECK: call {{.*}}void @{{.+}}fn3
H A Dtask_if_codegen.cpp11 void fn3();
53 fn3();
202 // CHECK: call void @{{.+}}fn3
/external/clang/test/Sema/
H A Dinitialize-noreturn.c12 Fn_noret fn3 = &foo_noret; local
H A Dunused-expr.c85 int fn3() __attribute__ ((__const));
88 if (fn1() < 0 || fn2(2,1) < 0 || fn3(2) < 0) // no warnings
93 fn3(42); // expected-warning {{ignoring return value of function declared with const attribute}}
H A Dasm.c183 void fn3() { function
/external/clang/test/Preprocessor/
H A Dhas_attribute.c30 int fn3() __attribute__ ((__const));
/external/clang/test/CodeGenCXX/
H A Dcxx0x-initializer-constructors.cpp22 void fn3() { function
H A Dcxx0x-initializer-stdinitializerlist-startend.cpp78 void fn3() { function
H A Dcxx0x-initializer-stdinitializerlist.cpp132 void fn3() { function
/external/clang/test/SemaCXX/
H A Ddeleted-function.cpp10 void fn3() = delete; // expected-note {{previous definition is here}}
11 void fn3() { // expected-error {{redefinition}} function
H A Dms-interface.cpp34 // expected-error@+1 {{non-public member function 'fn3' is not permitted within an interface type}}
35 void fn3();
H A Denable_if.cpp119 int fn3(bool b) __attribute__((enable_if(b, ""))); // FIXME: This test should net 0 error messages.
121 fn3(sizeof(T) == 1); // expected-error{{no matching function for call to 'fn3'}} expected-note@-2{{candidate disabled}}
161 int fn3(bool b) __attribute__((enable_if(b, ""))); // FIXME: This test should net 0 error messages.
163 fn3(sizeof(T) == 1); // expected-error{{no matching function for call to 'fn3'}} expected-note@-2{{candidate disabled}}
/external/compiler-rt/test/msan/
H A Dchained_origin_limits.cc114 void fn3() { function
123 fn3();
152 // CHECK-PER-STACK: in fn3
/external/llvm/test/Object/
H A Darchive-long-index.test10 CHECKIDX: fn3 in 3.o
27 CHECKIDX: 0000000000000000 T fn3
/external/clang/test/Analysis/
H A DPR24184.cpp73 void fn3() { function
/external/clang/test/CodeGen/
H A Dstruct.c34 int fn3(F2 *c) { function

Completed in 811 milliseconds