Home
last modified time | relevance | path

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

12

/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/mesa3d/src/compiler/glsl/
Dopt_algebraic.cpp69 ir_expression *ir2);
72 ir_expression *ir2,
231 ir_expression *ir2, in reassociate_operands() argument
234 ir_rvalue *temp = ir2->operands[op2]; in reassociate_operands()
235 ir2->operands[op2] = ir1->operands[op1]; in reassociate_operands()
242 update_type(ir2); in reassociate_operands()
255 ir_expression *ir2) in reassociate_constant() argument
257 if (!ir2 || ir1->operation != ir2->operation) in reassociate_constant()
263 ir2->operands[0]->type->is_matrix() || in reassociate_constant()
264 ir2->operands[1]->type->is_matrix()) in reassociate_constant()
[all …]
/external/llvm-project/clang/test/CXX/over/over.match/over.match.funcs/
Dp4-0x.cpp48 int &ir2 = X0::f(); in g() local
55 int &ir2 = lvalue<X0>().ft(1); in test_ref_qualifier_binding() local
70 int &ir2 = lvalue<X0>() + 1; in test_ref_qualifier_binding_operators() local
79 int &ir2 = lvalue<X0>().h2(); in test_ref_qualifier_overloading() local
/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/llvm-project/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/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);
/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/llvm-project/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/llvm-project/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);
/external/mesa3d/src/freedreno/
DMakefile.sources26 ir2/disasm-a2xx.c \
27 ir2/instr-a2xx.h
DAndroid.mk30 include $(LOCAL_PATH)/Android.ir2.mk
Dmeson.build46 subdir('ir2') subdir
/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/llvm-project/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/llvm-project/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.cpp32 int& ir2 = ovl1(ai); in test_overloading() local
/external/mesa3d/src/gallium/drivers/freedreno/
DMakefile.sources70 a2xx/ir2.c \
71 a2xx/ir2.h \
Dmeson.build86 'a2xx/ir2.c',
87 'a2xx/ir2.h',
/external/llvm-project/clang/test/SemaCXX/
Datomic-type.cpp32 int& ir2 = ovl1(ai); in test_overloading() local
/external/llvm-project/clang/test/CXX/expr/expr.prim/expr.prim.general/
Dp3-0x.cpp46 int &ir2 = ci.g3(); in test_C() 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/llvm-project/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/icu/icu4c/source/test/intltest/
Dtzrulets.cpp2205 IZRule* ir2; in TestVTimeZoneWrapper()
2216 ir2 = izrule_clone(ir1); in TestVTimeZoneWrapper()
2219 b = izrule_equals(ir1, ir2); in TestVTimeZoneWrapper()
2220 b = izrule_isEquivalentTo(ir1, ir2); in TestVTimeZoneWrapper()
2237 zt1 = ztrans_open(base, ir1, ir2); in TestVTimeZoneWrapper()
2253 ztrans_setTo(zt1, (void*)ir2); in TestVTimeZoneWrapper()
2254 ztrans_adoptTo(zt1, (void*)ir2); in TestVTimeZoneWrapper()

12