Searched refs:func5 (Results 1 - 14 of 14) sorted by relevance

/external/v8/tools/gyp/test/builddir/src/subdir2/subdir3/subdir4/subdir5/
H A Dprog5.c3 extern void func5(void);
8 func5();
/external/v8/tools/gyp/test/builddir/src/
H A Dfunc5.c3 void func5(void) function
5 printf("Hello from func5.c\n");
/external/clang/test/CXX/basic/basic.scope/basic.scope.local/
H A Dp2.cpp21 void func5() try { function
/external/llvm/test/MC/ARM/
H A Deh-directive-setfp-diagnostics.s78 .globl func5
80 .type func5,%function
82 func5: label
H A Deh-directive-multiple-offsets.s134 .globl func5
135 .type func5,%function
138 func5: label
/external/libcxx/test/std/thread/futures/futures.shared_future/
H A Dwait.pass.cpp36 void func5(std::promise<void> p) function
78 std::thread(func5, std::move(p)).detach();
H A Dwait_for.pass.cpp40 void func5(std::promise<void> p) function
85 std::thread(func5, std::move(p)).detach();
H A Dget.pass.cpp50 void func5(std::promise<void> p) function
123 std::thread(func5, std::move(p)).detach();
H A Dwait_until.pass.cpp56 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 Dwait.pass.cpp36 void func5(std::promise<void> p) function
78 std::thread(func5, std::move(p)).detach();
H A Dwait_for.pass.cpp40 void func5(std::promise<void> p) function
85 std::thread(func5, std::move(p)).detach();
H A Dget.pass.cpp50 void func5(std::promise<void> p) function
123 std::thread(func5, std::move(p)).detach();
H A Dwait_until.pass.cpp56 void func5(std::promise<void> p) function
112 std::thread(func5, std::move(p)).detach();
/external/clang/test/SemaCXX/
H A Dtype-definition-in-specifier.cpp47 void func5(struct {int qq;} x); // expected-error{{cannot be defined in a parameter type}}

Completed in 305 milliseconds