Home
last modified time | relevance | path

Searched defs:fp1 (Results 1 – 25 of 35) sorted by relevance

12

/llvm-project/clang/test/CXX/over/over.over/
H A Dp4.cpp8 int (*fp1)(int) = &f0; in test_f0() local
19 float (*fp1)(float) = f0; in test_f0_2() local
/llvm-project/lld/test/COFF/
H A Dgfids-gc.s102 .globl fp1 symbol
103 fp1: label
H A Dgfids-icf.s73 .globl fp1 symbol
74 fp1: label
H A Dgfids-corrupt.s53 .globl fp1 symbol
54 fp1: label
/llvm-project/clang/test/FixIt/
H A Dfixit-nullability-declspec.cpp8 _Nullable int (*fp1)(int); // expected-error{{nullability specifier '_Nullable' cannot be applied t… variable
/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
H A Dp9-0x.cpp33 float *fp1 = first_arg<float *, double*, int*>(0, 0, 0); in test_explicit_spec_simple() local
42 float *fp1 = first_arg<float *, double*, int*>(0, 0, 0); in test_explicit_spec_extension() local
/llvm-project/clang/test/SemaCXX/
H A Dnullability-declspec.cpp6 _Nullable int (*fp1)(int); // expected-error{{nullability specifier '_Nullable' cannot be applied t… variable
H A Dconst-cast.cpp69 f fp1 = 0; in bad_const_cast_test() local
H A Dwarn-zero-nullptr.cpp16 void (*fp1)() = 0; // expected-warning{{zero as null pointer constant}} variable
/llvm-project/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
H A Dp6.cpp7 int (*fp1)(int) = [](int x) { return x + 1; }; in test_conversion() local
27 int (*fp1)(int) = [=](int x) { return x + 1; }; // expected-error{{no viable conversion}} in test_no_conversion() local
/llvm-project/offload/test/offloading/
H A Dindirect_fp_mapping.c25 fp_t fp1 = square; in main() local
/llvm-project/flang/test/Semantics/
H A Dcall01.f90121 subroutine s01(f1, f2, fp1, fp2, fp3) argument
123 character*(*) :: f1, f3, fp1 local
/llvm-project/clang/test/Misc/
H A Dmessage-length.c14 int (*fp1)(int, float, short, float) = f; in g() local
/llvm-project/clang/test/PCH/
H A Dnamespaces.cpp15 N2::t1 *fp1 = &float_val; variable
/llvm-project/clang/test/CodeGenCXX/
H A Dconvert-to-fptr.cpp12 typedef int (*fp1)(int); typedef
/llvm-project/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.nodiscard/
H A Dp2.cpp43 typedef E (*fp1)(); global() typedef
/llvm-project/clang/test/CXX/temp/temp.arg/temp.arg.type/
H A Dp2.cpp69 int (*fp1)(int, __typeof__(e2)) = f1; in f() local
/llvm-project/clang/test/Sema/
H A Darm-cmse.c11 …callback_1t fp1 = nsfptr; // expected-error{{incompatible function pointer types initializing 'cal… in foo() local
/llvm-project/clang/test/CodeGen/PowerPC/
H A Dppc64le-f128Aggregates.c6 struct fp1 { __float128 f[1]; }; argument
/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
H A Dp1-0x.cpp67 float *fp1 = second_arg_pair(make_pair(ip, 17), make_pair(fp, 17)); in test_pair_deduction() local
/llvm-project/clang/test/SemaTemplate/
H A Dinstantiate-function-params.cpp51 FuncPtr<R, A1, &unary_func<R, A1> > fp1; in use_func_ptr() local
H A Dmember-template-access-expr.cpp62 float *fp1 = x1.f1<>(17); in test_X1() local
/llvm-project/clang/test/OpenMP/
H A Dtask_firstprivate_messages.cpp24 …int fp, fp1; // expected-note {{initialize the variable 'fp' to silence this warning}} expected-no… in xxx() local
H A Dtarget_firstprivate_messages.cpp6 …int fp, fp1; // expected-note {{initialize the variable 'fp' to silence this warning}} expected-no… in xxx() local
/llvm-project/clang/test/Parser/
H A Dc2x-attribute-keywords.c84 int (*fp1)(void)ATTR_USE; in f9() local

12