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

  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.partial/
p12.cpp 13 int &ir1 = g(Tuple<>()); local
24 int &ir1 = h((int(*)())0); local
  /external/clang/test/CXX/expr/expr.post/expr.reinterpret.cast/
p1-0x.cpp 13 int &&ir1 = reinterpret_cast<int &&>(0); // expected-error {{rvalue to reference type}} local
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/
p22.cpp 12 int &ir1 = f(); local
  /external/clang/test/CXX/over/over.match/over.match.funcs/
p4-0x.cpp 36 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/
partial-ordering.cpp 41 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
multi-level-substitution.cpp 272 int (&ir1)[1] = s<int>().f<int>();
  /external/clang/test/Modules/
namespaces.cpp 24 int &ir1 = N1::f(1); local
54 int &ir1 = N5::f(17); local
67 int &ir1 = N8::f(17); local
  /external/mesa3d/src/glsl/tests/
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/mesa3d/src/glsl/
opt_algebraic.cpp 57 bool reassociate_constant(ir_expression *ir1,
61 void reassociate_operands(ir_expression *ir1,
103 ir_algebraic_visitor::reassociate_operands(ir_expression *ir1,
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,
131 if (!ir2 || ir1->operation != ir2->operation)
135 if (ir1->operands[0]->type->is_matrix() ||
136 ir1->operands[1]->type->is_matrix() |
    [all...]
  /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.arg/temp.arg.nontype/
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.decls/temp.fct/temp.func.order/
p4.cpp 23 int &ir1 = h(z2); local
  /external/clang/test/CXX/temp/temp.param/
p11-0x.cpp 75 int &ir1 = f0<int>(3.14159); local
  /external/clang/test/SemaCXX/
atomic-type.cpp 31 int& ir1 = ovl1(i); local
conditional-expr.cpp 163 int &ir1 = i1 ? flds.i1 : flds.i2; local
177 i1 = i1 ? i1 : ir1;
vector.cpp 24 int &ir1 = f1(c16); local
overload-call.cpp 258 float* ir1 = intref(5); local
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
p5-var.cpp 113 int & ir1 = (ib.i); // expected-error{{non-const reference cannot bind to bit-field 'i'}} local
p5-0x.cpp 216 int & ir1 = (lvalue<IntBitfield>().i); // expected-error{{non-const reference cannot bind to bit-field 'i'}} local
  /external/icu/icu4c/source/test/intltest/
tzrulets.cpp 409 InitialTimeZoneRule *ir1 = new InitialTimeZoneRule("Test Initial", 2*HOUR, 0); local
410 rbtz1->addTransitionRule(ir1, status);
414 delete ir1;
    [all...]

Completed in 869 milliseconds