Home
last modified time | relevance | path

Searched refs:ir1 (Results 1 – 25 of 30) sorted by relevance

12

/external/clang/test/CXX/over/over.match/over.match.funcs/
Dp4-0x.cpp36 int &ir1 = f(); in g() local
41 int &ir1 = lvalue<X0>().f(); in test_ref_qualifier_binding() local
50 int &ir1 = lvalue<X0>()(); in test_ref_qualifier_binding_with_surrogates() local
56 int &ir1 = lvalue<X0>() + prvalue<X0>(); in test_ref_qualifier_binding_operators() local
65 int &ir1 = lvalue<X0>().h(); in test_ref_qualifier_overloading() local
/external/mesa3d/src/compiler/glsl/tests/
Dcompare_ir41 ir1 = sort_decls(parse_sexp(f.read())) variable
45 if ir1 == ir2:
51 os.write(file1, '{0}\n'.format(sexp_to_string(ir1)))
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
Dpartial-ordering.cpp41 int &ir1 = f0(1, 2.0, 'a'); in test_f0() local
52 int &ir1 = f1(1, 2.0, 'a'); in test_f1() local
61 int &ir1 = f2(1, 2.0, 'a'); in test_f2() local
Dmulti-level-substitution.cpp272 int (&ir1)[1] = s<int>().f<int>(); in main() local
/external/clang/test/Modules/
Dnamespaces.cpp24 int &ir1 = N1::f(1); in test() local
54 int &ir1 = N5::f(17); in testMerged() local
67 int &ir1 = N8::f(17); in testMergedMerged() local
/external/clang/test/SemaObjCXX/
Darc-overloading.mm13 int &ir1 = f0(sip);
31 int &ir1 = f1(sip);
50 int &ir1 = f2(sip);
66 int &ir1 = f3(&sip);
83 int &ir1 = f4(&wip);
97 int &ir1 = f5(&wip);
113 int &ir1 = f6(&wip);
157 int &ir1 = f9(strong_id);
Doverload.mm155 int &ir1 = f3(b);
Darc-templates.mm233 int &ir1 = qual_vs_unqual_ptr(sip);
250 int &ir1 = qual_vs_unqual_ptr(sap);
/external/mesa3d/src/compiler/glsl/
Dopt_algebraic.cpp65 bool reassociate_constant(ir_expression *ir1,
69 void reassociate_operands(ir_expression *ir1,
228 ir_algebraic_visitor::reassociate_operands(ir_expression *ir1, in reassociate_operands() argument
234 ir2->operands[op2] = ir1->operands[op1]; in reassociate_operands()
235 ir1->operands[op1] = temp; in reassociate_operands()
252 ir_algebraic_visitor::reassociate_constant(ir_expression *ir1, int const_index, in reassociate_constant() argument
256 if (!ir2 || ir1->operation != ir2->operation) in reassociate_constant()
260 if (ir1->operands[0]->type->is_matrix() || in reassociate_constant()
261 ir1->operands[1]->type->is_matrix() || in reassociate_constant()
274 reassociate_operands(ir1, const_index, ir2, 1); in reassociate_constant()
[all …]
/external/clang/test/SemaTemplate/
Dmember-function-template.cpp15 int &ir1 = f1(i); in g1() local
27 int &ir1 = x.f1(i); in test_X_f1() local
44 int &ir1 = x.f0<int>(i); in test_X_f0_explicit() local
Daddress-spaces.cpp66 identity<T> accept_arg_in_address_space_1(__attribute__((address_space(1))) T &ir1);
69 identity<T> accept_any_arg(T &ir1);
Dtemp_func_order.cpp62 int &ir1 = f4(i); in test_f4() local
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.partial/
Dp12.cpp13 int &ir1 = g(Tuple<>()); in test_g() local
24 int &ir1 = h((int(*)())0); in test_h() local
/external/icu/icu4c/source/test/intltest/
Dtzrulets.cpp409 InitialTimeZoneRule *ir1 = new InitialTimeZoneRule("Test Initial", 2*HOUR, 0); in TestSimpleRuleBasedTimeZone() local
410 rbtz1->addTransitionRule(ir1, status); in TestSimpleRuleBasedTimeZone()
414 delete ir1; in TestSimpleRuleBasedTimeZone()
2203 IZRule* ir1; in TestVTimeZoneWrapper()
2214 ir1 = izrule_open(uname, 13, 2*HOUR, 0); in TestVTimeZoneWrapper()
2215 ir2 = izrule_clone(ir1); in TestVTimeZoneWrapper()
2218 b = izrule_equals(ir1, ir2); in TestVTimeZoneWrapper()
2219 b = izrule_isEquivalentTo(ir1, ir2); in TestVTimeZoneWrapper()
2222 izrule_getName(ir1, data, length); in TestVTimeZoneWrapper()
2223 i = izrule_getRawOffset(ir1); in TestVTimeZoneWrapper()
[all …]
/external/clang/test/CXX/expr/expr.post/expr.reinterpret.cast/
Dp1-0x.cpp13 int &&ir1 = reinterpret_cast<int &&>(0); // expected-error {{rvalue to reference type}} in test_classification()
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/
Dp22.cpp12 int &ir1 = f(); in test_f() local
/external/clang/test/CXX/temp/temp.decls/temp.fct/temp.func.order/
Dp4.cpp23 int &ir1 = h(z2); in m() local
/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
Dp1-11.cpp32 IR<tl> ir1; // expected-error{{non-type template argument refers to thread-local object}} variable
/external/clang/test/CXX/temp/temp.param/
Dp11-0x.cpp75 int &ir1 = f0<int>(3.14159); in test_f0() local
/external/clang/test/SemaCXX/
Datomic-type.cpp31 int& ir1 = ovl1(i); in test_overloading() local
Dconditional-expr.cpp163 int &ir1 = i1 ? flds.i1 : flds.i2; in test() local
177 i1 = i1 ? i1 : ir1; in test()
Dvector.cpp24 int &ir1 = f1(c16); in f1_test() local
Doverload-call.cpp258 float* ir1 = intref(5); in intref_test() local
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
Dp5-var.cpp113 int & ir1 = (ib.i); // expected-error{{non-const reference cannot bind to bit-field 'i'}} in test_bitfield() local
Dp5-0x.cpp216 …int & ir1 = (lvalue<IntBitfield>().i); // expected-error{{non-const reference cannot bind to bit-f… in test() local

12