Home
last modified time | relevance | path

Searched defs:D4 (Results 1 – 22 of 22) sorted by relevance

/external/llvm-project/clang/test/CodeGenCXX/
Dhomogeneous-aggregates.cpp32 struct D4 : Base2, Base3 { // homogeneous aggregate struct
33 double y, z;
/external/clang/test/CodeGenCXX/
Dhomogeneous-aggregates.cpp32 struct D4 : Base2, Base3 { // homogeneous aggregate struct
33 double y, z;
/external/clang/test/CXX/concepts-ts/dcl.dcl/dcl.spec/dcl.spec.concept/
Dp1.cpp22 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/
Dp13.cpp83 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/
DAlignOfTest.cpp56 struct D4 : S2 { int x; }; argument
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
DDormandPrince54StepInterpolator.java66 private static final double D4 = 701980252875.0 / 199316789632.0; field in DormandPrince54StepInterpolator
/external/clang/test/CXX/special/class.copy/
Dp23-cxx11.cpp111 struct D4 { struct
132 template struct MoveAssign<D4>; // expected-note {{here}} argument
/external/llvm-project/clang/test/CXX/special/class.copy/
Dp23-cxx11.cpp111 struct D4 { struct
132 template struct MoveAssign<D4>; // expected-note {{here}} argument
/external/clang/test/CXX/special/class.dtor/
Dp5-0x.cpp102 struct D4 { // expected-note {{virtual destructor requires an unambiguous, accessible 'operator del… struct
/external/llvm-project/clang/test/CXX/special/class.dtor/
Dp5-0x.cpp102 struct D4 { // expected-note {{virtual destructor requires an unambiguous, accessible 'operator del… struct
/external/llvm-project/llvm/test/MC/MachO/
Dx86_64-symbols.s17 D4: label
Dx86_32-symbols.s17 D4: label
/external/llvm/test/MC/MachO/
Dx86_64-symbols.s17 D4: label
Dx86_32-symbols.s17 D4: label
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dfuchsia-multiple-inheritance.cpp105 struct D4 : V5, V6 {}; struct
/external/clang/test/Sema/
Dwarn-duplicate-enum.c25 D4 = D2, // no warning enumerator
/external/llvm-project/clang/test/Sema/
Dwarn-duplicate-enum.c25 D4 = D2, // no warning enumerator
/external/llvm-project/clang/test/SemaCXX/
Dwarn-cast-align.cpp97 struct __attribute__((aligned(16))) D4 : virtual D2 { struct
/external/pdfium/third_party/libtiff/
Dtif_color.c259 float f4 = LumaBlue*f3/LumaGreen; int32 D4 = -FIX(CLAMP(f4,0.0F,2.0F)); in TIFFYCbCrToRGBInit() local
/external/zstd/lib/decompress/
Dhuf_decompress.c123 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/
DConstantRangeTest.cpp2015 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/
Dtestcases.c89 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