/external/clang/test/CXX/over/over.match/over.match.funcs/ |
D | p4-0x.cpp | 36 int &ir1 = f(); in g() local 41 int &ir1 = lvalue<X0>().f(); in test_ref_qualifier_binding() local 50 int &ir1 = lvalue<X0>()(); in test_ref_qualifier_binding_with_surrogates() local 56 int &ir1 = lvalue<X0>() + prvalue<X0>(); in test_ref_qualifier_binding_operators() local 65 int &ir1 = lvalue<X0>().h(); in test_ref_qualifier_overloading() local
|
/external/llvm-project/clang/test/CXX/over/over.match/over.match.funcs/ |
D | p4-0x.cpp | 47 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
|
/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
D | partial-ordering.cpp | 41 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
|
/external/llvm-project/clang/test/CXX/temp/temp.decls/temp.variadic/ |
D | partial-ordering.cpp | 41 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
|
/external/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.partial/ |
D | p12.cpp | 13 int &ir1 = g(Tuple<>()); in test_g() local 24 int &ir1 = h((int(*)())0); in test_h() local
|
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.partial/ |
D | p12.cpp | 13 int &ir1 = g(Tuple<>()); in test_g() local 24 int &ir1 = h((int(*)())0); in test_h() local
|
/external/clang/test/Modules/ |
D | namespaces.cpp | 24 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
|
/external/llvm-project/clang/test/Modules/ |
D | namespaces.cpp | 24 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
|
/external/clang/test/SemaTemplate/ |
D | member-function-template.cpp | 15 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
|
D | temp_func_order.cpp | 62 int &ir1 = f4(i); in test_f4() local
|
/external/llvm-project/clang/test/SemaTemplate/ |
D | member-function-template.cpp | 15 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
|
D | temp_func_order.cpp | 62 int &ir1 = f4(i); in test_f4() local
|
/external/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/ |
D | p22.cpp | 12 int &ir1 = f(); in test_f() local
|
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/ |
D | p22.cpp | 12 int &ir1 = f(); in test_f() local
|
/external/clang/test/CXX/temp/temp.decls/temp.fct/temp.func.order/ |
D | p4.cpp | 23 int &ir1 = h(z2); in m() local
|
/external/llvm-project/clang/test/CXX/temp/temp.decls/temp.fct/temp.func.order/ |
D | p4.cpp | 23 int &ir1 = h(z2); in m() local
|
/external/clang/test/CXX/temp/temp.param/ |
D | p11-0x.cpp | 75 int &ir1 = f0<int>(3.14159); in test_f0() local
|
/external/llvm-project/clang/test/CXX/temp/temp.param/ |
D | p11-0x.cpp | 75 int &ir1 = f0<int>(3.14159); in test_f0() local
|
/external/mesa3d/src/compiler/glsl/ |
D | opt_algebraic.cpp | 229 ir_algebraic_visitor::reassociate_operands(ir_expression *ir1, in reassociate_operands() 253 ir_algebraic_visitor::reassociate_constant(ir_expression *ir1, int const_index, in reassociate_constant()
|
/external/llvm-project/clang/test/CXX/temp/temp.arg/temp.arg.nontype/ |
D | 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.arg/temp.arg.nontype/ |
D | p1-11.cpp | 32 IR<tl> ir1; // expected-error{{non-type template argument refers to thread-local object}} variable
|
/external/clang/test/SemaCXX/ |
D | atomic-type.cpp | 31 int& ir1 = ovl1(i); in test_overloading() local
|
D | vector.cpp | 24 int &ir1 = f1(c16); in f1_test() local
|
/external/llvm-project/clang/test/SemaCXX/ |
D | atomic-type.cpp | 31 int& ir1 = ovl1(i); in test_overloading() local
|
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/ |
D | p5-0x.cpp | 216 …int & ir1 = (lvalue<IntBitfield>().i); // expected-error{{non-const reference cannot bind to bit-f… in test() local
|