/external/clang/test/CXX/over/over.match/over.match.funcs/ |
D | p4-0x.cpp | 36 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/ |
D | compare_ir | 41 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/ |
D | partial-ordering.cpp | 41 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
|
D | multi-level-substitution.cpp | 272 int (&ir1)[1] = s<int>().f<int>(); in main() local
|
/external/clang/test/Modules/ |
D | namespaces.cpp | 24 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/ |
D | arc-overloading.mm | 13 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);
|
D | overload.mm | 155 int &ir1 = f3(b);
|
D | arc-templates.mm | 233 int &ir1 = qual_vs_unqual_ptr(sip); 250 int &ir1 = qual_vs_unqual_ptr(sap);
|
/external/mesa3d/src/compiler/glsl/ |
D | opt_algebraic.cpp | 65 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/ |
D | member-function-template.cpp | 15 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
|
D | address-spaces.cpp | 66 identity<T> accept_arg_in_address_space_1(__attribute__((address_space(1))) T &ir1); 69 identity<T> accept_any_arg(T &ir1);
|
D | temp_func_order.cpp | 62 int &ir1 = f4(i); in test_f4() local
|
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.partial/ |
D | p12.cpp | 13 int &ir1 = g(Tuple<>()); in test_g() local 24 int &ir1 = h((int(*)())0); in test_h() local
|
/external/icu/icu4c/source/test/intltest/ |
D | tzrulets.cpp | 409 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/ |
D | p1-0x.cpp | 13 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/ |
D | p22.cpp | 12 int &ir1 = f(); in test_f() local
|
/external/clang/test/CXX/temp/temp.decls/temp.fct/temp.func.order/ |
D | p4.cpp | 23 int &ir1 = h(z2); in m() local
|
/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/ |
D | p1-11.cpp | 32 IR<tl> ir1; // expected-error{{non-type template argument refers to thread-local object}} variable
|
/external/clang/test/CXX/temp/temp.param/ |
D | p11-0x.cpp | 75 int &ir1 = f0<int>(3.14159); in test_f0() local
|
/external/clang/test/SemaCXX/ |
D | atomic-type.cpp | 31 int& ir1 = ovl1(i); in test_overloading() local
|
D | conditional-expr.cpp | 163 int &ir1 = i1 ? flds.i1 : flds.i2; in test() local 177 i1 = i1 ? i1 : ir1; in test()
|
D | vector.cpp | 24 int &ir1 = f1(c16); in f1_test() local
|
D | overload-call.cpp | 258 float* ir1 = intref(5); in intref_test() local
|
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/ |
D | p5-var.cpp | 113 int & ir1 = (ib.i); // expected-error{{non-const reference cannot bind to bit-field 'i'}} in test_bitfield() local
|
D | p5-0x.cpp | 216 …int & ir1 = (lvalue<IntBitfield>().i); // expected-error{{non-const reference cannot bind to bit-f… in test() local
|