| /llvm-project-15.0.7/lld/test/COFF/ |
| H A D | gfids-corrupt.s | 54 .section .data,"dw",one_only,fp2 55 .globl fp2 56 fp2: label 63 .section .gfids$y,"dr",associative,fp2 72 callq *fp2(%rip)
|
| H A D | gfids-icf.s | 10 # int (*fp2)() = &icf2; 13 # return fp2(); 73 .globl fp2 74 fp2: label 86 callq *fp2(%rip)
|
| H A D | gfids-gc.s | 15 # int (*fp2)() = &g; 44 # Expect 2 entries: main and f. fp2 was discarded, so g was only used as a 115 .section .data,"dw",one_only,fp2 116 .globl fp2 117 fp2: label 120 .section .gfids$y,"dr",associative,fp2
|
| /llvm-project-15.0.7/clang/test/CodeGen/PowerPC/ |
| H A D | ppc64le-f128Aggregates.c | 7 struct fp2 { __float128 f[2]; }; struct 25 struct fp2 func_f2(struct fp2 x) { return x; } in func_f2() 66 struct fp2 global_f2;
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | 2010-05-12-FastAllocKills.ll | 12 ; FP_REG_KILL implicit-def %fp0, implicit-def %fp1, implicit-def %fp2, implicit-def %fp3, implicit-… 21 ; %fp2 = MUL_Fp80m32 %fp1, %rip, 1, %reg0, %const.0, %reg0; mem:LD4[ConstantPool] 22 ; %fp0 = MOV_Fp8080 %fp2 25 ; ST_FpP80m %stack.5, 1, %reg0, 0, %reg0, killed %fp2; mem:ST10[FixedStack5](align=4) 26 ; FP_REG_KILL implicit-def %fp0, implicit-def %fp1, implicit-def %fp2, implicit-def %fp3, implicit-…
|
| /llvm-project-15.0.7/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.nodiscard/ |
| H A D | p2.cpp | 39 typedef S (*fp2)(); typedef 44 typedef fp2 fp2_alias; 48 fp2 two; in f()
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | convert-to-fptr.cpp | 14 typedef int (*fp2)(float); typedef 18 operator fp2() { return f2; } in operator fp2()
|
| H A D | lambda-conversion-op-cc.cpp | 14 double (*__attribute__((thiscall)) fp2)(int, float, double) = lambda; in usage() local 21 fp2(0, 1.1, 2.2); in usage()
|
| /llvm-project-15.0.7/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-15.0.7/flang/test/Semantics/ |
| H A D | call01.f90 | 125 procedure(character*(*)), pointer :: fp2 local 139 print *, fp2()
|
| /llvm-project-15.0.7/clang/test/C/drs/ |
| H A D | dr0xx.c | 346 …int (*fp2)(); /* expected-warning {{a function declaration without a prototype is deprecated in a… in dr053() local 350 fp2 = fp1; in dr053() 351 …(*fp2)(3); /* expected-warning {{passing arguments to a function without a prototype is deprecate… in dr053()
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/MIR/InstrRef/ |
| H A D | x86-fp-stackifier-drop-locations.mir | 167 …renamable $fp2 = LD_Fp80m %stack.2, 1, $noreg, 0, $noreg, implicit-def $fpsw, implicit $fpcw, debu… 168 …nofpexcept UCOM_FpIr80 killed renamable $fp1, renamable $fp2, implicit-def $eflags, implicit-def d… 170 …renamable $fp1 = nofpexcept ADD_Fp80 renamable $fp2, killed renamable $fp1, implicit-def dead $fps… 171 …renamable $fp2 = CMOVNBE_Fp80 killed renamable $fp2, killed renamable $fp1, implicit-def dead $fps… 172 renamable $fp3 = COPY killed renamable $fp2 174 …renamable $fp2 = LD_Fp80m %stack.1, 1, $noreg, 0, $noreg, implicit-def $fpsw, implicit $fpcw, debu… 175 …renamable $fp1 = nofpexcept ADD_Fp80 killed renamable $fp2, killed renamable $fp1, implicit-def de…
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | cxx1y-generic-lambdas.cpp | 185 int (*fp2)(int) = [](auto b) -> int { return b; }; in test() local 192 fp2(3); in test() 206 int (*fp2)(int, char, double) = [](auto ... a) { vfun(a...); return 4; }; in variadic_test() local 217 int (&fp2)(int) = [](auto a) { return a; }; // expected-error{{non-const lvalue}} in test() local 633 void (*fp2)(decltype(L), decltype(ts) ...) = L(L, ts...); in fooV() local 655 decltype(L(L, ts...)(L, ts...)) (*fp2)(decltype(L), decltype(ts) ...) = L(L, ts...); in fooV() local 656 fp2 = fp(L, ts...); in fooV() 657 void (*fp3)(char) = fp2(L, ts...); in fooV()
|
| H A D | cxx1z-constexpr-lambdas.cpp | 110 constexpr char (*fp2)(char) = GL; variable 113 static_assert(fp2('3') == '3');
|
| 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
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | exprs.c | 57 void f0(void (*fp)(void), void (*fp2)(void)) { in f0() 58 int x = fp - fp2; in f0()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/SystemZ/ |
| H A D | frameaddr-02.ll | 58 define i8* @fp2() #1 { 60 ; CHECK-LABEL: fp2:
|
| /llvm-project-15.0.7/lld/ELF/Arch/ |
| H A D | MipsArchTree.cpp | 86 bool fp2 = f.flags & EF_MIPS_FP64; in checkFlags() local 87 if (fp != fp2) in checkFlags() 88 error(toString(f.file) + ": -mfp" + getFpName(fp2) + in checkFlags()
|
| /llvm-project-15.0.7/clang/test/CXX/over/over.over/ |
| H A D | p4.cpp | 9 float (*fp2)(float) = &f0; in test_f0() local
|
| /llvm-project-15.0.7/clang/test/Misc/ |
| H A D | message-length.c | 16 int (*fp2)(int, float, short, float) = f; in g() local
|
| /llvm-project-15.0.7/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-15.0.7/clang-tools-extra/test/clang-tidy/checkers/modernize/ |
| H A D | use-noexcept-opt.cpp | 83 typedef void (*fp)(void (*fp2)(int) throw());
|
| H A D | use-noexcept.cpp | 92 typedef void (*fp)(void (*fp2)(int) throw());
|
| /llvm-project-15.0.7/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-15.0.7/clang/test/Sema/ |
| H A D | arm-cmse.c | 12 …callback_ns_1t fp2 = fptr; // expected-warning{{incompatible function pointer types initializing '… in foo() local
|