/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/chromium_org/third_party/WebKit/Tools/qunit/test/ |
D | same.js | 448 function fn1() { function 466 e: fn1, 513 e: fn1, 562 e: fn1, 608 e: fn1, 657 e: fn1, 703 e: fn1, 752 e: fn1, 798 e: fn1, 847 c: fn1 [all …]
|
/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
|
D | simple-archive.test | 11 CHECKIDX: U 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 | 119 void fn1(B *b) { b->m_fn1(); } in fn1() function 130 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/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) {
|
D | 2012-05-27-Negative-Shift-Crash.ll | 14 define signext i8 @fn1(i32 %p1) nounwind uwtable readnone ssp { 49 %call = tail call signext i8 @fn1(i32 %sub) nounwind
|
/external/llvm/test/Assembler/ |
D | 2008-09-29-RetAttr.ll | 5 define inreg i32 @fn1() { 10 %t = call inreg i32 @fn1()
|
D | 2008-09-02-FunctionNotes.ll | 4 ; CHECK: define void @fn1() #0 5 define void @fn1() alwaysinline {
|
D | 2008-09-02-FunctionNotes2.ll | 3 define void @fn1() alwaysinline noinline {
|
/external/compiler-rt/test/msan/ |
D | chained_origin_limits.cc | 94 void fn1() { in fn1() function 109 fn1(); in main()
|
/external/llvm/test/CodeGen/PowerPC/ |
D | ctrloop-large-ec.ll | 5 define void @fn1() { 20 ; CHECK: @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,…
|
/external/llvm/test/CodeGen/X86/ |
D | shift-codegen.ll | 10 define void @fn1() { 11 ; CHECK-LABEL: fn1:
|
D | 2012-08-17-legalizer-crash.ll | 13 define void @fn1() nounwind uwtable ssp { 28 ; CHECK-LABEL: fn1:
|
/external/llvm/test/Transforms/LoopVectorize/ |
D | infiniteloop.ll | 17 ; CHECK-LABEL: @fn1( 18 define void @fn1() {
|
/external/clang/test/CodeGenCXX/ |
D | microsoft-abi-sret-and-byval.cpp | 329 void fn1(FnPtr1 a, SmallWithDtor b) { } in fn1() function 333 void fn2(FnPtr1 a, SmallWithDtor b) { fn1(a, b); }; in fn2()
|
D | pr18962.cpp | 20 void fn1(A *p1) { in fn1() function
|
D | cxx11-initializer-aggregate.cpp | 6 int fn1(int x) { in fn1() function
|
D | cxx0x-initializer-constructors.cpp | 8 void fn1() { in fn1() function
|
/external/clang/test/CodeGen/ |
D | named_reg_global.c | 33 int fn1() { in fn1() function
|