Home
last modified time | relevance | path

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

123

/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()
/external/chromium_org/third_party/WebKit/Tools/qunit/test/
Dsame.js448 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/
Darchive-long-index.test9 CHECKIDX: fn1 in 2.o
11 CHECKIDX: fn1 in 3.o
24 CHECKIDX: 0000000000000000 T fn1
26 CHECKIDX: 000000000000000b 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;
Dmicrosoft-dtor-lookup.cpp119 void fn1(B *b) { b->m_fn1(); } in fn1() function
130 void fn1(B b) {} in fn1() function
Dconditional-expr.cpp25 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/
Dpr12507.ll10 br i1 %tobool.i, label %if.then.i, label %fn1.exit
14 br label %fn1.exit
16 fn1.exit:
/external/llvm/test/Transforms/MergeFunc/
Dmergefunc-struct-return.ll13 define %kv1 @fn1() {
14 ; CHECK-LABEL: @fn1(
27 ; CHECK: %1 = tail call %kv1 @fn1()
/external/llvm/test/Transforms/InstCombine/
Dpr20079.ll5 ; CHECK-LABEL: @fn1
7 define i32 @fn1(i32 %a) {
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/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/compiler-rt/test/msan/
Dchained_origin_limits.cc94 void fn1() { in fn1() function
109 fn1(); in main()
/external/llvm/test/CodeGen/PowerPC/
Dctrloop-large-ec.ll5 define void @fn1() {
20 ; CHECK: @fn1
/external/llvm/test/CodeGen/ARM/
D2014-02-05-vfp-regs-after-stack.ll6 ; 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/
Dshift-codegen.ll10 define void @fn1() {
11 ; CHECK-LABEL: fn1:
D2012-08-17-legalizer-crash.ll13 define void @fn1() nounwind uwtable ssp {
28 ; CHECK-LABEL: fn1:
/external/llvm/test/Transforms/LoopVectorize/
Dinfiniteloop.ll17 ; CHECK-LABEL: @fn1(
18 define void @fn1() {
/external/clang/test/CodeGenCXX/
Dmicrosoft-abi-sret-and-byval.cpp329 void fn1(FnPtr1 a, SmallWithDtor b) { } in fn1() function
333 void fn2(FnPtr1 a, SmallWithDtor b) { fn1(a, b); }; in fn2()
Dpr18962.cpp20 void fn1(A *p1) { in fn1() function
Dcxx11-initializer-aggregate.cpp6 int fn1(int x) { in fn1() function
Dcxx0x-initializer-constructors.cpp8 void fn1() { in fn1() function
/external/clang/test/CodeGen/
Dnamed_reg_global.c33 int fn1() { in fn1() function

123