Home
last modified time | relevance | path

Searched refs:ir2 (Results 1 – 20 of 20) sorted by relevance

/external/mesa3d/src/glsl/
Dopt_algebraic.cpp60 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/
Dopt_algebraic.cpp60 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/
Dp4-0x.cpp37 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/
Dcompare_ir43 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/
Dcompare_ir43 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/
Dnamespaces.cpp25 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/
Dmember-function-template.cpp16 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/
Darc-overloading.mm14 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);
Darc-templates.mm235 int &ir2 = qual_vs_unqual_ref(*sip);
252 int &ir2 = qual_vs_unqual_ref(*sap);
Doverload.mm156 int &ir2 = f3(bc);
/external/clang/test/CXX/expr/expr.post/expr.reinterpret.cast/
Dp1-0x.cpp14 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/
Dp3.cpp29 int &ir2 = B<A>() * a; in test() local
/external/clang/test/SemaCXX/
Datomic-type.cxx31 int& ir2 = ovl1(ai); in test_overloading() local
Doverloaded-operator.cpp187 int &ir2 = c2(); in test_callable() local
Doverload-call.cpp236 …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/
Dp3-0x.cpp46 int &ir2 = ci.g3(); in test_C() local
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
Dp5-0x.cpp217 …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/
Dtzrulets.cpp2203 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/
Dtzrulets.cpp2202 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/
Dcheck.t10479 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 …]