HomeSort by relevance Sort by last modified time
    Searched refs:func2 (Results 1 - 25 of 38) 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/rs/driver/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)
annotate-tokens.c 58 void func2(void);
221 // CHECK-RANGE2: Keyword: "void" [58:1 - 58:5] FunctionDecl=func2:58:6
222 // CHECK-RANGE2: Identifier: "func2" [58:6 - 58:11] FunctionDecl=func2:58:6
223 // CHECK-RANGE2: Punctuation: "(" [58:11 - 58:12] FunctionDecl=func2:58:6
224 // CHECK-RANGE2: Keyword: "void" [58:12 - 58:16] FunctionDecl=func2:58:6
225 // CHECK-RANGE2: Punctuation: ")" [58:16 - 58:17] FunctionDecl=func2:58:6
  /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}}
  /external/clang/test/CXX/basic/basic.scope/basic.scope.local/
p2.cpp 7 void func2(int i) try { // expected-note{{previous definition is here}} function
  /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);
  /ndk/sources/cxx-stl/llvm-libc++/test/thread/futures/futures.tas/futures.task.members/
dtor.pass.cpp 33 void func2(std::packaged_task<double(int, char)> p) function
57 std::thread(func2, std::move(p)).detach();
  /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

Completed in 460 milliseconds

1 2