/external/v8/tools/gyp/test/builddir/src/subdir2/subdir3/ |
D | prog3.c | 3 extern void func3(void); 8 func3(); in main()
|
/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()
|
/external/ltrace/testsuite/ltrace.main/ |
D | branch_func.c | 26 func3(int i) in func3() function 34 return func3(i * 3); in func2()
|
/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/Index/ |
D | complete-access-checks.cpp | 9 void func3(); 25 void func3();
|
D | complete-type-factors.m | 14 void func3(float); function 70 // CHECK-CC3: FunctionDecl:{ResultType void}{TypedText func3}{LeftParen (}{Placeholder float}{Right… 86 // CHECK-CC4: FunctionDecl:{ResultType void}{TypedText func3}{LeftParen (}{Placeholder float}{Right… 104 // CHECK-CC6: FunctionDecl:{ResultType void}{TypedText func3}{LeftParen (}{Placeholder float}{Right… 120 // CHECK-CC7: FunctionDecl:{ResultType void}{TypedText func3}{LeftParen (}{Placeholder float}{Right… 132 // CHECK-CC8: FunctionDecl:{ResultType void}{TypedText func3}{LeftParen (}{Placeholder float}{Right…
|
/external/v8/test/webkit/ |
D | dfg-int32-to-double-on-set-local-and-sometimes-exit.js | 47 function func3(s) { function 57 return func3(1);
|
D | dfg-int32-to-double-on-set-local-and-exit.js | 45 function func3(s) { function 55 return func3(1);
|
/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/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.tas/futures.task.members/ |
D | operator.pass.cpp | 61 void func3(std::packaged_task<double(int, char)> p) in func3() function 104 std::thread t(func3, std::move(p)); in main()
|
D | make_ready_at_thread_exit.pass.cpp | 61 void func3(std::packaged_task<double(int, char)> p) in func3() function 103 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/clang/test/SemaCXX/ |
D | format-strings.cpp | 140 static void (*func3)(const char *, ...) __attribute__((__format__(printf, 1, 2))); member 147 t::func3("Hello %s"); // expected-warning {{more '%' conversions than data arguments}} in f()
|
/external/libcxx/test/std/thread/futures/futures.unique_future/ |
D | wait.pass.cpp | 29 void func3(std::promise<int&> p) in func3() function 64 std::thread(func3, std::move(p)).detach(); in main()
|
D | wait_for.pass.cpp | 33 void func3(std::promise<int&> p) in func3() function 69 std::thread(func3, std::move(p)).detach(); in main()
|
/external/libcxx/test/std/thread/futures/futures.shared_future/ |
D | wait.pass.cpp | 29 void func3(std::promise<int&> p) in func3() function 64 std::thread(func3, std::move(p)).detach(); in main()
|
D | wait_for.pass.cpp | 33 void func3(std::promise<int&> p) in func3() function 69 std::thread(func3, std::move(p)).detach(); in main()
|
/external/llvm/test/CodeGen/Mips/ |
D | fcopysign-f32-f64.ll | 31 define double @func3(double %d, float %f) nounwind readnone { 34 ; 64: func3
|
/external/v8/tools/gyp/test/builddir/src/ |
D | func3.c | 3 void func3(void) in func3() function
|