Home
last modified time | relevance | path

Searched refs:fp2 (Results 1 – 25 of 44) sorted by relevance

12

/llvm-project-15.0.7/lld/test/COFF/
H A Dgfids-corrupt.s54 .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 Dgfids-icf.s10 # int (*fp2)() = &icf2;
13 # return fp2();
73 .globl fp2
74 fp2: label
86 callq *fp2(%rip)
H A Dgfids-gc.s15 # 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 Dppc64le-f128Aggregates.c7 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 D2010-05-12-FastAllocKills.ll12 ; 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 Dp2.cpp39 typedef S (*fp2)(); typedef
44 typedef fp2 fp2_alias;
48 fp2 two; in f()
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dconvert-to-fptr.cpp14 typedef int (*fp2)(float); typedef
18 operator fp2() { return f2; } in operator fp2()
H A Dlambda-conversion-op-cc.cpp14 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 Dp6.cpp8 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 Dcall01.f90125 procedure(character*(*)), pointer :: fp2 local
139 print *, fp2()
/llvm-project-15.0.7/clang/test/C/drs/
H A Ddr0xx.c346 …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 Dx86-fp-stackifier-drop-locations.mir167 …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 Dcxx1y-generic-lambdas.cpp185 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 Dcxx1z-constexpr-lambdas.cpp110 constexpr char (*fp2)(char) = GL; variable
113 static_assert(fp2('3') == '3');
H A Dconst-cast.cpp71 …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 Dexprs.c57 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 Dframeaddr-02.ll58 define i8* @fp2() #1 {
60 ; CHECK-LABEL: fp2:
/llvm-project-15.0.7/lld/ELF/Arch/
H A DMipsArchTree.cpp86 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 Dp4.cpp9 float (*fp2)(float) = &f0; in test_f0() local
/llvm-project-15.0.7/clang/test/Misc/
H A Dmessage-length.c16 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 Dmisplaced-const.c44 const func_ptr fp2 = fp; in func3() local
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-noexcept-opt.cpp83 typedef void (*fp)(void (*fp2)(int) throw());
H A Duse-noexcept.cpp92 typedef void (*fp)(void (*fp2)(int) throw());
/llvm-project-15.0.7/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
H A Dp5-cxx03-extra-copy.cpp76 float &fp2 = g<X3>(); // Not ambiguous. in h() local
/llvm-project-15.0.7/clang/test/Sema/
H A Darm-cmse.c12 …callback_ns_1t fp2 = fptr; // expected-warning{{incompatible function pointer types initializing '… in foo() local

12