Searched refs:func2 (Results 1 - 25 of 26) sorted by relevance

12

/external/clang/test/CXX/dcl.decl/dcl.fct.def/dcl.fct.def.delete/
H A Dp4.cpp6 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/
H A D2006-09-25-DebugFilename.c4 int func2() { fluffy; return hfunc1(); } // expected-error {{use of undeclared identifier 'fluffy'}} function
/external/clang/test/CodeGenCXX/
H A Dstatic-init-1.cpp8 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);
H A Dmangle-extern-local.cpp22 extern int var2, func2();
23 return var2 + func2();
/external/clang/test/Index/
H A Dcomplete-with-annotations.cpp7 void func2();
18 // CHECK: CXXMethod:{ResultType void}{TypedText func2}{LeftParen (}{RightParen )} (34) ("some annotation")
H A Dcomplete-access-checks.cpp6 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)
H A Dcomplete-type-factors.m13 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)
H A Dannotate-tokens.c58 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/
H A D2007-10-01-BuildArrayRef.c14 int func2() function
H A Dtentative-decls.c56 void func2(void) function
/external/v8/test/mjsunit/regress/
H A Dregress-334.js37 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/clang/test/SemaCXX/
H A Dambig-user-defined-conversions.cpp27 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}}
H A Ddecl-expr-ambiguity.cpp52 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}}
H A Dwarn-unused-filescoped.cpp109 void func2() { function in struct:unused_nested::outer::__anon4992
H A Dwarn-thread-safety-analysis.cpp925 template <typename T> void func2(T x) LOCKS_EXCLUDED(mu_);
935 foo->func2(5);
1146 virtual void func2() LOCKS_EXCLUDED(mu_);
1153 virtual void func2() LOCKS_EXCLUDED(mu_);
1163 b->func2();
1168 c->func2();
1417 virtual void func2() LOCKS_EXCLUDED(mu_);
1424 virtual void func2() LOCKS_EXCLUDED(mu_);
1433 b->func2(); // expected-warning {{cannot call function 'func2' whil
[all...]
/external/clang/test/CXX/basic/basic.scope/basic.scope.local/
H A Dp2.cpp7 void func2(int i) try { // expected-note{{previous definition is here}} function
/external/compiler-rt/test/Unit/
H A Denable_execute_stack_test.c43 int func2() function
65 memcpy(execution_buffer, (void *)(uintptr_t)&func2, 128);
H A Dclear_cache_test.c36 int func2() function
69 memcpy(execution_buffer, (void *)(uintptr_t)&func2, 128);
/external/stlport/test/unit/
H A Dfunc_test.cpp18 CPPUNIT_TEST(func2);
24 void func2();
53 void FuncTest::func2() function in class:FuncTest
/external/clang/test/CXX/stmt.stmt/stmt.ambig/
H A Dp1-0x.cpp30 void func2(int a, int c) { function
/external/clang/test/Modules/Inputs/
H A Dredecl-merge-left.h64 int func2(int);
H A Dredecl-merge-right.h70 static int func2(int);
/external/clang/test/FixIt/
H A Dtypo.cpp121 void func2() { function
/external/opencv/cv/src/
H A Dcvcolor.cpp2247 CvColorCvtFunc2 func2 = 0; local
2300 func2 = depth == CV_8U ? (CvColorCvtFunc2)icvBGRx2BGR_8u_CnC3R :
2375 func2 = depth == CV_8U ? (CvColorCvtFunc2)icvBGRx2Gray_8u_CnC1R :
2394 func2 = (CvColorCvtFunc2)icvBGR5x52Gray_8u_C2C1R;
2423 func2 = (CvColorCvtFunc2)icvGray2BGR5x5_8u_C1C2R;
2444 func2 = code == CV_BGR2YCrCb || code == CV_RGB2YCrCb ? (CvColorCvtFunc2)icvBGRx2YCrCb_8u_CnC3R :
2451 func2 = code == CV_BGR2YCrCb || code == CV_RGB2YCrCb ? (CvColorCvtFunc2)icvBGRx2YCrCb_16u_CnC3R :
2454 func2 = code == CV_BGR2YCrCb || code == CV_RGB2YCrCb ? (CvColorCvtFunc2)icvBGRx2YCrCb_32f_CnC3R :
2483 func2 = code == CV_YCrCb2BGR || code == CV_YCrCb2RGB ? (CvColorCvtFunc2)icvYCrCb2BGRx_8u_C3CnR :
2490 func2
[all...]
/external/valgrind/unittest/
H A Dracecheck_unittest.cc6431 void func2() { function in namespace:test157
6435 func2();
6442 func2();

Completed in 623 milliseconds

12