/llvm-project/clang/test/SemaTemplate/ |
H A D | temp_func_order.cpp | 9 int &ir = f0(i); in test_f0() local 20 int &ir = f1(i, f); in test_f1() local 38 int &ir = f2(i); in test_f2() local 50 int &ir = f3(ip, i); in test_f3() local 83 int &ir = f6(i, i); in test_f6() local
|
H A D | member-template-access-expr.cpp | 19 int &ir = f0<int&>(x); in test_f0() local 26 int &ir = f1<X>(xd); in test_f1() local
|
/llvm-project/clang/test/CXX/expr/expr.prim/expr.prim.lambda/ |
H A D | p7.cpp | 25 int &ir = check_const_int(i); in test_capture_constness() local 30 int &ir = check_const_int(i); in test_capture_constness() local 35 int &ir = check_const_int(i); in test_capture_constness() local 40 int &ir = check_const_int(i); in test_capture_constness() local
|
H A D | p18.cpp | 17 int &ir = i; in f3() local
|
/llvm-project/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/ |
H A D | p5-var.cpp | 63 int &ir = i; in bind_lvalue_to_lvalue() local 75 …volatile int &ir = ivc; // expected-error{{binding reference of type 'volatile int' to value of ty… in bind_lvalue_quals() local 87 …int &ir = 17; // expected-error{{non-const lvalue reference to type 'int' cannot bind to a tempora… in bind_lvalue_to_rvalue() local 100 int &ir = ConvertibleToIntRef(); in bind_lvalue_to_conv_lvalue() local 129 const int &ir = create<int>(); in bind_const_lvalue_to_rvalue() local
|
/llvm-project/mlir/unittests/Interfaces/ |
H A D | ControlFlowInterfacesTest.cpp | 114 const char *ir = R"MLIR( in TEST() local 135 const char *ir = R"MLIR( in TEST() local 156 const char *ir = R"MLIR( in TEST() local 177 const char *ir = R"MLIR( in TEST() local 208 const char *ir = R"MLIR( in TEST() local 236 const char *ir = R"MLIR( in TEST() local
|
H A D | DataLayoutInterfacesTest.cpp | 441 const char *ir = R"MLIR( TEST() local 468 const char *ir = R"MLIR( TEST() local 509 const char *ir = R"MLIR( TEST() local 549 const char *ir = R"MLIR( TEST() local 598 const char *ir = R"MLIR( TEST() local 624 const char *ir = R"MLIR( TEST() local 652 const char *ir = R"MLIR( TEST() local 681 const char *ir = R"MLIR( TEST() local 700 const char *ir = R"MLIR( TEST() local [all...] |
/llvm-project/clang/test/CodeGenCXX/ |
H A D | lvalue-bitcasts.cpp | 7 void reinterpret_cast_test(int &ir, float &fr, X &xr) { in reinterpret_cast_test() 43 void c_cast(int &ir, float &fr, X &xr) { in c_cast() 79 void functional_cast(int &ir, float &fr, X &xr) { in functional_cast()
|
/llvm-project/clang/test/Sema/ |
H A D | attr-unavailable-message.c | 16 int ir = foo(1); // expected-error {{'foo' is unavailable: USE IFOO INSTEAD}} in test_foo() local 29 int ir = foo(1); in unavail() local
|
H A D | nullptr.c | 108 int ir = (f1)(nullptr); in test_f1() local
|
/llvm-project/libcxx/test/std/containers/container.adaptors/stack/stack.defn/ |
H A D | top.pass.cpp | 25 int& ir = q.top(); in main() local
|
/llvm-project/libcxx/test/std/containers/container.adaptors/queue/queue.defn/ |
H A D | back.pass.cpp | 25 int& ir = q.back(); in main() local
|
H A D | front.pass.cpp | 25 int& ir = q.front(); in main() local
|
/llvm-project/clang/test/CXX/drs/ |
H A D | cwg571.cpp | 10 typedef int &ir; typedef
|
H A D | cwg441.cpp | 17 int& ir = i; variable
|
/llvm-project/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/ |
H A D | basic.cpp | 4 int &ir = { 17 }; // expected-error{{reference to type 'int' cannot bind to an initializer list}} in f0() local
|
/llvm-project/libcxx/test/std/numerics/numeric.ops/numeric.iota/ |
H A D | iota.pass.cpp | 26 int ir[] = {5, 6, 7, 8, 9}; in test() local
|
/llvm-project/clang/test/CXX/basic/basic.lookup/basic.lookup.argdep/ |
H A D | p2-template-id.cpp | 15 int &ir = f((N2::Y<N1::X>*)0); in test() local
|
/llvm-project/mlir/test/python/integration/dialects/ |
H A D | pdl.py | 28 def ir(): function
|
/llvm-project/libcxx/test/std/numerics/numeric.ops/partial.sum/ |
H A D | partial_sum.pass.cpp | 31 int ir[] = {1, 3, 6, 10, 15}; in test() local
|
/llvm-project/clang/test/C/C99/ |
H A D | n448.c | 15 int restrict ir; // expected-error {{restrict requires a pointer or reference ('int' is invalid)}} variable
|
/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.conv/ |
H A D | p3.cpp | 28 int &ir = ar; in test_ref_param() local
|
/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.partial/ |
H A D | p11.cpp | 45 int &ir = x.f("blah", 0, "blah"); in test() local
|
/llvm-project/clang/test/CXX/over/over.match/over.match.best/ |
H A D | p1.cpp | 9 int &ir = f0(ip, 0); in test_f0() local
|
/llvm-project/clang/test/CXX/over/over.match/over.match.best/over.ics.rank/ |
H A D | p3-0x.cpp | 58 int &ir = f<int (&)(int)>(func_ref); in test_f() local
|