Searched defs:ir1 (Results 1 - 23 of 23) sorted by relevance

/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/
H A Dp22.cpp12 int &ir1 = f(); local
/external/chromium_org/third_party/mesa/src/src/glsl/tests/
H A 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.fct.spec/temp.deduct/temp.deduct.partial/
H A Dp12.cpp13 int &ir1 = g(Tuple<>()); local
24 int &ir1 = h((int(*)())0); local
/external/mesa3d/src/glsl/tests/
H A 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/expr/expr.post/expr.reinterpret.cast/
H A Dp1-0x.cpp13 int &&ir1 = reinterpret_cast<int &&>(0); // expected-error {{rvalue to reference type}} local
/external/clang/test/CXX/temp/temp.decls/temp.fct/temp.func.order/
H A Dp4.cpp22 int &ir1 = h(z2); local
/external/clang/test/CXX/temp/temp.param/
H A Dp11-0x.cpp75 int &ir1 = f0<int>(3.14159); local
/external/clang/test/CXX/over/over.match/over.match.funcs/
H A Dp4-0x.cpp36 int &ir1 = f(); local
41 int &ir1 = lvalue<X0>().f(); local
50 int &ir1 = lvalue<X0>()(); local
56 int &ir1 = lvalue<X0>() + prvalue<X0>(); local
65 int &ir1 = lvalue<X0>().h(); local
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dpartial-ordering.cpp41 int &ir1 = f0(1, 2.0, 'a'); local
52 int &ir1 = f1(1, 2.0, 'a'); local
61 int &ir1 = f2(1, 2.0, 'a'); local
/external/clang/test/SemaTemplate/
H A Dtemp_func_order.cpp62 int &ir1 = f4(i); local
H A Dmember-function-template.cpp15 int &ir1 = f1(i); local
27 int &ir1 = x.f1(i); local
44 int &ir1 = x.f0<int>(i); local
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dopt_algebraic.cpp57 bool reassociate_constant(ir_expression *ir1,
61 void reassociate_operands(ir_expression *ir1,
103 ir_algebraic_visitor::reassociate_operands(ir_expression *ir1, argument
109 ir2->operands[op2] = ir1->operands[op1];
110 ir1->operands[op1] = temp;
112 /* Update the type of ir2. The type of ir1 won't have changed --
127 ir_algebraic_visitor::reassociate_constant(ir_expression *ir1, int const_index, argument
131 if (!ir2 || ir1->operation != ir2->operation)
135 if (ir1->operands[0]->type->is_matrix() ||
136 ir1
[all...]
/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
H A Dp1-11.cpp32 IR<tl> ir1; // expected-error{{non-type template argument refers to thread-local object}} variable
/external/clang/test/Modules/
H A Dnamespaces.cpp24 int &ir1 = N1::f(1); local
54 int &ir1 = N5::f(17); local
67 int &ir1 = N8::f(17); local
/external/clang/test/SemaCXX/
H A Datomic-type.cxx30 int& ir1 = ovl1(i); local
H A Dvector.cpp21 int &ir1 = f1(c16); local
H A Dconditional-expr.cpp163 int &ir1 = i1 ? flds.i1 : flds.i2; local
177 i1 = i1 ? i1 : ir1;
H A Doverload-call.cpp235 float* ir1 = intref(5); local
/external/mesa3d/src/glsl/
H A Dopt_algebraic.cpp57 bool reassociate_constant(ir_expression *ir1,
61 void reassociate_operands(ir_expression *ir1,
103 ir_algebraic_visitor::reassociate_operands(ir_expression *ir1, argument
109 ir2->operands[op2] = ir1->operands[op1];
110 ir1->operands[op1] = temp;
112 /* Update the type of ir2. The type of ir1 won't have changed --
127 ir_algebraic_visitor::reassociate_constant(ir_expression *ir1, int const_index, argument
131 if (!ir2 || ir1->operation != ir2->operation)
135 if (ir1->operands[0]->type->is_matrix() ||
136 ir1
[all...]
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
H A Dp5-var.cpp108 int & ir1 = (ib.i); // expected-error{{non-const reference cannot bind to bit-field 'i'}} local
H A Dp5-0x.cpp216 int & ir1 = (lvalue<IntBitfield>().i); // expected-error{{non-const reference cannot bind to bit-field 'i'}} local
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtzrulets.cpp409 InitialTimeZoneRule *ir1 = new InitialTimeZoneRule("Test Initial", 2*HOUR, 0); local
410 rbtz1->addTransitionRule(ir1, status);
414 delete ir1;
2203 IZRule* ir1;
2214 ir1 = izrule_open(uname, 13, 2*HOUR, 0);
2215 ir2 = izrule_clone(ir1);
2218 b = izrule_equals(ir1, ir2);
2219 b = izrule_isEquivalentTo(ir1, ir2);
2222 izrule_getName(ir1, data, length);
2223 i = izrule_getRawOffset(ir1);
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dtzrulets.cpp407 InitialTimeZoneRule *ir1 = new InitialTimeZoneRule("Test Initial", 2*HOUR, 0); local
408 rbtz1->addTransitionRule(ir1, status);
412 delete ir1;
2201 IZRule* ir1;
2212 ir1 = izrule_open(uname, 13, 2*HOUR, 0);
2213 ir2 = izrule_clone(ir1);
2216 b = izrule_equals(ir1, ir2);
2217 b = izrule_isEquivalentTo(ir1, ir2);
2220 izrule_getName(ir1, data, length);
2221 i = izrule_getRawOffset(ir1);
[all...]

Completed in 815 milliseconds