/llvm-project/lld/test/COFF/ |
H A D | gfids-gc.s | 122 .globl fp2 symbol 123 fp2: label
|
H A D | gfids-icf.s | 76 .globl fp2 symbol 77 fp2: label
|
H A D | gfids-corrupt.s | 58 .globl fp2 symbol 59 fp2: label
|
/llvm-project/libc/test/src/stdio/ |
H A D | fdopen_test.cpp | 39 auto *fp2 = LIBC_NAMESPACE::fdopen(fd2, "a"); in TEST() local 83 auto *fp2 = LIBC_NAMESPACE::fdopen(fd, "w"); in TEST() local
|
/llvm-project/clang/test/CXX/over/over.over/ |
H A D | p4.cpp | 9 float (*fp2)(float) = &f0; in test_f0() local
|
/llvm-project/clang/test/CXX/expr/expr.prim/expr.prim.lambda/ |
H A D | p6.cpp | 8 void (*fp2)(int) = [](int x) { }; in test_conversion() local 28 void (*fp2)(int) = [&](int x) { }; // expected-error{{no viable conversion}} in test_no_conversion() local
|
/llvm-project/offload/test/offloading/ |
H A D | indirect_fp_mapping.c | 26 fp_t fp2 = 0; in main() local
|
/llvm-project/flang/test/Semantics/ |
H A D | call01.f90 | 121 subroutine s01(f1, f2, fp1, fp2, fp3) argument 127 procedure(character*(*)), pointer :: fp2 local
|
/llvm-project/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/ |
H A D | p5-cxx03-extra-copy.cpp | 76 float &fp2 = g<X3>(); // Not ambiguous. in h() local
|
/llvm-project/clang/test/Misc/ |
H A D | message-length.c | 16 int (*fp2)(int, float, short, float) = f; in g() local
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | lambda-conversion-op-cc.cpp | 14 double (*__attribute__((thiscall)) fp2)(int, float, double) = lambda; in usage() local
|
H A D | convert-to-fptr.cpp | 14 typedef int (*fp2)(float); typedef
|
/llvm-project/clang/test/SemaObjCXX/Inputs/ |
H A D | nullability-pragmas-1.h | 99 …float *fp2 = ip2; // expected-error{{cannot initialize a variable of type 'float *' with an lvalue… in f30() local
|
/llvm-project/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.nodiscard/ |
H A D | p2.cpp | 44 typedef S (*fp2)(); global() typedef
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/misc/ |
H A D | misplaced-const.c | 44 const func_ptr fp2 = fp; in func3() local
|
/llvm-project/clang/test/Sema/ |
H A D | arm-cmse.c | 12 …callback_ns_1t fp2 = fptr; // expected-error{{incompatible function pointer types initializing 'ca… in foo() local
|
/llvm-project/clang/test/CodeGen/PowerPC/ |
H A D | ppc64le-f128Aggregates.c | 7 struct fp2 { __float128 f[2]; }; struct
|
/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/ |
H A D | p1-0x.cpp | 68 float *fp2 = second_arg_pair(make_pair(ip, 17), make_pair(fp, 17), in test_pair_deduction() local
|
/llvm-project/clang/test/SemaCXX/ |
H A D | const-cast.cpp | 71 …f fp2 = const_cast<f>(fp1); // expected-error {{const_cast to 'f' (aka 'int (*)(int)'), which is n… in bad_const_cast_test() local
|
H A D | warn-zero-nullptr.cpp | 21 void (*fp2)() = __null; variable
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | instantiate-function-params.cpp | 52 FuncPtr<R, A2, &unary_func<R, A2> > fp2; in use_func_ptr() local
|
H A D | member-template-access-expr.cpp | 63 …float *fp2 = x1.f1<int>(3.14); // expected-warning {{implicit conversion from 'double' to 'int' ch… in test_X1() local
|
/llvm-project/lld/ELF/Arch/ |
H A D | MipsArchTree.cpp | 86 bool fp2 = f.flags & EF_MIPS_FP64; checkFlags() local
|
/llvm-project/clang/test/Parser/ |
H A D | c2x-attribute-keywords.c | 85 int (*fp2 ATTR_USE)(void); // expected-error {{'ATTR_NAME' cannot be applied to a declaration}} in f9() local
|
H A D | c2x-attributes.c | 102 int (*fp2 [[]])(void); in f9() local
|