Home
last modified time | relevance | path

Searched refs:func3 (Results 1 – 25 of 50) sorted by relevance

12

/external/v8/tools/gyp/test/builddir/src/subdir2/subdir3/
Dprog3.c3 extern void func3(void);
8 func3(); in main()
/external/clang/test/CoverageMapping/
Dreturn.c28 void func3(int x) { // CHECK-NEXT: File 0, [[@LINE]]:19 -> {{[0-9]+}}:2 = #0 in func3() function
43 func3(10); in main()
Dmacros.c32 void func3() { // CHECK-NEXT: File 0, [[@LINE]]:14 -> [[@LINE+3]]:2 = #0 in func3() function
42 func3(); in main()
/external/clang/test/CodeGenCXX/
Dmangle-extern-local.cpp28 extern int var3, func3(); in f3()
31 return var3 + func3() + localobj.localfunc(); in f3()
/external/ltrace/testsuite/ltrace.main/
Dbranch_func.c26 func3(int i) in func3() function
34 return func3(i * 3); in func2()
/external/llvm/test/MC/ARM/
Deh-directive-setfp-diagnostics.s46 .globl func3 symbol
48 .type func3,%function
50 func3: label
Deh-directive-multiple-offsets.s70 .globl func3 symbol
71 .type func3,%function
74 func3: label
/external/clang/test/Index/
Dcomplete-access-checks.cpp9 void func3();
25 void func3();
Dcomplete-type-factors.m14 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/
Ddfg-int32-to-double-on-set-local-and-sometimes-exit.js47 function func3(s) { function
57 return func3(1);
Ddfg-int32-to-double-on-set-local-and-exit.js45 function func3(s) { function
55 return func3(1);
/external/llvm/test/CodeGen/ARM/
Dneon_spill.ll20 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
D2010-08-04-EHCrash.ll19 invoke arm_apcscc void @func3()
61 declare arm_apcscc void @func3()
/external/llvm/test/Transforms/GlobalOpt/
D2007-11-09-GEP-GEP-Crash.ll14 %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/
Doperator.pass.cpp61 void func3(std::packaged_task<double(int, char)> p) in func3() function
104 std::thread t(func3, std::move(p)); in main()
Dmake_ready_at_thread_exit.pass.cpp61 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/
Derror-missing-getter.m37 - (int) func3; method
40 - (int) func3 { method
/external/llvm/test/CodeGen/NVPTX/
Dldu-ldg.ll31 ; CHECK: func3
32 define i32 @func3(i32 addrspace(1)* %ptr) {
/external/clang/test/SemaCXX/
Dformat-strings.cpp140 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/
Dwait.pass.cpp29 void func3(std::promise<int&> p) in func3() function
64 std::thread(func3, std::move(p)).detach(); in main()
Dwait_for.pass.cpp33 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/
Dwait.pass.cpp29 void func3(std::promise<int&> p) in func3() function
64 std::thread(func3, std::move(p)).detach(); in main()
Dwait_for.pass.cpp33 void func3(std::promise<int&> p) in func3() function
69 std::thread(func3, std::move(p)).detach(); in main()
/external/llvm/test/CodeGen/Mips/
Dfcopysign-f32-f64.ll31 define double @func3(double %d, float %f) nounwind readnone {
34 ; 64: func3
/external/v8/tools/gyp/test/builddir/src/
Dfunc3.c3 void func3(void) in func3() function

12