Home
last modified time | relevance | path

Searched refs:func2 (Results 1 – 25 of 32) sorted by relevance

12

/external/v8/test/mjsunit/regress/
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/CodeGenCXX/
Dstatic-init-1.cpp8 int func2(int c) { return printf("loading the func2(%d)\n", c); }; in func2() function
13 int loader_2 = func2(++count);
20 int loader_4 = func2(++count);
22 int loader_6 = func2(++count);
Dmangle-extern-local.cpp22 extern int var2, func2(); in f2()
23 return var2 + func2(); in f2()
/external/clang/test/SemaCXX/
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}} in Test2()
/external/stlport/test/unit/
Dfunc_test.cpp18 CPPUNIT_TEST(func2);
24 void func2();
53 void FuncTest::func2() in func2() function in FuncTest
/external/llvm/test/CodeGen/X86/
D2010-01-05-ZExt-Shl.ll5 declare void @func2(i16 zeroext)
13 call void @func2(i16 zeroext %t4) nounwind
Dfast-isel-bc.ll8 declare void @func2(x86_mmx)
21 call void @func2(x86_mmx %tmp0)
Dsub-with-overflow.ll26 define i1 @func2(i32 %v1, i32 %v2) nounwind {
41 ; CHECK: func2:
Dfast-cc-callee-pops.ll10 define x86_thiscallcc void @func2(i32 %X, i64 %Y, float %G, double %Z) nounwind {
Dinline-asm-pic.ll6 define void @func2() nounwind {
/external/llvm/test/Transforms/InstCombine/
Dstrcpy_chk-64.ll12 call void @func2(i8* %arraydecay)
18 declare void @func2(i8*)
Dand-not-or.ll12 define i32 @func2(i32 %x, i32 %y) nounwind {
Dor-to-xor.ll14 define i32 @func2(i32 %a, i32 %b) nounwind readnone {
Dand-or.ll14 define i32 @func2(i32 %a, i32 %b) nounwind readnone {
/external/clang/test/Index/
Dcomplete-type-factors.m13 enum Priority func2(int); function
39 // CHECK-CC1: FunctionDecl:{ResultType enum Priority}{TypedText func2}{LeftParen (}{Placeholder int…
54 // CHECK-CC2: FunctionDecl:{ResultType enum Priority}{TypedText func2}{LeftParen (}{Placeholder int…
69 // CHECK-CC3: FunctionDecl:{ResultType enum Priority}{TypedText func2}{LeftParen (}{Placeholder int…
85 // CHECK-CC4: FunctionDecl:{ResultType enum Priority}{TypedText func2}{LeftParen (}{Placeholder int…
103 // CHECK-CC6: FunctionDecl:{ResultType enum Priority}{TypedText func2}{LeftParen (}{Placeholder int…
119 // CHECK-CC7: FunctionDecl:{ResultType enum Priority}{TypedText func2}{LeftParen (}{Placeholder int…
131 // CHECK-CC8: FunctionDecl:{ResultType enum Priority}{TypedText func2}{LeftParen (}{Placeholder int…
/external/llvm/test/CodeGen/ARM/
D2010-08-04-EHCrash.ll11 call arm_apcscc void @func2()
53 declare arm_apcscc void @func2()
/external/llvm/test/FrontendC/
D2006-09-25-DebugFilename.c5 int func2() { fluffy; return hfunc1(); } in func2() function
D2007-10-01-BuildArrayRef.c14 int func2() in func2() function
/external/llvm/test/CodeGen/CBackend/
D2004-02-26-FPNotPrintableConstants.ll8 define double @func2() {
D2011-06-08-addWithOverflow.ll19 define i1 @func2(i32 signext %v1, i32 signext %v2) nounwind {
/external/clang/test/SemaObjCXX/
Dreinterpret-cast-objc-pointertype.mm21 const NSString* func2() { function
/external/clang/test/Sema/
Dtentative-decls.c54 void func2(void) in func2() function
/external/llvm/test/CodeGen/Blackfin/
Dadd-overflow.ll5 define i1 @func2(i24 zeroext %v1, i24 zeroext %v2) nounwind {
/external/opencv/cv/src/
Dcvcolor.cpp2247 CvColorCvtFunc2 func2 = 0; in cvCvtColor() local
2300 func2 = depth == CV_8U ? (CvColorCvtFunc2)icvBGRx2BGR_8u_CnC3R : in cvCvtColor()
2375 func2 = depth == CV_8U ? (CvColorCvtFunc2)icvBGRx2Gray_8u_CnC1R : in cvCvtColor()
2394 func2 = (CvColorCvtFunc2)icvBGR5x52Gray_8u_C2C1R; in cvCvtColor()
2423 func2 = (CvColorCvtFunc2)icvGray2BGR5x5_8u_C1C2R; in cvCvtColor()
2444func2 = code == CV_BGR2YCrCb || code == CV_RGB2YCrCb ? (CvColorCvtFunc2)icvBGRx2YCrCb_8u_CnC3R : in cvCvtColor()
2451func2 = code == CV_BGR2YCrCb || code == CV_RGB2YCrCb ? (CvColorCvtFunc2)icvBGRx2YCrCb_16u_CnC3R : in cvCvtColor()
2454func2 = code == CV_BGR2YCrCb || code == CV_RGB2YCrCb ? (CvColorCvtFunc2)icvBGRx2YCrCb_32f_CnC3R : in cvCvtColor()
2483func2 = code == CV_YCrCb2BGR || code == CV_YCrCb2RGB ? (CvColorCvtFunc2)icvYCrCb2BGRx_8u_C3CnR : in cvCvtColor()
2490func2 = code == CV_YCrCb2BGR || code == CV_YCrCb2RGB ? (CvColorCvtFunc2)icvYCrCb2BGRx_16u_C3CnR : in cvCvtColor()
[all …]
/external/llvm/test/CodeGen/Generic/
Dadd-with-overflow-128.ll8 define i1 @func2(i128 zeroext %v1, i128 zeroext %v2) nounwind {

12