/external/llvm/test/Assembler/ |
D | 2008-09-02-FunctionNotes.ll | 15 ; CHECK: define void @fn3() 16 ; CHECK-NOT: define void @fn3() #{{.*}} 17 define void @fn3() {
|
/external/llvm/test/Transforms/LoopStrengthReduce/X86/ |
D | pr17473.ll | 36 for.body: ; preds = %entry, %fn3.exit 37 %inc9 = phi i8 [ 0, %entry ], [ %inc, %fn3.exit ] 39 br i1 %tobool.i, label %fn3.exit, label %land.rhs.i 43 br label %fn3.exit 45 fn3.exit: ; preds = %for.body, %land.rhs.i 50 for.end: ; preds = %fn3.exit
|
/external/clang/test/CoverageMapping/ |
D | trymacro.cpp | 17 void fn3() TRY { return; } // CHECK: [[@LINE]]:15 -> [[@LINE+1]]:14 = #1 in fn3() function 23 fn3(); in main()
|
/external/compiler-rt/test/asan/TestCases/ |
D | vla_chrome_testcase.cc | 16 __attribute__((noinline)) void fn3(int *first, int second) { in fn3() function 25 fn3(&f, sizeof 0 * (&c - e)); in main()
|
/external/clang/test/OpenMP/ |
D | parallel_if_codegen.cpp | 10 void fn3(); 47 fn3(); in tmain()
|
D | task_if_codegen.cpp | 11 void fn3(); 53 fn3(); in tmain()
|
/external/clang/test/Sema/ |
D | unused-expr.c | 85 int fn3() __attribute__ ((__const)); 88 if (fn1() < 0 || fn2(2,1) < 0 || fn3(2) < 0) // no warnings in t6() 93 fn3(42); // expected-warning {{ignoring return value of function declared with const attribute}} in t6()
|
D | initialize-noreturn.c | 12 Fn_noret fn3 = &foo_noret; in test() local
|
/external/compiler-rt/test/msan/ |
D | chained_origin_limits.cc | 114 void fn3() { in fn3() function 123 fn3(); in main()
|
/external/clang/test/SemaCXX/ |
D | enable_if.cpp | 119 int fn3(bool b) __attribute__((enable_if(b, ""))); 121 fn3(sizeof(T) == 1); in test3() 161 int fn3(bool b) __attribute__((enable_if(b, ""))); 163 fn3(sizeof(T) == 1); in test3()
|
D | deleted-function.cpp | 10 void fn3() = delete; // expected-note {{previous definition is here}} 11 void fn3() { // expected-error {{redefinition}} in fn3() function
|
D | ms-interface.cpp | 35 void fn3();
|
/external/llvm/test/CodeGen/ARM/ |
D | 2014-02-05-vfp-regs-after-stack.ll | 18 ; CHECK-LABEL: fn3: 19 define arm_aapcs_vfpcc float @fn3(float %a, double %b, double %c, double %d, double %e, double %f, …
|
/external/llvm/test/Transforms/InstCombine/ |
D | pr24354.ll | 10 define void @fn3() { 11 ; CHECK: @fn3
|
D | call-cast-target.ll | 54 declare i32 @fn3(i64) 58 ; CHECK: %[[call:.*]] = tail call i32 bitcast (i32 (i64)* @fn3 to i32 (i32*)*)(i32* %a) 61 %call = tail call i32 bitcast (i32 (i64)* @fn3 to i32 (i32*)*)(i32* %a)
|
D | 2012-05-27-Negative-Shift-Crash.ll | 27 tail call void @fn3(i32 %conv) nounwind 31 define void @fn3(i32 %p1) nounwind uwtable ssp {
|
/external/v8/test/mjsunit/harmony/ |
D | do-expressions.js | 183 function fn3(exception = do { try { thrower(); } catch (e) { e } }) { function in TestInParameterInitializers 186 assertDoesNotThrow(fn3); 187 assertInstanceof(fn3(), MyError);
|
/external/llvm/test/Object/ |
D | archive-long-index.test | 10 CHECKIDX: fn3 in 3.o 27 CHECKIDX: 0000000000000000 T fn3
|
/external/llvm/test/Transforms/LICM/ |
D | PR21582.ll | 3 @fn3.i = external global i32, align 4 22 %arrayidx2 = getelementptr inbounds i32, i32* @fn3.i, i64 0
|
/external/llvm/test/Transforms/Inline/ |
D | 2008-09-02-NoInline.ll | 7 define i32 @fn3() {
|
D | alloca-dbgdeclare.ll | 7 ; void fn3(A p1) { 12 ; void fn4() { fn3(b); } 100 !15 = distinct !DISubprogram(name: "fn3", linkageName: "_Z3fn31A", line: 6, isLocal: false, isDefin…
|
/external/clang/test/Preprocessor/ |
D | has_attribute.c | 30 int fn3() __attribute__ ((__const));
|
/external/clang/test/CodeGenCXX/ |
D | cxx0x-initializer-constructors.cpp | 22 void fn3() { in fn3() function
|
D | cxx0x-initializer-stdinitializerlist-startend.cpp | 78 void fn3() { in fn3() function
|
/external/llvm/test/DebugInfo/Generic/ |
D | recursive_inlining.ll | 15 ; void fn3(); 22 ; fn3(); 32 ; void fn3() { fn6(); } 72 ; Inlined fn3: 220 !18 = distinct !DISubprogram(name: "fn3", linkageName: "_Z3fn3v", line: 20, isLocal: false, isDefin…
|