HomeSort by relevance Sort by last modified time
    Searched refs:ir1 (Results 1 - 17 of 17) sorted by null

  /external/clang/test/CXX/expr/expr.post/expr.reinterpret.cast/
p1-0x.cpp 13 int &&ir1 = reinterpret_cast<int &&>(0); local
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.partial/
p12.cpp 12 int &ir1 = g(Tuple<>()); local
23 int &ir1 = h((int(*)())0); local
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/
p22.cpp 11 int &ir1 = f(); local
  /external/clang/test/CXX/over/over.match/over.match.funcs/
p4-0x.cpp 35 int &ir1 = f(); local
40 int &ir1 = lvalue<X0>().f(); local
49 int &ir1 = lvalue<X0>()(); local
55 int &ir1 = lvalue<X0>() + prvalue<X0>(); local
64 int &ir1 = lvalue<X0>().h(); local
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
partial-ordering.cpp 40 int &ir1 = f0(1, 2.0, 'a'); local
51 int &ir1 = f1(1, 2.0, 'a'); local
60 int &ir1 = f2(1, 2.0, 'a'); local
multi-level-substitution.cpp 248 int (&ir1)[1] = s<int>().f<int>();
  /external/mesa3d/src/glsl/
opt_algebraic.cpp 55 bool reassociate_constant(ir_expression *ir1,
59 void reassociate_operands(ir_expression *ir1,
93 ir_algebraic_visitor::reassociate_operands(ir_expression *ir1,
99 ir2->operands[op2] = ir1->operands[op1];
100 ir1->operands[op1] = temp;
102 /* Update the type of ir2. The type of ir1 won't have changed --
117 ir_algebraic_visitor::reassociate_constant(ir_expression *ir1, int const_index,
121 if (!ir2 || ir1->operation != ir2->operation)
125 if (ir1->operands[0]->type->is_matrix() ||
126 ir1->operands[1]->type->is_matrix() |
    [all...]
  /external/clang/test/CXX/temp/temp.decls/temp.fct/temp.func.order/
p4.cpp 22 int &ir1 = h(z2); local
  /external/clang/test/SemaTemplate/
member-function-template.cpp 15 int &ir1 = f1(i); local
27 int &ir1 = x.f1(i); local
44 int &ir1 = x.f0<int>(i); local
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);
temp_func_order.cpp 62 int &ir1 = f4(i); local
  /external/clang/test/CXX/temp/temp.param/
p11-0x.cpp 75 int &ir1 = f0<int>(3.14159); local
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
p5-var.cpp 108 int & ir1 = (ib.i); // expected-error{{non-const reference cannot bind to bit-field 'i'}} local
  /external/clang/test/SemaCXX/
conditional-expr.cpp 143 int &ir1 = i1 ? flds.i1 : flds.i2; local
157 i1 = i1 ? i1 : ir1;
vector.cpp 21 int &ir1 = f1(c16); local
overload-call.cpp 235 float* ir1 = intref(5); local
  /external/icu4c/test/intltest/
tzrulets.cpp 408 InitialTimeZoneRule *ir1 = new InitialTimeZoneRule("Test Initial", 2*HOUR, 0); local
409 rbtz1->addTransitionRule(ir1, status);
413 delete ir1;
    [all...]

Completed in 434 milliseconds