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

1 2

  /external/clang/test/CXX/dcl.decl/dcl.fct.def/dcl.fct.def.delete/
p4.cpp 6 template<typename> void func2();
7 template<> void func2<int>(); // expected-note {{previous declaration is here}}
8 template<> void func2<int>() = delete; // expected-error {{deleted definition must be first declaration}}
  /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/stubs/
stub-layout-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 56 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}}
decl-expr-ambiguity.cpp 52 void func2(short);
64 int f = 0, // g = 0; expected-note {{change this ',' to a ';' to call 'func2'}}
65 func2(short(f)); // expected-warning {{function declaration}} expected-note {{add a pair of parentheses}}
  /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/compiler-rt/test/Unit/
enable_execute_stack_test.c 43 int func2() function
65 memcpy(execution_buffer, (void *)(uintptr_t)&func2, 128);
clear_cache_test.c 36 int func2() function
69 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/clang/test/CXX/stmt.stmt/stmt.ambig/
p1-0x.cpp 30 void func2(int a, int c) { function
  /external/clang/test/Modules/Inputs/
redecl-merge-left.h 64 int func2(int);

Completed in 1224 milliseconds

1 2