/external/llvm-project/clang/test/CodeGenCXX/ |
D | homogeneous-aggregates.cpp | 32 struct D4 : Base2, Base3 { // homogeneous aggregate struct 33 double y, z;
|
/external/clang/test/CodeGenCXX/ |
D | homogeneous-aggregates.cpp | 32 struct D4 : Base2, Base3 { // homogeneous aggregate struct 33 double y, z;
|
/external/clang/test/CXX/concepts-ts/dcl.dcl/dcl.spec/dcl.spec.concept/ |
D | p1.cpp | 22 concept bool D4() { return true; } // expected-error {{'concept' can only appear on the definition … in D4() function
|
/external/llvm-project/clang/test/CXX/class/class.mem/ |
D | p13.cpp | 83 union { int D4; }; member 99 struct D4 : B { using B::D4; }; // expected-error {{member 'D4' has the same name as its class}} struct
|
/external/llvm/unittests/Support/ |
D | AlignOfTest.cpp | 56 struct D4 : S2 { int x; }; argument
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/ |
D | DormandPrince54StepInterpolator.java | 66 private static final double D4 = 701980252875.0 / 199316789632.0; field in DormandPrince54StepInterpolator
|
/external/clang/test/CXX/special/class.copy/ |
D | p23-cxx11.cpp | 111 struct D4 { struct 132 template struct MoveAssign<D4>; // expected-note {{here}} argument
|
/external/llvm-project/clang/test/CXX/special/class.copy/ |
D | p23-cxx11.cpp | 111 struct D4 { struct 132 template struct MoveAssign<D4>; // expected-note {{here}} argument
|
/external/clang/test/CXX/special/class.dtor/ |
D | p5-0x.cpp | 102 struct D4 { // expected-note {{virtual destructor requires an unambiguous, accessible 'operator del… struct
|
/external/llvm-project/clang/test/CXX/special/class.dtor/ |
D | p5-0x.cpp | 102 struct D4 { // expected-note {{virtual destructor requires an unambiguous, accessible 'operator del… struct
|
/external/llvm-project/llvm/test/MC/MachO/ |
D | x86_64-symbols.s | 17 D4: label
|
D | x86_32-symbols.s | 17 D4: label
|
/external/llvm/test/MC/MachO/ |
D | x86_64-symbols.s | 17 D4: label
|
D | x86_32-symbols.s | 17 D4: label
|
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | fuchsia-multiple-inheritance.cpp | 105 struct D4 : V5, V6 {}; struct
|
/external/clang/test/Sema/ |
D | warn-duplicate-enum.c | 25 D4 = D2, // no warning enumerator
|
/external/llvm-project/clang/test/Sema/ |
D | warn-duplicate-enum.c | 25 D4 = D2, // no warning enumerator
|
/external/llvm-project/clang/test/SemaCXX/ |
D | warn-cast-align.cpp | 97 struct __attribute__((aligned(16))) D4 : virtual D2 { struct
|
/external/pdfium/third_party/libtiff/ |
D | tif_color.c | 259 float f4 = LumaBlue*f3/LumaGreen; int32 D4 = -FIX(CLAMP(f4,0.0F,2.0F)); in TIFFYCbCrToRGBInit() local
|
/external/zstd/lib/decompress/ |
D | huf_decompress.c | 123 U64 D4; in HUF_DEltX1_set4() local 247 U64 const D4 = HUF_DEltX1_set4(wksp->symbols[symbol + s], nbBits); in HUF_readDTableX1_wksp_bmi2() local 254 U64 const D4 = HUF_DEltX1_set4(wksp->symbols[symbol + s], nbBits); in HUF_readDTableX1_wksp_bmi2() local 262 U64 const D4 = HUF_DEltX1_set4(wksp->symbols[symbol + s], nbBits); in HUF_readDTableX1_wksp_bmi2() local
|
/external/llvm-project/llvm/unittests/IR/ |
D | ConstantRangeTest.cpp | 2015 ConstantRange D4(APInt(16, 0xfd99), APInt(16, 0x8000)); in TEST_F() local 2061 ConstantRange D4(APInt(16, 0x0300), APInt(16, 0x0400)); in TEST_F() local
|
/external/libffi/testsuite/libffi.bhaible/ |
D | testcases.c | 89 Double D1={0.1}, D2={0.2}, D3={0.3}, D4={0.4}, D5={0.5}, D6={0.6}, D7={0.7}, D8={0.8}, D9={0.9}; variable
|