/external/clang/INPUTS/ |
D | c99-intconst-1.c | 44 #define first_of3p(T1, E1, T2, E2, T3, E3) \ argument 50 #define first_of4p(T1, E1, T2, E2, T3, E3, T4, E4) \ argument 57 #define first_of6p(T1, E1, T2, E2, T3, E3, T4, E4, T5, E5, T6, E6) \ argument 69 #define first_of3(T1, E1, T2, E2, T3, E3) \ argument 71 #define first_of4(T1, E1, T2, E2, T3, E3, T4, E4) \ argument 73 #define first_of6(T1, E1, T2, E2, T3, E3, T4, E4, T5, E5, T6, E6) \ argument
|
/external/clang/test/SemaCXX/ |
D | member-name-lookup.cpp | 23 enum E3 { enumerator3 }; // expected-note 2{{member found by ambiguous name lookup}} enum 30 enum E3 { enumerator3_2 }; // expected-note 2{{member found by ambiguous name lookup}} enum 74 enum E3 { enumerator3 }; // expected-note 2 {{member found by ambiguous name lookup}} enum 81 enum E3 { enumerator3_2 }; // expected-note 2{{member found by ambiguous name lookup}} enum
|
D | enum-bitfield.cpp | 12 enum E3 : Integer; member
|
D | enum-scoped.cpp | 22 enum E3 : char { enum
|
D | constant-expression-cxx1y.cpp | 915 struct E3 : E1 {} e3; struct
|
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.helper/ |
D | tuple_element.fail.cpp | 31 using E3 = typename std::tuple_element<4, T const>::type; in main() typedef
|
/external/clang/test/SemaObjC/ |
D | class-proto-1.m | 29 @interface E3 : U1 @end // expected-error {{attempting to use the forward class 'U1' as superclass … interface
|
/external/clang/test/ASTMerge/Inputs/ |
D | enum1.c | 16 enum E3 { enum
|
D | enum2.c | 16 enum E3 { enum
|
/external/clang/test/SemaTemplate/ |
D | instantiate-non-type-template-parameter.cpp | 40 enum E { E1, E2, E3 }; enumerator
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/ |
D | DormandPrince54Integrator.java | 80 private static final double E3 = -71.0 / 16695.0; field in DormandPrince54Integrator
|
/external/clang/test/Parser/ |
D | MicrosoftExtensions.c | 45 __declspec(deprecated) enum E3 { a, b, c } e; /* expected-note {{'e' has been explicitly marked dep… enum
|
/external/clang/test/CXX/dcl.decl/dcl.fct.def/dcl.fct.def.default/ |
D | p2.cpp | 81 struct E3 { struct
|
/external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.align/ |
D | p5.cpp | 16 enum alignas(4) E3 { e3 = 0 }; // ok enum
|
/external/protobuf/src/google/protobuf/util/internal/testdata/ |
D | maps.proto | 84 E3 = 3; enumerator
|
D | default_value.proto | 153 E3 = 3; enumerator
|
/external/clang/test/Sema/ |
D | warn-duplicate-enum.c | 32 E3 = E2 enumerator
|
/external/caliper/examples/src/main/java/examples/ |
D | EnumSetContainsBenchmark.java | 58 E1, E2, E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13, E14, E15, E16, E17, enumConstant 64 E1, E2, E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13, E14, E15, E16, E17, enumConstant
|
/external/webp/src/dsp/ |
D | rescaler_sse2.c | 272 const __m128i E3 = _mm_srli_epi64(D3, WEBP_RESCALER_RFIX); in RescalerExportRowExpand_SSE2() local 312 const __m128i E3 = _mm_sub_epi64(A3, D3); in RescalerExportRowShrink_SSE2() local
|
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/ |
D | p1.cpp | 56 constexpr enum E3 { V3 } e3 = V3; enum
|
/external/pdfium/core/fdrm/ |
D | fx_crypt_aes.cpp | 206 const unsigned int E3[256] = { variable
|
/external/clang/test/CXX/special/class.copy/ |
D | p23-cxx11.cpp | 149 struct E3 : DeletedCopyAssign {}; // expected-note {{base class 'DeletedCopyAssign' has a deleted c… struct
|
/external/clang/test/CodeGenCXX/ |
D | catch-undef-behavior.cpp | 176 enum E3 { e3a = (1u << 31) - 1 } e3; enum
|
/external/llvm/unittests/Support/ |
D | ErrorTest.cpp | 620 Error E3 = joinErrors(make_error<CustomError>(0), make_error<CustomError>(1)); in TEST() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/ |
D | ErrorTest.cpp | 735 Error E3 = joinErrors(make_error<CustomError>(0), make_error<CustomError>(1)); in TEST() local
|