/external/v8/test/mjsunit/regress/ |
D | 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/clang/test/CodeGenCXX/ |
D | static-init-1.cpp | 8 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);
|
D | mangle-extern-local.cpp | 22 extern int var2, func2(); in f2() 23 return var2 + func2(); in f2()
|
/external/clang/test/SemaCXX/ |
D | 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}} in Test2()
|
/external/stlport/test/unit/ |
D | func_test.cpp | 18 CPPUNIT_TEST(func2); 24 void func2(); 53 void FuncTest::func2() in func2() function in FuncTest
|
/external/llvm/test/CodeGen/X86/ |
D | 2010-01-05-ZExt-Shl.ll | 5 declare void @func2(i16 zeroext) 13 call void @func2(i16 zeroext %t4) nounwind
|
D | fast-isel-bc.ll | 8 declare void @func2(x86_mmx) 21 call void @func2(x86_mmx %tmp0)
|
D | sub-with-overflow.ll | 26 define i1 @func2(i32 %v1, i32 %v2) nounwind { 41 ; CHECK: func2:
|
D | fast-cc-callee-pops.ll | 10 define x86_thiscallcc void @func2(i32 %X, i64 %Y, float %G, double %Z) nounwind {
|
D | inline-asm-pic.ll | 6 define void @func2() nounwind {
|
/external/llvm/test/Transforms/InstCombine/ |
D | strcpy_chk-64.ll | 12 call void @func2(i8* %arraydecay) 18 declare void @func2(i8*)
|
D | and-not-or.ll | 12 define i32 @func2(i32 %x, i32 %y) nounwind {
|
D | or-to-xor.ll | 14 define i32 @func2(i32 %a, i32 %b) nounwind readnone {
|
D | and-or.ll | 14 define i32 @func2(i32 %a, i32 %b) nounwind readnone {
|
/external/clang/test/Index/ |
D | complete-type-factors.m | 13 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/ |
D | 2010-08-04-EHCrash.ll | 11 call arm_apcscc void @func2() 53 declare arm_apcscc void @func2()
|
/external/llvm/test/FrontendC/ |
D | 2006-09-25-DebugFilename.c | 5 int func2() { fluffy; return hfunc1(); } in func2() function
|
D | 2007-10-01-BuildArrayRef.c | 14 int func2() in func2() function
|
/external/llvm/test/CodeGen/CBackend/ |
D | 2004-02-26-FPNotPrintableConstants.ll | 8 define double @func2() {
|
D | 2011-06-08-addWithOverflow.ll | 19 define i1 @func2(i32 signext %v1, i32 signext %v2) nounwind {
|
/external/clang/test/SemaObjCXX/ |
D | reinterpret-cast-objc-pointertype.mm | 21 const NSString* func2() { function
|
/external/clang/test/Sema/ |
D | tentative-decls.c | 54 void func2(void) in func2() function
|
/external/llvm/test/CodeGen/Blackfin/ |
D | add-overflow.ll | 5 define i1 @func2(i24 zeroext %v1, i24 zeroext %v2) nounwind {
|
/external/opencv/cv/src/ |
D | cvcolor.cpp | 2247 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() 2444 … func2 = code == CV_BGR2YCrCb || code == CV_RGB2YCrCb ? (CvColorCvtFunc2)icvBGRx2YCrCb_8u_CnC3R : in cvCvtColor() 2451 … func2 = code == CV_BGR2YCrCb || code == CV_RGB2YCrCb ? (CvColorCvtFunc2)icvBGRx2YCrCb_16u_CnC3R : in cvCvtColor() 2454 … func2 = code == CV_BGR2YCrCb || code == CV_RGB2YCrCb ? (CvColorCvtFunc2)icvBGRx2YCrCb_32f_CnC3R : in cvCvtColor() 2483 … func2 = code == CV_YCrCb2BGR || code == CV_YCrCb2RGB ? (CvColorCvtFunc2)icvYCrCb2BGRx_8u_C3CnR : in cvCvtColor() 2490 … func2 = code == CV_YCrCb2BGR || code == CV_YCrCb2RGB ? (CvColorCvtFunc2)icvYCrCb2BGRx_16u_C3CnR : in cvCvtColor() [all …]
|
/external/llvm/test/CodeGen/Generic/ |
D | add-with-overflow-128.ll | 8 define i1 @func2(i128 zeroext %v1, i128 zeroext %v2) nounwind {
|