Searched refs:func5 (Results 1 - 14 of 14) sorted by relevance
/external/v8/tools/gyp/test/builddir/src/subdir2/subdir3/subdir4/subdir5/ |
H A D | prog5.c | 3 extern void func5(void); 8 func5();
|
/external/v8/tools/gyp/test/builddir/src/ |
H A D | func5.c | 3 void func5(void) function 5 printf("Hello from func5.c\n");
|
/external/clang/test/CXX/basic/basic.scope/basic.scope.local/ |
H A D | p2.cpp | 21 void func5() try { function
|
/external/llvm/test/MC/ARM/ |
H A D | eh-directive-setfp-diagnostics.s | 78 .globl func5 80 .type func5,%function 82 func5: label
|
H A D | eh-directive-multiple-offsets.s | 134 .globl func5 135 .type func5,%function 138 func5: label
|
/external/libcxx/test/std/thread/futures/futures.shared_future/ |
H A D | wait.pass.cpp | 36 void func5(std::promise<void> p) function 78 std::thread(func5, std::move(p)).detach();
|
H A D | wait_for.pass.cpp | 40 void func5(std::promise<void> p) function 85 std::thread(func5, std::move(p)).detach();
|
H A D | get.pass.cpp | 50 void func5(std::promise<void> p) function 123 std::thread(func5, std::move(p)).detach();
|
H A D | wait_until.pass.cpp | 56 void func5(std::promise<void> p) function 112 std::thread(func5, std::move(p)).detach();
|
/external/libcxx/test/std/thread/futures/futures.unique_future/ |
H A D | wait.pass.cpp | 36 void func5(std::promise<void> p) function 78 std::thread(func5, std::move(p)).detach();
|
H A D | wait_for.pass.cpp | 40 void func5(std::promise<void> p) function 85 std::thread(func5, std::move(p)).detach();
|
H A D | get.pass.cpp | 50 void func5(std::promise<void> p) function 123 std::thread(func5, std::move(p)).detach();
|
H A D | wait_until.pass.cpp | 56 void func5(std::promise<void> p) function 112 std::thread(func5, std::move(p)).detach();
|
/external/clang/test/SemaCXX/ |
H A D | type-definition-in-specifier.cpp | 47 void func5(struct {int qq;} x); // expected-error{{cannot be defined in a parameter type}}
|
Completed in 305 milliseconds