Home
last modified time | relevance | path

Searched refs:qq (Results 1 – 25 of 48) sorted by relevance

12

/external/clang/test/SemaCXX/
Dtype-definition-in-specifier.cpp28 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/
DSortedToOrig.hs8 x4 = concat (map qq x3)
13 qq :: (Int, String) -> String
14 qq (n, s0) function
/external/clang/test/Analysis/
Dstack-block-returned.cpp7 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/
Dfspill.c4 double qq ( void ) in qq() function
16 double r = qq(); in main()
Dhd_fpu.c496 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/
Ddecl-in-prototype.c35 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
Dbuiltin-assume.c17 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()
Dconst-eval-64.c4 #define EVAL_EXPR(testno, expr) int test##testno = sizeof(struct{char qq[expr];});
Dvla.c17 int x = sizeof(struct{char qq[x];}); // expected-error {{fields must have a constant size}}
Dconst-eval.c3 #define EVAL_EXPR(testno, expr) int test##testno = sizeof(struct{char qq[expr];});
/external/llvm/test/Transforms/Inline/
Dinline-invoke-tail.ll6 %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/
Dheadersearch.cpp36 void qq(orig_sub*) {all();} in qq() function
Dmissing-file.cpp17 void qq(S*) {} in qq() function
/external/clang/test/CXX/expr/expr.unary/expr.sizeof/
Dp1.cpp38 ABC<int> qq; variable
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/testScripts/
Druntests.bat38 unzip -qq -o eclipse-SDK*.zip
39 unzip -qq -o -C VE-junit-tests*.zip */plugins/org.eclipse.test*
/external/v8/test/webkit/
Drehash-assign.js71 qq = 16;
/external/llvm/test/CodeGen/ARM/
D2010-05-18-LocalAllocCrash.ll13 define void @yy(%struct.q* %qq) nounwind {
/external/clang/test/CodeGenCXX/
Dpointers-to-data-members.cpp247 int qq; member
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/testConfigs/testingConfigTemplate/
Dtesting.properties48 vmInstallCommand=-o -qq ${vmDest}
/external/mksh/src/
Dvar.c633 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/
Dtesting.properties.template49 vmInstallCommand="unzip -o -qq ${testDir}\\${vmDest} -d ${testDir}"
/external/opencv/cv/src/
Dcvcontourtree.cpp599 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/
Dmkvparser.cpp1545 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/
Dmkvparser.cpp1543 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/
Dcxutils.cpp474 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()

12