/external/mesa3d/src/glsl/ |
D | opt_algebraic.cpp | 60 ir_expression *ir2); 63 ir_expression *ir2, 105 ir_expression *ir2, in reassociate_operands() argument 108 ir_rvalue *temp = ir2->operands[op2]; in reassociate_operands() 109 ir2->operands[op2] = ir1->operands[op1]; in reassociate_operands() 116 update_type(ir2); in reassociate_operands() 129 ir_expression *ir2) in reassociate_constant() argument 131 if (!ir2 || ir1->operation != ir2->operation) in reassociate_constant() 137 ir2->operands[0]->type->is_matrix() || in reassociate_constant() 138 ir2->operands[1]->type->is_matrix()) in reassociate_constant() [all …]
|
/external/chromium_org/third_party/mesa/src/src/glsl/ |
D | opt_algebraic.cpp | 60 ir_expression *ir2); 63 ir_expression *ir2, 105 ir_expression *ir2, in reassociate_operands() argument 108 ir_rvalue *temp = ir2->operands[op2]; in reassociate_operands() 109 ir2->operands[op2] = ir1->operands[op1]; in reassociate_operands() 116 update_type(ir2); in reassociate_operands() 129 ir_expression *ir2) in reassociate_constant() argument 131 if (!ir2 || ir1->operation != ir2->operation) in reassociate_constant() 137 ir2->operands[0]->type->is_matrix() || in reassociate_constant() 138 ir2->operands[1]->type->is_matrix()) in reassociate_constant() [all …]
|
/external/clang/test/CXX/over/over.match/over.match.funcs/ |
D | p4-0x.cpp | 37 int &ir2 = X0::f(); in g() local 44 int &ir2 = lvalue<X0>().ft(1); in test_ref_qualifier_binding() local 59 int &ir2 = lvalue<X0>() + 1; in test_ref_qualifier_binding_operators() local 68 int &ir2 = lvalue<X0>().h2(); in test_ref_qualifier_overloading() local
|
/external/chromium_org/third_party/mesa/src/src/glsl/tests/ |
D | compare_ir | 43 ir2 = sort_decls(parse_sexp(f.read())) variable 45 if ir1 == ir2: 53 os.write(file2, '{0}\n'.format(sexp_to_string(ir2)))
|
/external/mesa3d/src/glsl/tests/ |
D | compare_ir | 43 ir2 = sort_decls(parse_sexp(f.read())) variable 45 if ir1 == ir2: 53 os.write(file2, '{0}\n'.format(sexp_to_string(ir2)))
|
/external/clang/test/Modules/ |
D | namespaces.cpp | 25 int &ir2 = N2::f(1); in test() local 55 int &ir2 = N6::f(17); in testMerged() local 68 int &ir2 = N9::f(17); in testMergedMerged() local
|
/external/clang/test/SemaTemplate/ |
D | member-function-template.cpp | 16 int &ir2 = f1(d, i); in g1() local 28 int &ir2 = x.f1(f, i); in test_X_f1() local 45 int &ir2 = x.f0<>(i); in test_X_f0_explicit() local
|
/external/clang/test/SemaObjCXX/ |
D | arc-overloading.mm | 14 int &ir2 = f0(csip); 32 int &ir2 = f1(csip); 51 int &ir2 = f2(csip); 67 int &ir2 = f3(&wip); 84 int &ir2 = f4(&aip); 99 int &ir2 = f5(&aip); 115 int &ir2 = f6(&aip);
|
D | arc-templates.mm | 235 int &ir2 = qual_vs_unqual_ref(*sip); 252 int &ir2 = qual_vs_unqual_ref(*sap);
|
D | overload.mm | 156 int &ir2 = f3(bc);
|
/external/clang/test/CXX/expr/expr.post/expr.reinterpret.cast/ |
D | p1-0x.cpp | 14 int &&ir2 = reinterpret_cast<int &&>('a'); // expected-error {{rvalue to reference type}} in test_classification()
|
/external/clang/test/CXX/temp/temp.decls/temp.fct/temp.func.order/ |
D | p3.cpp | 29 int &ir2 = B<A>() * a; in test() local
|
/external/clang/test/SemaCXX/ |
D | atomic-type.cxx | 31 int& ir2 = ovl1(ai); in test_overloading() local
|
D | overloaded-operator.cpp | 187 int &ir2 = c2(); in test_callable() local
|
D | overload-call.cpp | 236 …float* ir2 = intref(5.5); // expected-warning{{implicit conversion from 'double' to 'int' changes … in intref_test() local
|
/external/clang/test/CXX/expr/expr.prim/expr.prim.general/ |
D | p3-0x.cpp | 46 int &ir2 = ci.g3(); in test_C() local
|
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/ |
D | p5-0x.cpp | 217 …int & ir2 = (xvalue<IntBitfield>().i); // expected-error{{non-const lvalue reference to type 'int'… in test() local
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
D | tzrulets.cpp | 2203 IZRule* ir2; in TestVTimeZoneWrapper() 2214 ir2 = izrule_clone(ir1); in TestVTimeZoneWrapper() 2217 b = izrule_equals(ir1, ir2); in TestVTimeZoneWrapper() 2218 b = izrule_isEquivalentTo(ir1, ir2); in TestVTimeZoneWrapper() 2235 zt1 = ztrans_open(base, ir1, ir2); in TestVTimeZoneWrapper() 2251 ztrans_setTo(zt1, (void*)ir2); in TestVTimeZoneWrapper() 2252 ztrans_adoptTo(zt1, (void*)ir2); in TestVTimeZoneWrapper()
|
/external/icu/icu4c/source/test/intltest/ |
D | tzrulets.cpp | 2202 IZRule* ir2; in TestVTimeZoneWrapper() 2213 ir2 = izrule_clone(ir1); in TestVTimeZoneWrapper() 2216 b = izrule_equals(ir1, ir2); in TestVTimeZoneWrapper() 2217 b = izrule_isEquivalentTo(ir1, ir2); in TestVTimeZoneWrapper() 2234 zt1 = ztrans_open(base, ir1, ir2); in TestVTimeZoneWrapper() 2250 ztrans_setTo(zt1, (void*)ir2); in TestVTimeZoneWrapper() 2251 ztrans_adoptTo(zt1, (void*)ir2); in TestVTimeZoneWrapper()
|
/external/mksh/src/ |
D | check.t | 10479 typeset -n ir2=bar 10480 typeset -n ind=ir2 10483 echo !ir2: ${!ir2} 10484 echo ir2: $ir2 10488 typeset -n ir2=ind 10489 echo !ir2: ${!ir2} 10490 echo ir2: $ir2 10491 set|grep ^ir2|sed 's/^/s1: /' 10492 typeset|grep ' ir2'|sed -e 's/^/s2: /' -e 's/nameref/typeset -n/' 10495 typeset -n ir2=blub[2] [all …]
|