HomeSort by relevance Sort by last modified time
    Searched refs:func5 (Results 1 - 22 of 22) sorted by null

  /external/chromium_org/tools/gyp/test/builddir/src/subdir2/subdir3/subdir4/subdir5/
prog5.c 3 extern void func5(void);
8 func5();
  /external/chromium_org/tools/gyp/test/builddir/src/
func5.c 3 void func5(void) function
5 printf("Hello from func5.c\n");
  /external/clang/test/CXX/basic/basic.scope/basic.scope.local/
p2.cpp 21 void func5() try { function
  /external/llvm/test/MC/ARM/
eh-directive-setfp-diagnostics.s 78 .globl func5
80 .type func5,%function
82 func5: label
eh-directive-multiple-offsets.s 134 .globl func5
135 .type func5,%function
138 func5: label
  /external/libcxx/test/thread/futures/futures.shared_future/
wait.pass.cpp 34 void func5(std::promise<void> p) function
76 std::thread(func5, std::move(p)).detach();
wait_for.pass.cpp 38 void func5(std::promise<void> p) function
83 std::thread(func5, std::move(p)).detach();
get.pass.cpp 48 void func5(std::promise<void> p) function
121 std::thread(func5, std::move(p)).detach();
wait_until.pass.cpp 38 void func5(std::promise<void> p) function
83 std::thread(func5, std::move(p)).detach();
  /external/libcxx/test/thread/futures/futures.unique_future/
wait.pass.cpp 34 void func5(std::promise<void> p) function
76 std::thread(func5, std::move(p)).detach();
wait_for.pass.cpp 38 void func5(std::promise<void> p) function
83 std::thread(func5, std::move(p)).detach();
get.pass.cpp 48 void func5(std::promise<void> p) function
121 std::thread(func5, std::move(p)).detach();
wait_until.pass.cpp 38 void func5(std::promise<void> p) function
83 std::thread(func5, std::move(p)).detach();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.shared_future/
wait.pass.cpp 34 void func5(std::promise<void> p) function
76 std::thread(func5, std::move(p)).detach();
wait_for.pass.cpp 38 void func5(std::promise<void> p) function
83 std::thread(func5, std::move(p)).detach();
get.pass.cpp 48 void func5(std::promise<void> p) function
121 std::thread(func5, std::move(p)).detach();
wait_until.pass.cpp 38 void func5(std::promise<void> p) function
83 std::thread(func5, std::move(p)).detach();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.unique_future/
wait.pass.cpp 34 void func5(std::promise<void> p) function
76 std::thread(func5, std::move(p)).detach();
wait_for.pass.cpp 38 void func5(std::promise<void> p) function
83 std::thread(func5, std::move(p)).detach();
get.pass.cpp 48 void func5(std::promise<void> p) function
121 std::thread(func5, std::move(p)).detach();
wait_until.pass.cpp 38 void func5(std::promise<void> p) function
83 std::thread(func5, std::move(p)).detach();
  /external/clang/test/SemaCXX/
type-definition-in-specifier.cpp 47 void func5(struct {int qq;} x); // expected-error{{cannot be defined in a parameter type}}

Completed in 252 milliseconds