Home
last modified time | relevance | path

Searched defs:ir2 (Results 1 – 10 of 10) sorted by relevance

/llvm-project/clang/test/CXX/over/over.match/over.match.funcs/
H A Dp4-0x.cpp48 int &ir2 = X0::f(); in g() local
55 int &ir2 = lvalue<X0>().ft(1); in test_ref_qualifier_binding() local
70 int &ir2 = lvalue<X0>() + 1; in test_ref_qualifier_binding_operators() local
79 int &ir2 = lvalue<X0>().h2(); in test_ref_qualifier_overloading() local
/llvm-project/clang/test/Modules/
H A Dnamespaces.cpp25 int &ir2 = N2::f(1); in test() local
55 int &ir2 = N6::f(17); in testMerged() local
68 int &ir2 = N9::f(17); in testMergedMerged() local
/llvm-project/clang/test/SemaTemplate/
H A Dmember-function-template.cpp16 int &ir2 = f1(d, i); in g1() local
28 int &ir2 = x.f1(f, i); in test_X_f1() local
45 int &ir2 = x.f0<>(i); in test_X_f0_explicit() local
/llvm-project/clang/test/CXX/temp/temp.decls/temp.fct/temp.func.order/
H A Dp3.cpp29 int &ir2 = B<A>() * a; in test() local
/llvm-project/clang/test/SemaCXX/
H A Datomic-type.cpp32 int& ir2 = ovl1(ai); in test_overloading() local
H A Dvector.cpp35 int &ir2 = f1(c16e); in f1_test() local
H A Doverload-call.cpp259 …float* ir2 = intref(5.5); // expected-warning{{implicit conversion from 'double' to 'int' changes … in intref_test() local
H A Doverloaded-operator.cpp194 int &ir2 = c2(); in test_callable() local
/llvm-project/clang/test/CXX/expr/expr.prim/expr.prim.general/
H A Dp3-0x.cpp46 int &ir2 = ci.g3(); in test_C() local
/llvm-project/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
H A Dp5-0x.cpp217 …int & ir2 = (xvalue<IntBitfield>().i); // expected-error{{non-const lvalue reference to type 'int'… in test() local