/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()
|
D | alloc_size.c | 8 void* fn1(int) __attribute__((alloc_size("xpto"))); // expected-error{{attribute requires integer c…
|
/external/llvm/test/Object/ |
D | archive-long-index.test | 9 CHECKIDX: fn1 in 2.o 11 CHECKIDX: fn1 in 3.o 24 CHECKIDX: 00000000 T fn1 26 CHECKIDX: 0000000b 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 | conditional-expr.cpp | 25 void fn1(); 163 pfm = i1 ? DFnPtr() : &Base::fn1; in test() 164 pfm = i1 ? &Base::fn1 : DFnPtr(); in test() 176 pfm = i1 ? &Base::fn1 : &Derived::fn2; in test() 177 pfm = i1 ? &Derived::fn2 : &Base::fn1; in test()
|
D | cxx0x-cursory-default-delete.cpp | 19 void fn1 () { in fn1() function
|
/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/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/llvm/test/CodeGen/X86/ |
D | shift-codegen.ll | 10 define void @fn1() { 11 ; CHECK: fn1:
|
D | 2012-08-17-legalizer-crash.ll | 13 define void @fn1() nounwind uwtable ssp { 28 ; CHECK: fn1:
|
D | unreachable-loop-sinking.ll | 10 define double @fn1(i8* %arg, i64 %arg1) {
|
/external/clang/test/CodeGenCXX/ |
D | debug-info-limit-type.cpp | 13 void fn1(B b) { b.fn2(); } in fn1() function in A
|
D | cxx11-initializer-aggregate.cpp | 6 int fn1(int x) { in fn1() function
|
D | cxx0x-initializer-constructors.cpp | 8 void fn1() { in fn1() function
|
D | cxx0x-initializer-stdinitializerlist-startend.cpp | 39 void fn1(int i) { in fn1() function
|
D | cxx0x-initializer-stdinitializerlist.cpp | 67 void fn1(int i) { in fn1() function
|
/external/llvm/test/Transforms/InstCombine/ |
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/clang/test/SemaObjC/ |
D | ivar-in-class-extension.m | 5 int fn1(SomeClass *obj) { function
|
D | ivar-in-implementations.m | 34 id fn1(INTFSTANDALONE *b) { return b->PRIV_IVAR; } // expected-error {{instance variable 'PRIV_IVAR… function
|
/external/clang/test/CodeGen/ |
D | struct.c | 8 void fn1() { in fn1() function
|
/external/llvm/test/Transforms/Reassociate/ |
D | pr12245.ll | 42 define i32 @fn1() nounwind uwtable ssp {
|
/external/clang/test/SemaTemplate/ |
D | default-expr-arguments.cpp | 302 fn1 () in fn1() function
|