/external/clang/test/SemaCXX/ |
D | type-definition-in-specifier.cpp | 28 short foo6 (enum bar0 {qq} bar3); // expected-error{{cannot be defined in a parameter type}} 31 void pr19018_1 (enum e19018_1 {qq} x); // expected-error{{cannot be defined in a parameter type}} 32 void pr19018_1a (enum e19018_1 {qq} x); // expected-error{{cannot be defined in a parameter type}} 35 void pr19018_2 (enum {qq} x); // expected-error{{cannot be defined in a parameter type}} 36 void pr19018_3 (struct s19018_2 {int qq;} x); // expected-error{{cannot be defined in a parameter t… 37 void pr19018_4 (struct {int qq;} x); // expected-error{{cannot be defined in a parameter type}} 38 void pr19018_5 (struct { void qq(); } x); // expected-error{{cannot be defined in a parameter type}} 39 void pr19018_5 (struct s19018_2 { void qq(); } x); // expected-error{{cannot be defined in a parame… 43 void func1(enum t19018 {qq} x); // expected-error{{cannot be defined in a parameter type}} 44 void func2(enum t19018 {qq} x); // expected-error{{cannot be defined in a parameter type}} [all …]
|
/external/valgrind/VEX/orig_amd64/ |
D | SortedToOrig.hs | 8 x4 = concat (map qq x3) 13 qq :: (Int, String) -> String 14 qq (n, s0) function
|
/external/clang/test/Analysis/ |
D | stack-block-returned.cpp | 7 const bptr &qq = ^{ i=0; }; // expected-note {{binding reference variable 'qq' here}} in bf() 8 return qq; // expected-error {{returning block that lives on the local stack}} in bf()
|
/external/valgrind/VEX/useful/ |
D | fspill.c | 4 double qq ( void ) in qq() function 16 double r = qq(); in main()
|
D | hd_fpu.c | 496 void fp_calc_fprem ( Int* qq, double* result, double st_0, double st_1 ) in fp_calc_fprem() argument 500 *qq = - (Int)floor(-tmp); in fp_calc_fprem() 502 *qq = (Int)floor(tmp); in fp_calc_fprem() 503 *result = st_0 - (st_1 * (double)(*qq)); in fp_calc_fprem() 1018 Int qq; in do_one_insn_fp() local 1022 fp_calc_fprem( &qq, &vd_dst, in do_one_insn_fp() 1024 fp_set_statusword_flag_to(FP_F_C0, (qq & 4) ? 1 : 0); in do_one_insn_fp() 1025 fp_set_statusword_flag_to(FP_F_C1, (qq & 1) ? 1 : 0); in do_one_insn_fp() 1027 fp_set_statusword_flag_to(FP_F_C3, (qq & 2) ? 1 : 0); in do_one_insn_fp()
|
/external/clang/test/Sema/ |
D | decl-in-prototype.c | 35 void pr19018_1 (enum e19018 { qq } x); // expected-warning{{declaration of 'enum e19018' will not b… 36 enum e19018 qq; //expected-error{{tentative definition has type 'enum e19018' that is never complet… variable
|
D | builtin-assume.c | 17 int test = sizeof(struct{char qq[(__assume(i != 5), 7)];}); in foo() 26 int test = sizeof(struct{char qq[(__builtin_assume(i != 5), 7)];}); in foo()
|
D | const-eval-64.c | 4 #define EVAL_EXPR(testno, expr) int test##testno = sizeof(struct{char qq[expr];});
|
D | vla.c | 17 int x = sizeof(struct{char qq[x];}); // expected-error {{fields must have a constant size}}
|
D | const-eval.c | 3 #define EVAL_EXPR(testno, expr) int test##testno = sizeof(struct{char qq[expr];});
|
/external/llvm/test/Transforms/Inline/ |
D | inline-invoke-tail.ll | 6 %qq = bitcast i32* %q to i8* 7 tail call void @llvm.memcpy.p0i8.p0i8.i32(i8* %pp, i8* %qq, i32 4, i32 1, i1 false)
|
/external/clang/test/PCH/ |
D | headersearch.cpp | 36 void qq(orig_sub*) {all();} in qq() function
|
D | missing-file.cpp | 17 void qq(S*) {} in qq() function
|
/external/clang/test/CXX/expr/expr.unary/expr.sizeof/ |
D | p1.cpp | 38 ABC<int> qq; variable
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/testScripts/ |
D | runtests.bat | 38 unzip -qq -o eclipse-SDK*.zip 39 unzip -qq -o -C VE-junit-tests*.zip */plugins/org.eclipse.test*
|
/external/v8/test/webkit/ |
D | rehash-assign.js | 71 qq = 16;
|
/external/llvm/test/CodeGen/ARM/ |
D | 2010-05-18-LocalAllocCrash.ll | 13 define void @yy(%struct.q* %qq) nounwind {
|
/external/clang/test/CodeGenCXX/ |
D | pointers-to-data-members.cpp | 247 int qq; member
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/testConfigs/testingConfigTemplate/ |
D | testing.properties | 48 vmInstallCommand=-o -qq ${vmDest}
|
/external/mksh/src/ |
D | var.c | 633 const char *qq = s; in formatstr() local 637 i += utf_widthadj(qq, &qq); in formatstr() 639 while (qq > s && ksh_isspace(qq[-1])) { in formatstr() 640 --qq; in formatstr()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts/ |
D | testing.properties.template | 49 vmInstallCommand="unzip -o -qq ${testDir}\\${vmDest} -d ${testDir}"
|
/external/opencv/cv/src/ |
D | cvcontourtree.cpp | 599 double x13, y13, x12, y12, l_base, nx, ny, qq; in icvCalcTriAttr() local 606 qq = x13 * x13 + y13 * y13; in icvCalcTriAttr() 607 l_base = cvSqrt( (float) (qq) ); in icvCalcTriAttr()
|
/external/libvpx/libwebm/ |
D | mkvparser.cpp | 1545 Cluster** const qq = new Cluster* [n]; in AppendCluster() local 1546 Cluster** q = qq; in AppendCluster() 1556 m_clusters = qq; in AppendCluster() 1571 Cluster** const qq = q - 1; in AppendCluster() local 1572 assert((*qq)->m_index < 0); in AppendCluster() 1574 *q = *qq; in AppendCluster() 1575 q = qq; in AppendCluster() 1599 Cluster** const qq = new Cluster* [n]; in PreloadCluster() local 1600 Cluster** q = qq; in PreloadCluster() 1610 m_clusters = qq; in PreloadCluster() [all …]
|
/external/libvpx/libvpx/third_party/libwebm/ |
D | mkvparser.cpp | 1543 Cluster** const qq = new Cluster* [n]; in AppendCluster() local 1544 Cluster** q = qq; in AppendCluster() 1554 m_clusters = qq; in AppendCluster() 1569 Cluster** const qq = q - 1; in AppendCluster() local 1570 assert((*qq)->m_index < 0); in AppendCluster() 1572 *q = *qq; in AppendCluster() 1573 q = qq; in AppendCluster() 1597 Cluster** const qq = new Cluster* [n]; in PreloadCluster() local 1598 Cluster** q = qq; in PreloadCluster() 1608 m_clusters = qq; in PreloadCluster() [all …]
|
/external/opencv/cxcore/src/ |
D | cxutils.cpp | 474 double p = 0, q = 0, qq; in icvFindPolynomialRoots() local 623 *u++ = qq = -p / 2.0 + s; in icvFindPolynomialRoots() 625 *u++ = qq = -p / 2.0 - s; in icvFindPolynomialRoots() 627 *u++ = q / qq; in icvFindPolynomialRoots()
|