Home
last modified time | relevance | path

Searched refs:fn1 (Results 1 – 25 of 28) sorted by relevance

12

/external/clang/test/Sema/
Dunused-expr.c83 int fn1() __attribute__ ((warn_unused_result));
88 if (fn1() < 0 || fn2(2,1) < 0 || fn3(2) < 0) // no warnings in t6()
91fn1(); // 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()
Dalloc_size.c8 void* fn1(int) __attribute__((alloc_size("xpto"))); // expected-error{{attribute requires integer c…
/external/llvm/test/Object/
Darchive-long-index.test9 CHECKIDX: fn1 in 2.o
11 CHECKIDX: fn1 in 3.o
24 CHECKIDX: 00000000 T fn1
26 CHECKIDX: 0000000b T fn1
Dsimple-archive.test11 CHECKIDX: U fn1
/external/clang/test/SemaCXX/
Dms-interface.cpp8 virtual void fn1() const;
29 static int fn1();
45 void fn1() const override;
Dconditional-expr.cpp25 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()
Dcxx0x-cursory-default-delete.cpp19 void fn1 () { in fn1() function
/external/llvm/test/CodeGen/Generic/
Dpr12507.ll10 br i1 %tobool.i, label %if.then.i, label %fn1.exit
14 br label %fn1.exit
16 fn1.exit:
/external/llvm/test/Assembler/
D2008-09-29-RetAttr.ll5 define inreg i32 @fn1() {
10 %t = call inreg i32 @fn1()
D2008-09-02-FunctionNotes.ll4 ; CHECK: define void @fn1() #0
5 define void @fn1() alwaysinline {
D2008-09-02-FunctionNotes2.ll3 define void @fn1() alwaysinline noinline {
/external/llvm/test/CodeGen/X86/
Dshift-codegen.ll10 define void @fn1() {
11 ; CHECK: fn1:
D2012-08-17-legalizer-crash.ll13 define void @fn1() nounwind uwtable ssp {
28 ; CHECK: fn1:
Dunreachable-loop-sinking.ll10 define double @fn1(i8* %arg, i64 %arg1) {
/external/clang/test/CodeGenCXX/
Ddebug-info-limit-type.cpp13 void fn1(B b) { b.fn2(); } in fn1() function in A
Dcxx11-initializer-aggregate.cpp6 int fn1(int x) { in fn1() function
Dcxx0x-initializer-constructors.cpp8 void fn1() { in fn1() function
Dcxx0x-initializer-stdinitializerlist-startend.cpp39 void fn1(int i) { in fn1() function
Dcxx0x-initializer-stdinitializerlist.cpp67 void fn1(int i) { in fn1() function
/external/llvm/test/Transforms/InstCombine/
D2012-05-27-Negative-Shift-Crash.ll14 define signext i8 @fn1(i32 %p1) nounwind uwtable readnone ssp {
49 %call = tail call signext i8 @fn1(i32 %sub) nounwind
/external/clang/test/SemaObjC/
Divar-in-class-extension.m5 int fn1(SomeClass *obj) { function
Divar-in-implementations.m34 id fn1(INTFSTANDALONE *b) { return b->PRIV_IVAR; } // expected-error {{instance variable 'PRIV_IVAR… function
/external/clang/test/CodeGen/
Dstruct.c8 void fn1() { in fn1() function
/external/llvm/test/Transforms/Reassociate/
Dpr12245.ll42 define i32 @fn1() nounwind uwtable ssp {
/external/clang/test/SemaTemplate/
Ddefault-expr-arguments.cpp302 fn1 () in fn1() function

12