Home
last modified time | relevance | path

Searched defs:fp2 (Results 1 – 25 of 36) sorted by relevance

12

/llvm-project/lld/test/COFF/
H A Dgfids-gc.s122 .globl fp2 symbol
123 fp2: label
H A Dgfids-icf.s76 .globl fp2 symbol
77 fp2: label
H A Dgfids-corrupt.s58 .globl fp2 symbol
59 fp2: label
/llvm-project/libc/test/src/stdio/
H A Dfdopen_test.cpp39 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 Dp4.cpp9 float (*fp2)(float) = &f0; in test_f0() local
/llvm-project/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/offload/test/offloading/
H A Dindirect_fp_mapping.c26 fp_t fp2 = 0; in main() local
/llvm-project/flang/test/Semantics/
H A Dcall01.f90121 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 Dp5-cxx03-extra-copy.cpp76 float &fp2 = g<X3>(); // Not ambiguous. in h() local
/llvm-project/clang/test/Misc/
H A Dmessage-length.c16 int (*fp2)(int, float, short, float) = f; in g() local
/llvm-project/clang/test/CodeGenCXX/
H A Dlambda-conversion-op-cc.cpp14 double (*__attribute__((thiscall)) fp2)(int, float, double) = lambda; in usage() local
H A Dconvert-to-fptr.cpp14 typedef int (*fp2)(float); typedef
/llvm-project/clang/test/SemaObjCXX/Inputs/
H A Dnullability-pragmas-1.h99 …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 Dp2.cpp44 typedef S (*fp2)(); global() typedef
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/misc/
H A Dmisplaced-const.c44 const func_ptr fp2 = fp; in func3() local
/llvm-project/clang/test/Sema/
H A Darm-cmse.c12 …callback_ns_1t fp2 = fptr; // expected-error{{incompatible function pointer types initializing 'ca… in foo() local
/llvm-project/clang/test/CodeGen/PowerPC/
H A Dppc64le-f128Aggregates.c7 struct fp2 { __float128 f[2]; }; struct
/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
H A Dp1-0x.cpp68 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 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
H A Dwarn-zero-nullptr.cpp21 void (*fp2)() = __null; variable
/llvm-project/clang/test/SemaTemplate/
H A Dinstantiate-function-params.cpp52 FuncPtr<R, A2, &unary_func<R, A2> > fp2; in use_func_ptr() local
H A Dmember-template-access-expr.cpp63 …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 DMipsArchTree.cpp86 bool fp2 = f.flags & EF_MIPS_FP64; checkFlags() local
/llvm-project/clang/test/Parser/
H A Dc2x-attribute-keywords.c85 int (*fp2 ATTR_USE)(void); // expected-error {{'ATTR_NAME' cannot be applied to a declaration}} in f9() local
H A Dc2x-attributes.c102 int (*fp2 [[]])(void); in f9() local

12