Home
last modified time | relevance | path

Searched defs:fr (Results 1 – 25 of 34) sorted by relevance

12

/llvm-project/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
H A Dp7.cpp26 float &fr = check_const_int(ic); in test_capture_constness() local
31 float &fr = check_const_int(ic); in test_capture_constness() local
36 float &fr = check_const_int(ic); in test_capture_constness() local
41 float &fr = check_const_int(ic); in test_capture_constness() local
/llvm-project/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
H A Dcopy_assign.pass.cpp98 Func& fr = (f = (Func &)f); in main() local
105 Func& fr = (f = (Func &)f); in main() local
112 Func& fr = (f = (Func &)f); in main() local
119 Func& fr = (f = (Func &)f); in main() local
/llvm-project/clang/test/SemaTemplate/
H A Dtemp_func_order.cpp10 float &fr = f0(ip); in test_f0() local
39 float &fr = f2(aif); in test_f2() local
51 float &fr = f3(i, fp); in test_f3() local
84 float &fr = f6(ic, ic); in test_f6() local
H A Dmember-function-template.cpp23 float &fr = x.f0(f); in test_X_f0() local
73 float &fr = x1->get<float>(); in test_incomplete_access() local
H A Dmetafun-apply.cpp32 apply1<add_reference, float>::type fr = i; // expected-error{{non-const lvalue reference to type 'f… variable
H A Daddress-spaces.cpp85 float &fr = order1(i); in test_order1() local
H A Ddefault-arguments-cxx0x.cpp27 float &fr = f1(15); in g1() local
H A Dinstantiate-template-template-parm.cpp20 apply<add_reference, float>::type fr = i; // expected-error{{non-const lvalue reference to type 'float' cannot bind to a value of unrelated type 'int'}} variable
H A Dinstantiate-member-class.cpp55 float &fr = e->bar(); in test_instantiation() local
H A Dmember-access-expr.cpp116 void g(T* ptr) { float& fr = ptr->member(); } in g() local
H A Dinstantiate-method.cpp35 float &fr = oil->f(i, l); in test_ovl() local
/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()
H A Dconst-init.cpp12 void (&fr)() = f; variable
/llvm-project/clang/test/Sema/
H A Dptrauth.c33 int (*fr)(int) = __builtin_ptrauth_strip(fp, VALID_CODE_KEY); in test_strip() local
75 int (*fr)(int) = __builtin_ptrauth_sign_unauthenticated(fp, VALID_CODE_KEY, 0); in test_sign_unauthenticated() local
94 int (*fr)(int) = __builtin_ptrauth_auth(fp, VALID_CODE_KEY, 0); in test_auth() local
116 int (*fr)(int) = __builtin_ptrauth_auth_and_resign(fp, VALID_CODE_KEY, 0, VALID_CODE_KEY, dp); in test_auth_and_resign() local
H A Dbuiltins-arm.c328 float fr; in test_VFP() local
/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.conv/
H A Dp3.cpp29 const float &fr = ar; in test_ref_param() local
/llvm-project/clang/test/CXX/over/over.match/over.match.best/
H A Dp1.cpp12 float &fr = f0(vp, 0); in test_f0() local
/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
H A Dp6.cpp126 float &fr = g(f<int>, 1, 2); in h() local
/llvm-project/clang/test/CXX/expr/expr.prim/expr.prim.general/
H A Dp3-0x.cpp14 float &fr = a.g2(); in testA() local
45 float &fr = ci.g2(); in test_C() local
/llvm-project/clang/test/SemaCXX/
H A Ddecltype.cpp16 float &fr = f2(AC().a); in test_f2() local
H A Doverload-call.cpp435 float &fr = f0(C()); in g() local
509 float &fr = foo(d2); in bar() local
550 float &fr = f(arrp); in test() local
640 typedef void (&fr)(); typedef
H A Doverload-member-call.cpp67 float &fr = cx2p->member(); in test_X2() local
H A Denum.cpp15 float& fr = enumerator_type(Val2); f() local
/llvm-project/clang/test/CXX/expr/
H A Dp9.cpp13 float &fr = f0; variable
/llvm-project/flang/unittests/Evaluate/
H A Dintrinsics.cpp117 const auto &fr{proc.functionResult}; in DoCall() local

12