/external/clang/test/Sema/ |
D | unused-expr.c | 83 int fn1() __attribute__ ((warn_unused_result)); 88 if (fn1() < 0 || fn2(2,1) < 0 || fn3(2) < 0) // no warnings in t6() 91 …fn1(); // expected-warning {{ignoring return value of function declared with warn_unused_result a… in t6() 95 …(void)0, fn1(); // expected-warning {{ignoring return value of function declared with warn_unused… in t6() 135 #define M6() fn1()
|
/external/llvm/test/Object/ |
D | archive-long-index.test | 9 CHECKIDX: fn1 in 2.o 11 CHECKIDX: fn1 in 3.o 24 CHECKIDX: 0000000000000000 T fn1 26 CHECKIDX: 000000000000000b T fn1
|
/external/clang/test/SemaCXX/ |
D | ms-interface.cpp | 8 virtual void fn1() const; 29 static int fn1(); 45 void fn1() const override;
|
D | microsoft-dtor-lookup.cpp | 120 void fn1(B *b) { b->m_fn1(); } in fn1() function 131 void fn1(B b) {} in fn1() function
|
D | conditional-expr.cpp | 25 void fn1(); 173 pfm = i1 ? DFnPtr() : &Base::fn1; in test() 174 pfm = i1 ? &Base::fn1 : DFnPtr(); in test() 186 pfm = i1 ? &Base::fn1 : &Derived::fn2; in test() 187 pfm = i1 ? &Derived::fn2 : &Base::fn1; in test()
|
/external/llvm/test/CodeGen/Generic/ |
D | pr12507.ll | 10 br i1 %tobool.i, label %if.then.i, label %fn1.exit 14 br label %fn1.exit 16 fn1.exit:
|
/external/llvm/test/Transforms/SimplifyCFG/ |
D | switch-to-select-multiple-edge-per-block-phi.ll | 4 ; fn1() { 18 define i32 @fn1() { 19 ; CHECK-LABEL: @fn1
|
/external/clang/test/CoverageMapping/ |
D | trymacro.cpp | 4 void fn1() try { return; } // CHECK: [[@LINE]]:12 -> [[@LINE+1]]:14 = #1 in fn1() function 21 fn1(); in main()
|
/external/llvm/test/Transforms/MergeFunc/ |
D | mergefunc-struct-return.ll | 13 define %kv1 @fn1() { 14 ; CHECK-LABEL: @fn1( 27 ; CHECK: %1 = tail call %kv1 @fn1()
|
/external/llvm/test/Transforms/InstCombine/ |
D | pr20079.ll | 5 ; CHECK-LABEL: @fn1 7 define i32 @fn1(i32 %a) {
|
/external/llvm/test/Assembler/ |
D | 2008-09-29-RetAttr.ll | 6 define inreg i32 @fn1() { 11 %t = call inreg i32 @fn1()
|
D | 2008-09-02-FunctionNotes.ll | 5 ; CHECK: define void @fn1() #0 6 define void @fn1() alwaysinline {
|
/external/llvm/test/CodeGen/X86/ |
D | trunc-store.ll | 12 ; void fn1() { 28 define void @fn1() { 29 ; CHECK-LABEL: fn1
|
D | pr23273.ll | 13 %call = call i32 @fn1(double %conv) 17 declare i32 @fn1(double) #1
|
D | 2012-08-17-legalizer-crash.ll | 13 define void @fn1() nounwind uwtable ssp { 28 ; CHECK-LABEL: fn1:
|
D | shift-codegen.ll | 10 define void @fn1() { 11 ; CHECK-LABEL: fn1:
|
/external/clang/test/OpenMP/ |
D | parallel_if_codegen.cpp | 8 void fn1(); 43 fn1(); in tmain()
|
D | task_if_codegen.cpp | 9 void fn1(); 49 fn1(); in tmain()
|
/external/opencv3/samples/python2/ |
D | asift.py | 114 fn1, fn2 = args variable 116 fn1 = '../data/aero1.jpg' variable 119 img1 = cv2.imread(fn1, 0) 124 print 'Failed to load fn1:', fn1
|
/external/compiler-rt/test/msan/ |
D | chained_origin_limits.cc | 106 void fn1() { in fn1() function 121 fn1(); in main()
|
/external/llvm/test/CodeGen/PowerPC/ |
D | ctrloop-large-ec.ll | 5 define void @fn1() { 20 ; CHECK: @fn1
|
/external/llvm/test/Transforms/LoopVectorize/ |
D | unsized-pointee-crash.ll | 5 ; CHECK-LABEL: @fn1 6 define void @fn1() {
|
D | zero-sized-pointee-crash.ll | 5 ; CHECK-LABEL: @fn1 6 define void @fn1() {
|
/external/llvm/test/Transforms/IndVarSimplify/ |
D | pr25060.ll | 3 define i16 @fn1() { 4 ; CHECK-LABEL: @fn1(
|
/external/llvm/test/CodeGen/ARM/ |
D | 2014-02-05-vfp-regs-after-stack.ll | 6 ; CHECK-LABEL: fn1: 7 define arm_aapcs_vfpcc float @fn1(double %a, double %b, double %c, double %d, double %e, double %f,…
|