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

  /external/chromium_org/tools/gyp/test/builddir/src/subdir2/subdir3/
prog3.c 3 extern void func3(void);
8 func3();
  /external/chromium_org/tools/gyp/test/builddir/src/
func3.c 3 void func3(void) function
5 printf("Hello from func3.c\n");
  /external/clang/test/CodeGenCXX/
mangle-extern-local.cpp 28 extern int var3, func3();
31 return var3 + func3() + localobj.localfunc();
  /external/clang/test/Index/
complete-access-checks.cpp 9 void func3();
25 void func3();
40 // CHECK-SUPER-ACCESS: CXXMethod:{ResultType void}{Informative X::}{TypedText func3}{LeftParen (}{RightParen )} (36) (inaccessible)
53 // CHECK-ACCESS: CXXMethod:{ResultType void}{TypedText func3}{LeftParen (}{RightParen )} (34) (inaccessible)
complete-type-factors.m 14 void func3(float);
70 // CHECK-CC3: FunctionDecl:{ResultType void}{TypedText func3}{LeftParen (}{Placeholder float}{RightParen )} (50)
86 // CHECK-CC4: FunctionDecl:{ResultType void}{TypedText func3}{LeftParen (}{Placeholder float}{RightParen )} (50)
104 // CHECK-CC6: FunctionDecl:{ResultType void}{TypedText func3}{LeftParen (}{Placeholder float}{RightParen )} (50)
120 // CHECK-CC7: FunctionDecl:{ResultType void}{TypedText func3}{LeftParen (}{Placeholder float}{RightParen )} (50)
132 // CHECK-CC8: FunctionDecl:{ResultType void}{TypedText func3}{LeftParen (}{Placeholder float}{RightParen )} (50)
  /external/clang/test/CXX/basic/basic.scope/basic.scope.local/
p2.cpp 12 void func3(int i) try { // FIXME: note {{previous definition is here}} function
  /external/stlport/test/unit/
func_test.cpp 19 CPPUNIT_TEST(func3);
25 void func3();
65 void FuncTest::func3() function in class:FuncTest
  /ndk/tests/device/test-gnustl-full/unit/
func_test.cpp 19 CPPUNIT_TEST(func3);
25 void func3();
65 void FuncTest::func3() function in class:FuncTest
  /ndk/tests/device/test-stlport/unit/
func_test.cpp 19 CPPUNIT_TEST(func3);
25 void func3();
65 void FuncTest::func3() function in class:FuncTest
  /external/llvm/test/MC/ARM/
eh-directive-setfp-diagnostics.s 46 .globl func3
48 .type func3,%function
50 func3: label
eh-directive-multiple-offsets.s 70 .globl func3
71 .type func3,%function
74 func3: label
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.tas/futures.task.members/
make_ready_at_thread_exit.pass.cpp 59 void func3(std::packaged_task<double(int, char)> p) function
101 std::thread t(func3, std::move(p));
operator.pass.cpp 59 void func3(std::packaged_task<double(int, char)> p) function
102 std::thread t(func3, std::move(p));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.shared_future/
wait.pass.cpp 27 void func3(std::promise<int&> p) function
62 std::thread(func3, std::move(p)).detach();
wait_for.pass.cpp 31 void func3(std::promise<int&> p) function
67 std::thread(func3, std::move(p)).detach();
get.pass.cpp 35 void func3(std::promise<int&> p) function
94 std::thread(func3, std::move(p)).detach();
wait_until.pass.cpp 31 void func3(std::promise<int&> p) function
67 std::thread(func3, std::move(p)).detach();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.unique_future/
wait.pass.cpp 27 void func3(std::promise<int&> p) function
62 std::thread(func3, std::move(p)).detach();
wait_for.pass.cpp 31 void func3(std::promise<int&> p) function
67 std::thread(func3, std::move(p)).detach();
get.pass.cpp 35 void func3(std::promise<int&> p) function
94 std::thread(func3, std::move(p)).detach();
wait_until.pass.cpp 31 void func3(std::promise<int&> p) function
67 std::thread(func3, std::move(p)).detach();
  /external/chromium_org/v8/test/webkit/
dfg-int32-to-double-on-set-local-and-exit.js 45 function func3(s) { function
55 return func3(1);
dfg-int32-to-double-on-set-local-and-sometimes-exit.js 47 function func3(s) { function
57 return func3(1);
  /external/opencv/cv/src/
cvcolor.cpp 2248 CvColorCvtFunc3 func3 = 0; local
    [all...]
  /external/valgrind/unittest/
racecheck_unittest.cc 6428 void func3() { function in namespace:test157
    [all...]

Completed in 638 milliseconds