Home
last modified time | relevance | path

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

1234

/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/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
/external/clang/test/SemaCXX/
Dms-interface.cpp8 virtual void fn1() const;
29 static int fn1();
45 void fn1() const override;
Dmicrosoft-dtor-lookup.cpp120 void fn1(B *b) { b->m_fn1(); } in fn1() function
131 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/SimplifyCFG/
Dswitch-to-select-multiple-edge-per-block-phi.ll4 ; fn1() {
18 define i32 @fn1() {
19 ; CHECK-LABEL: @fn1
/external/clang/test/CoverageMapping/
Dtrymacro.cpp4 void fn1() try { return; } // CHECK: [[@LINE]]:12 -> [[@LINE+1]]:14 = #1 in fn1() function
21 fn1(); in main()
/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) {
/external/llvm/test/Assembler/
D2008-09-29-RetAttr.ll6 define inreg i32 @fn1() {
11 %t = call inreg i32 @fn1()
D2008-09-02-FunctionNotes.ll5 ; CHECK: define void @fn1() #0
6 define void @fn1() alwaysinline {
/external/llvm/test/CodeGen/X86/
Dtrunc-store.ll12 ; void fn1() {
28 define void @fn1() {
29 ; CHECK-LABEL: fn1
Dpr23273.ll13 %call = call i32 @fn1(double %conv)
17 declare i32 @fn1(double) #1
D2012-08-17-legalizer-crash.ll13 define void @fn1() nounwind uwtable ssp {
28 ; CHECK-LABEL: fn1:
Dshift-codegen.ll10 define void @fn1() {
11 ; CHECK-LABEL: fn1:
/external/clang/test/OpenMP/
Dparallel_if_codegen.cpp8 void fn1();
43 fn1(); in tmain()
Dtask_if_codegen.cpp9 void fn1();
49 fn1(); in tmain()
/external/opencv3/samples/python2/
Dasift.py114 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/
Dchained_origin_limits.cc106 void fn1() { in fn1() function
121 fn1(); in main()
/external/llvm/test/CodeGen/PowerPC/
Dctrloop-large-ec.ll5 define void @fn1() {
20 ; CHECK: @fn1
/external/llvm/test/Transforms/LoopVectorize/
Dunsized-pointee-crash.ll5 ; CHECK-LABEL: @fn1
6 define void @fn1() {
Dzero-sized-pointee-crash.ll5 ; CHECK-LABEL: @fn1
6 define void @fn1() {
/external/llvm/test/Transforms/IndVarSimplify/
Dpr25060.ll3 define i16 @fn1() {
4 ; CHECK-LABEL: @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,…

1234