Home
last modified time | relevance | path

Searched defs:ir (Results 1 – 25 of 62) sorted by relevance

123

/llvm-project/clang/test/SemaTemplate/
H A Dtemp_func_order.cpp9 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 Dmember-template-access-expr.cpp19 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 Dp7.cpp25 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 Dp18.cpp17 int &ir = i; in f3() local
/llvm-project/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
H A Dp5-var.cpp63 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 DControlFlowInterfacesTest.cpp114 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 DDataLayoutInterfacesTest.cpp441 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 Dlvalue-bitcasts.cpp7 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 Dattr-unavailable-message.c16 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 Dnullptr.c108 int ir = (f1)(nullptr); in test_f1() local
/llvm-project/libcxx/test/std/containers/container.adaptors/stack/stack.defn/
H A Dtop.pass.cpp25 int& ir = q.top(); in main() local
/llvm-project/libcxx/test/std/containers/container.adaptors/queue/queue.defn/
H A Dback.pass.cpp25 int& ir = q.back(); in main() local
H A Dfront.pass.cpp25 int& ir = q.front(); in main() local
/llvm-project/clang/test/CXX/drs/
H A Dcwg571.cpp10 typedef int &ir; typedef
H A Dcwg441.cpp17 int& ir = i; variable
/llvm-project/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
H A Dbasic.cpp4 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 Diota.pass.cpp26 int ir[] = {5, 6, 7, 8, 9}; in test() local
/llvm-project/clang/test/CXX/basic/basic.lookup/basic.lookup.argdep/
H A Dp2-template-id.cpp15 int &ir = f((N2::Y<N1::X>*)0); in test() local
/llvm-project/mlir/test/python/integration/dialects/
H A Dpdl.py28 def ir(): function
/llvm-project/libcxx/test/std/numerics/numeric.ops/partial.sum/
H A Dpartial_sum.pass.cpp31 int ir[] = {1, 3, 6, 10, 15}; in test() local
/llvm-project/clang/test/C/C99/
H A Dn448.c15 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 Dp3.cpp28 int &ir = ar; in test_ref_param() local
/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.partial/
H A Dp11.cpp45 int &ir = x.f("blah", 0, "blah"); in test() local
/llvm-project/clang/test/CXX/over/over.match/over.match.best/
H A Dp1.cpp9 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 Dp3-0x.cpp58 int &ir = f<int (&)(int)>(func_ref); in test_f() local

123