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

  /external/clang/test/CodeGen/
2006-09-25-DebugFilename.c 4 int func2() { fluffy; return hfunc1(); } // expected-error {{use of undeclared identifier 'fluffy'}} function
  /external/clang/test/CodeGenCXX/
static-init-1.cpp 8 int func2(int c) { return printf("loading the func2(%d)\n", c); }; function
13 int loader_2 = func2(++count);
20 int loader_4 = func2(++count);
22 int loader_6 = func2(++count);
mangle-extern-local.cpp 22 extern int var2, func2();
23 return var2 + func2();
  /dalvik/tests/065-mismatched-implements/src2/
Defs.java 8 public void func2() { method in class:Defs
  /dalvik/tests/066-mismatched-super/src/
Defs.java 8 public void func2() { method in class:Defs
  /frameworks/compile/linkloader/tests/
stub-test.cpp 34 void (*func2)() = (void (*)())stubs.allocateStub((void *)&function2);
41 if (!func2) {
50 func2();
  /system/extras/tests/bionic/libc/bionic/
lib_relocs.c 16 int func2( void ) function
test_relocs.c 8 extern int func2(void);
16 f2 = func2();
19 printf( "func2() returns %d: %s\n", f2, (f2 == expect2) ? "OK" : "FAIL" );
  /external/clang/test/Index/
complete-with-annotations.cpp 7 void func2();
18 // CHECK: CXXMethod:{ResultType void}{TypedText func2}{LeftParen (}{RightParen )} (34) ("some annotation")
complete-access-checks.cpp 6 void func2();
22 void func2();
39 // CHECK-SUPER-ACCESS: CXXMethod:{ResultType void}{Informative X::}{TypedText func2}{LeftParen (}{RightParen )} (36) (inaccessible)
52 // CHECK-ACCESS: CXXMethod:{ResultType void}{TypedText func2}{LeftParen (}{RightParen )} (34) (inaccessible)
complete-type-factors.m 13 enum Priority func2(int);
39 // CHECK-CC1: FunctionDecl:{ResultType enum Priority}{TypedText func2}{LeftParen (}{Placeholder int}{RightParen )} (25)
54 // CHECK-CC2: FunctionDecl:{ResultType enum Priority}{TypedText func2}{LeftParen (}{Placeholder int}{RightParen )} (50)
69 // CHECK-CC3: FunctionDecl:{ResultType enum Priority}{TypedText func2}{LeftParen (}{Placeholder int}{RightParen )} (12)
85 // CHECK-CC4: FunctionDecl:{ResultType enum Priority}{TypedText func2}{LeftParen (}{Placeholder int}{RightParen )} (50)
103 // CHECK-CC6: FunctionDecl:{ResultType enum Priority}{TypedText func2}{LeftParen (}{Placeholder int}{RightParen )} (50)
119 // CHECK-CC7: FunctionDecl:{ResultType enum Priority}{TypedText func2}{LeftParen (}{Placeholder int}{RightParen )} (50)
131 // CHECK-CC8: FunctionDecl:{ResultType enum Priority}{TypedText func2}{LeftParen (}{Placeholder int}{RightParen )} (12)
  /external/clang/test/Sema/
2007-10-01-BuildArrayRef.c 14 int func2() function
tentative-decls.c 54 void func2(void) function
  /external/clang/test/SemaCXX/
ambig-user-defined-conversions.cpp 27 void func2(const char cc); // expected-note {{candidate function}}
28 void func2(const int ci); // expected-note {{candidate function}}
30 func2(b1); // expected-error {{call to 'func2' is ambiguous}}
warn-thread-safety-analysis.cpp 884 template <typename T> void func2(T x) LOCKS_EXCLUDED(mu_);
894 foo->func2(5);
1105 virtual void func2() LOCKS_EXCLUDED(mu_);
1112 virtual void func2() LOCKS_EXCLUDED(mu_);
1122 b->func2();
1127 c->func2();
1368 virtual void func2() LOCKS_EXCLUDED(mu_);
1375 virtual void func2() LOCKS_EXCLUDED(mu_);
1384 b->func2(); // expected-warning {{cannot call function 'func2' while mutex 'mu_' is locked}
    [all...]
  /frameworks/compile/libbcc/runtime/test/Unit/
clear_cache_test.c 27 int func2() function
52 memcpy(execution_buffer, (void *)(uintptr_t)&func2, 128);
enable_execute_stack_test.c 28 int func2() function
50 memcpy(execution_buffer, (void *)(uintptr_t)&func2, 128);
  /external/stlport/test/unit/
func_test.cpp 18 CPPUNIT_TEST(func2);
24 void func2();
53 void FuncTest::func2() function in class:FuncTest
  /ndk/tests/device/test-gnustl-full/unit/
func_test.cpp 18 CPPUNIT_TEST(func2);
24 void func2();
53 void FuncTest::func2() function in class:FuncTest
  /ndk/tests/device/test-stlport/unit/
func_test.cpp 18 CPPUNIT_TEST(func2);
24 void func2();
53 void FuncTest::func2() function in class:FuncTest
  /external/v8/test/mjsunit/regress/
regress-334.js 37 function func2(){} function
44 object.bif = func2;
62 assertEquals(func2, object.bif, "read bif");
70 object.foo = func2;
77 object.bar = func2;
79 assertEquals(func2, object.bar, "read bar 3");
  /external/opencv/cv/src/
cvcolor.cpp 2247 CvColorCvtFunc2 func2 = 0; local
    [all...]
  /external/valgrind/unittest/
racecheck_unittest.cc 6431 void func2() { function in namespace:test157
    [all...]
  /external/v8/test/cctest/
test-api.cc 13834 Local<Function> func2; local
    [all...]

Completed in 692 milliseconds