/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/ |
D | reorder-functions.ll | 48 define internal void @func3() { 69 ; DEFAULTWINDOWSIZE-LABEL: func3 73 ; WINDOWSIZE1-LABEL: func3 80 ; SEQUENTIAL-LABEL: func3 90 ; WINDOWSIZEMAX-LABEL: func3
|
/external/llvm/test/MC/ARM/ |
D | eh-directive-setfp-diagnostics.s | 46 .globl func3 symbol 48 .type func3,%function 50 func3: label
|
D | eh-directive-multiple-offsets.s | 70 .globl func3 symbol 71 .type func3,%function 74 func3: label
|
/external/clang/test/CoverageMapping/ |
D | return.c | 28 void func3(int x) { // CHECK-NEXT: File 0, [[@LINE]]:19 -> {{[0-9]+}}:2 = #0 in func3() function 43 func3(10); in main()
|
D | macros.c | 32 void func3() { // CHECK-NEXT: File 0, [[@LINE]]:14 -> [[@LINE+3]]:2 = #0 in func3() function 42 func3(); in main()
|
/external/clang/test/CodeGenCXX/ |
D | mangle-extern-local.cpp | 28 extern int var3, func3(); in f3() 31 return var3 + func3() + localobj.localfunc(); in f3()
|
D | optnone-and-attributes.cpp | 30 int func3(int a); 33 int func3(int a) { in func3() function
|
/external/clang/test/Index/ |
D | complete-access-checks.cpp | 9 void func3(); 25 void func3();
|
/external/llvm/test/Transforms/PGOProfile/Inputs/ |
D | indirect_call.proftext | 18 func3:20 36 func3
|
/external/llvm/test/CodeGen/ARM/ |
D | neon_spill.ll | 20 declare arm_aapcs_vfpcc %2* @func3(%2*, %2*, i32) 29 %4 = call arm_aapcs_vfpcc %2* @func3(%2* undef, %2* undef, i32 2956) nounwind 36 %7 = call arm_aapcs_vfpcc %2* @func3(%2* undef, %2* undef, i32 2971) nounwind
|
D | 2010-08-04-EHCrash.ll | 19 invoke arm_apcscc void @func3() 61 declare arm_apcscc void @func3()
|
/external/swiftshader/third_party/LLVM/test/Transforms/GlobalOpt/ |
D | 2007-11-09-GEP-GEP-Crash.ll | 14 %tmp12 = call i32 (...)* @func3( i32* null, i32 0, i32 %tmp11 ) ; <i32> [#uses=0] 18 declare i32 @func3(...)
|
/external/llvm/test/Transforms/GlobalOpt/ |
D | 2007-11-09-GEP-GEP-Crash.ll | 14 %tmp12 = call i32 (...) @func3( i32* null, i32 0, i32 %tmp11 ) ; <i32> [#uses=0] 18 declare i32 @func3(...)
|
/external/libcxx/test/std/thread/futures/futures.task/futures.task.members/ |
D | operator.pass.cpp | 68 void func3(std::packaged_task<double(int, char)> p) in func3() function 116 std::thread t(func3, std::move(p)); in main()
|
D | make_ready_at_thread_exit.pass.cpp | 68 void func3(std::packaged_task<double(int, char)> p) in func3() function 115 std::thread t(func3, std::move(p)); in main()
|
/external/clang/test/SemaObjC/ |
D | error-missing-getter.m | 37 - (int) func3; method 40 - (int) func3 { method
|
/external/llvm/test/CodeGen/NVPTX/ |
D | ldu-ldg.ll | 31 ; CHECK: func3 32 define i32 @func3(i32 addrspace(1)* %ptr) {
|
/external/libcxx/test/std/thread/futures/futures.shared_future/ |
D | wait.pass.cpp | 30 void func3(std::promise<int&> p) in func3() function 65 std::thread(func3, std::move(p)).detach(); in main()
|
D | wait_for.pass.cpp | 34 void func3(std::promise<int&> p) in func3() function 70 std::thread(func3, std::move(p)).detach(); in main()
|
/external/libcxx/test/std/thread/futures/futures.unique_future/ |
D | wait.pass.cpp | 30 void func3(std::promise<int&> p) in func3() function 65 std::thread(func3, std::move(p)).detach(); in main()
|
D | wait_for.pass.cpp | 34 void func3(std::promise<int&> p) in func3() function 70 std::thread(func3, std::move(p)).detach(); in main()
|
/external/clang/test/SemaCXX/ |
D | format-strings.cpp | 141 static void (*func3)(const char *, ...) __attribute__((__format__(printf, 1, 2))); member 148 t::func3("Hello %s"); // expected-warning {{more '%' conversions than data arguments}} in f()
|
/external/llvm/test/Transforms/InstCombine/ |
D | or-to-xor.ll | 30 define i32 @func3(i32 %a, i32 %b) { 31 ; CHECK-LABEL: @func3(
|
D | and-or.ll | 30 define i32 @func3(i32 %a, i32 %b) { 31 ; CHECK-LABEL: @func3(
|
/external/llvm/test/Bitcode/ |
D | thinlto-function-summary-refgraph.ll | 15 ; Function W contains a call to func3 as well as a reference to globalvar: 42 ; CHECK-DAG: <ENTRY {{.*}} op0=[[FUNC3ID]] {{.*}} record string = 'func3' 57 declare i32 @func3(i32* dereferenceable(4)) #2 62 %call = tail call i32 @func3(i32* nonnull dereferenceable(4) @globalvar)
|