Home
last modified time | relevance | path

Searched refs:fn3 (Results 1 – 25 of 35) sorted by relevance

12

/external/llvm/test/Assembler/
D2008-09-02-FunctionNotes.ll15 ; CHECK: define void @fn3()
16 ; CHECK-NOT: define void @fn3() #{{.*}}
17 define void @fn3() {
/external/llvm/test/Transforms/LoopStrengthReduce/X86/
Dpr17473.ll36 for.body: ; preds = %entry, %fn3.exit
37 %inc9 = phi i8 [ 0, %entry ], [ %inc, %fn3.exit ]
39 br i1 %tobool.i, label %fn3.exit, label %land.rhs.i
43 br label %fn3.exit
45 fn3.exit: ; preds = %for.body, %land.rhs.i
50 for.end: ; preds = %fn3.exit
/external/clang/test/CoverageMapping/
Dtrymacro.cpp17 void fn3() TRY { return; } // CHECK: [[@LINE]]:15 -> [[@LINE+1]]:14 = #1 in fn3() function
23 fn3(); in main()
/external/compiler-rt/test/asan/TestCases/
Dvla_chrome_testcase.cc16 __attribute__((noinline)) void fn3(int *first, int second) { in fn3() function
25 fn3(&f, sizeof 0 * (&c - e)); in main()
/external/clang/test/OpenMP/
Dparallel_if_codegen.cpp10 void fn3();
47 fn3(); in tmain()
Dtask_if_codegen.cpp11 void fn3();
53 fn3(); in tmain()
/external/clang/test/Sema/
Dunused-expr.c85 int fn3() __attribute__ ((__const));
88 if (fn1() < 0 || fn2(2,1) < 0 || fn3(2) < 0) // no warnings in t6()
93 fn3(42); // expected-warning {{ignoring return value of function declared with const attribute}} in t6()
Dinitialize-noreturn.c12 Fn_noret fn3 = &foo_noret; in test() local
/external/compiler-rt/test/msan/
Dchained_origin_limits.cc114 void fn3() { in fn3() function
123 fn3(); in main()
/external/clang/test/SemaCXX/
Denable_if.cpp119 int fn3(bool b) __attribute__((enable_if(b, "")));
121 fn3(sizeof(T) == 1); in test3()
161 int fn3(bool b) __attribute__((enable_if(b, "")));
163 fn3(sizeof(T) == 1); in test3()
Ddeleted-function.cpp10 void fn3() = delete; // expected-note {{previous definition is here}}
11 void fn3() { // expected-error {{redefinition}} in fn3() function
Dms-interface.cpp35 void fn3();
/external/llvm/test/CodeGen/ARM/
D2014-02-05-vfp-regs-after-stack.ll18 ; CHECK-LABEL: fn3:
19 define arm_aapcs_vfpcc float @fn3(float %a, double %b, double %c, double %d, double %e, double %f, …
/external/llvm/test/Transforms/InstCombine/
Dpr24354.ll10 define void @fn3() {
11 ; CHECK: @fn3
Dcall-cast-target.ll54 declare i32 @fn3(i64)
58 ; CHECK: %[[call:.*]] = tail call i32 bitcast (i32 (i64)* @fn3 to i32 (i32*)*)(i32* %a)
61 %call = tail call i32 bitcast (i32 (i64)* @fn3 to i32 (i32*)*)(i32* %a)
D2012-05-27-Negative-Shift-Crash.ll27 tail call void @fn3(i32 %conv) nounwind
31 define void @fn3(i32 %p1) nounwind uwtable ssp {
/external/v8/test/mjsunit/harmony/
Ddo-expressions.js183 function fn3(exception = do { try { thrower(); } catch (e) { e } }) { function in TestInParameterInitializers
186 assertDoesNotThrow(fn3);
187 assertInstanceof(fn3(), MyError);
/external/llvm/test/Object/
Darchive-long-index.test10 CHECKIDX: fn3 in 3.o
27 CHECKIDX: 0000000000000000 T fn3
/external/llvm/test/Transforms/LICM/
DPR21582.ll3 @fn3.i = external global i32, align 4
22 %arrayidx2 = getelementptr inbounds i32, i32* @fn3.i, i64 0
/external/llvm/test/Transforms/Inline/
D2008-09-02-NoInline.ll7 define i32 @fn3() {
Dalloca-dbgdeclare.ll7 ; void fn3(A p1) {
12 ; void fn4() { fn3(b); }
100 !15 = distinct !DISubprogram(name: "fn3", linkageName: "_Z3fn31A", line: 6, isLocal: false, isDefin…
/external/clang/test/Preprocessor/
Dhas_attribute.c30 int fn3() __attribute__ ((__const));
/external/clang/test/CodeGenCXX/
Dcxx0x-initializer-constructors.cpp22 void fn3() { in fn3() function
Dcxx0x-initializer-stdinitializerlist-startend.cpp78 void fn3() { in fn3() function
/external/llvm/test/DebugInfo/Generic/
Drecursive_inlining.ll15 ; void fn3();
22 ; fn3();
32 ; void fn3() { fn6(); }
72 ; Inlined fn3:
220 !18 = distinct !DISubprogram(name: "fn3", linkageName: "_Z3fn3v", line: 20, isLocal: false, isDefin…

12