/external/llvm-project/clang/test/CodeGen/ |
D | ppc64le-f128Aggregates.c | 8 struct fp3 { __float128 f[3]; }; struct 28 struct fp3 func_f3(struct fp3 x) { return x; } in func_f3() 72 struct fp3 global_f3;
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | lambda-conversion-op-cc.cpp | 15 double (*__attribute__((stdcall)) fp3)(int, float, double) = lambda; in usage() local 22 fp3(0, 1.1, 2.2); in usage()
|
/external/llvm-project/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.nodiscard/ |
D | p2.cpp | 42 typedef S_alias (*fp3)(); typedef 49 fp3 three; in f()
|
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/ |
D | p6.cpp | 8 void (*fp3)(int) = lambda; in test_conversion() local
|
/external/clang/test/SemaCXX/ |
D | cxx1y-generic-lambdas.cpp | 182 int (*fp3)(char) = [](auto c) -> int { return c; }; in test() local 189 fp3('\n'); in test() 190 fp3('a'); in test() 214 int (&&fp3)(int) = [](auto a) { return a; }; // expected-error{{no viable conversion}}\ in test() local 641 void (*fp3)(char) = fp2(L, ts...); in fooV() local 642 fp3('a'); in fooV()
|
D | attr-unavailable.cpp | 19 int &(*fp3)(int) = foo; in test_foo() local
|
/external/llvm-project/clang/test/SemaCXX/ |
D | cxx1y-generic-lambdas.cpp | 186 int (*fp3)(char) = [](auto c) -> int { return c; }; in test() local 193 fp3('\n'); in test() 194 fp3('a'); in test() 218 int (&&fp3)(int) = [](auto a) { return a; }; // expected-error{{no viable conversion}}\ in test() local 655 void (*fp3)(char) = fp2(L, ts...); in fooV() local 656 fp3('a'); in fooV()
|
D | cxx1z-constexpr-lambdas.cpp | 111 constexpr double (*fp3)(double) = GL; variable 114 static_assert(fp3(3.14) == 3.14);
|
D | attr-unavailable.cpp | 18 int &(*fp3)(int) = foo; in test_foo() local
|
/external/llvm-project/clang/test/CXX/expr/expr.prim/expr.prim.lambda/ |
D | p6.cpp | 11 void (*fp3)(int) = lambda; in test_conversion() local
|
/external/skia/src/gpu/effects/generated/ |
D | GrConfigConversionEffect.cpp | 154 auto fp3 = GrConfigConversionEffect::Make( in TestForPreservingPMConversions() local 157 readSFC->fillRectWithFP(SkIRect::MakeWH(kSize, kSize), std::move(fp3)); in TestForPreservingPMConversions()
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | 2010-05-12-FastAllocKills.ll | 12 ; FP_REG_KILL implicit-def %fp0, implicit-def %fp1, implicit-def %fp2, implicit-def %fp3, implicit-… 26 ; FP_REG_KILL implicit-def %fp0, implicit-def %fp1, implicit-def %fp2, implicit-def %fp3, implicit-…
|
D | ipra-reg-usage.ll | 6 …r5 $dr6 $dr7 $dr8 $dr9 $dr10 $dr11 $dr12 $dr13 $dr14 $dr15 $fp0 $fp1 $fp2 $fp3 $fp4 $fp5 $fp6 $fp7…
|
/external/llvm/test/Transforms/SLPVectorizer/X86/ |
D | extract_in_tree_user.ll | 47 %fp3 = sitofp i32 %add3 to float 48 %call3 = tail call float @llvm.powi.f32(float %fp3,i32 %add1) nounwind readnone
|
/external/llvm-project/clang/test/Sema/ |
D | arm-cmse.c | 13 callback_2t fp3 = fptr; in foo() local
|
/external/skia/src/gpu/effects/ |
D | GrConfigConversionEffect.fp | 89 auto fp3 = GrConfigConversionEffect::Make( 93 readSFC->fillRectWithFP(SkIRect::MakeWH(kSize, kSize), std::move(fp3));
|
/external/clang/test/SemaObjCXX/Inputs/ |
D | nullability-pragmas-1.h | 80 float *fp3 = ipp; // expected-error{{lvalue of type 'int_ptr_ptr' (aka 'int **')}} in f30() local
|
/external/clang/test/SemaTemplate/ |
D | member-template-access-expr.cpp | 71 float* (*fp3)(int) = &X1::f2; in test_X1() local
|
/external/llvm-project/clang/test/SemaObjCXX/Inputs/ |
D | nullability-pragmas-1.h | 102 float *fp3 = ipp; // expected-error{{lvalue of type 'int_ptr_ptr' (aka 'int **')}} in f30() local
|
/external/llvm-project/clang/test/SemaTemplate/ |
D | member-template-access-expr.cpp | 71 float* (*fp3)(int) = &X1::f2; in test_X1() local
|
/external/rust/crates/libz-sys/src/zlib/watcom/ |
D | watcom_f.mak | 19 CFLAGS = -zq -mf -3r -fp3 -s -bt=dos -oilrtfm -fr=nul -wx
|
/external/llvm-project/llvm/test/Transforms/SLPVectorizer/X86/ |
D | extract_in_tree_user.ll | 81 %fp3 = sitofp i32 %add3 to float 82 %call3 = tail call float @llvm.powi.f32(float %fp3,i32 %add1) nounwind readnone
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | speculation-hardening-sls.ll | 177 i64 (i8*, i8*, i64, i64, i64, i64, i64, i64)** nocapture readonly %fp3) 187 %4 = bitcast i64 (i8*, i8*, i64, i64, i64, i64, i64, i64)** %fp3 to i8** 189 …, i8*, i64, i64, i64, i64, i64, i64)*, i64 (i8*, i8*, i64, i64, i64, i64, i64, i64)** %fp3, align 8
|
/external/libchrome/base/ |
D | logging_unittest.cc | 628 void (*fp3)() = DcheckEmptyFunction1; in TEST_F() local 629 DCHECK_EQ(fp1, fp3); in TEST_F()
|
/external/OpenCL-CTS/test_conformance/math_brute_force/ |
D | ternary_float.cpp | 263 float *fp3 = (float *)gIn3; in TestFunc_Float_Float_Float_Float() local 270 fp3[idx] = specialValues[z]; in TestFunc_Float_Float_Float_Float()
|