Home
last modified time | relevance | path

Searched defs:ir1 (Results 1 – 17 of 17) sorted by relevance

/llvm-project/clang/test/CXX/over/over.match/over.match.funcs/
H A Dp4-0x.cpp47 int &ir1 = f(); in g() local
52 int &ir1 = lvalue<X0>().f(); in test_ref_qualifier_binding() local
61 int &ir1 = lvalue<X0>()(); in test_ref_qualifier_binding_with_surrogates() local
67 int &ir1 = lvalue<X0>() + prvalue<X0>(); in test_ref_qualifier_binding_operators() local
76 int &ir1 = lvalue<X0>().h(); in test_ref_qualifier_overloading() local
/llvm-project/clang/test/CXX/temp/temp.decls/temp.variadic/
H A 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
H A Dmulti-level-substitution.cpp272 int (&ir1)[1] = s<int>().f<int>(); in main() local
/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.partial/
H A Dp12.cpp12 int &ir1 = g(Tuple<>()); in test_g() local
23 int &ir1 = h((int(*)())0); in test_h() local
/llvm-project/clang/test/Modules/
H A 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
/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/
H A Dp22.cpp12 int &ir1 = f(); in test_f() local
/llvm-project/clang/test/SemaTemplate/
H A 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
H A Dtemp_func_order.cpp62 int &ir1 = f4(i); in test_f4() local
/llvm-project/clang/test/CXX/temp/temp.decls/temp.fct/temp.func.order/
H A Dp4.cpp23 int &ir1 = h(z2); in m() local
/llvm-project/clang/test/CXX/temp/temp.param/
H A Dp11-0x.cpp75 int &ir1 = f0<int>(3.14159); in test_f0() local
/llvm-project/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
H A Dp1-11.cpp33 IR<tl> ir1; // expected-error{{non-type template argument refers to thread-local object}} global() variable
/llvm-project/clang/test/SemaCXX/
H A Datomic-type.cpp31 int& ir1 = ovl1(i); in test_overloading() local
H A Dconditional-expr.cpp166 int &ir1 = i1 ? flds.i1 : flds.i2; in test() local
H A Dvector.cpp33 int &ir1 = f1(c16); in f1_test() local
H A Doverload-call.cpp258 float* ir1 = intref(5); in intref_test() local
/llvm-project/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
H A Dp5-var.cpp113 int & ir1 = (ib.i); // expected-error{{non-const reference cannot bind to bit-field 'i'}} in test_bitfield() local
H A Dp5-0x.cpp216 …int & ir1 = (lvalue<IntBitfield>().i); // expected-error{{non-const reference cannot bind to bit-f… in test() local