Home
last modified time | relevance | path

Searched defs:E3 (Results 1 – 25 of 26) sorted by relevance

12

/external/clang/INPUTS/
Dc99-intconst-1.c44 #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/
Dmember-name-lookup.cpp23 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
Denum-bitfield.cpp12 enum E3 : Integer; member
Denum-scoped.cpp22 enum E3 : char { enum
Dconstant-expression-cxx1y.cpp915 struct E3 : E1 {} e3; struct
Dconstant-expression-cxx11.cpp1966 struct E3 : E1 {} e3; struct
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.helper/
Dtuple_element.fail.cpp31 using E3 = typename std::tuple_element<4, T const>::type; in main() typedef
/external/clang/test/SemaObjC/
Dclass-proto-1.m29 @interface E3 : U1 @end // expected-error {{attempting to use the forward class 'U1' as superclass … interface
/external/clang/test/SemaTemplate/
Dinstantiate-non-type-template-parameter.cpp40 enum E { E1, E2, E3 }; enumerator
/external/clang/test/ASTMerge/Inputs/
Denum1.c16 enum E3 { enum
Denum2.c16 enum E3 { enum
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
DDormandPrince54Integrator.java80 private static final double E3 = -71.0 / 16695.0; field in DormandPrince54Integrator
/external/clang/test/CXX/dcl.decl/dcl.fct.def/dcl.fct.def.default/
Dp2.cpp81 struct E3 { struct
/external/clang/test/Parser/
DMicrosoftExtensions.c45 __declspec(deprecated) enum E3 { a, b, c } e; /* expected-note {{'e' has been explicitly marked dep… enum
/external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.align/
Dp5.cpp16 enum alignas(4) E3 { e3 = 0 }; // ok enum
/external/clang/test/Sema/
Dwarn-duplicate-enum.c32 E3 = E2 enumerator
/external/webp/src/dsp/
Drescaler_sse2.c272 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/caliper/examples/src/main/java/examples/
DEnumSetContainsBenchmark.java58 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/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
Dp1.cpp56 constexpr enum E3 { V3 } e3 = V3; enum
/external/protobuf/src/google/protobuf/util/internal/testdata/
Ddefault_value.proto153 E3 = 3; enumerator
/external/clang/test/CXX/special/class.copy/
Dp23-cxx11.cpp149 struct E3 : DeletedCopyAssign {}; // expected-note {{base class 'DeletedCopyAssign' has a deleted c… struct
/external/clang/test/CodeGenCXX/
Dcatch-undef-behavior.cpp176 enum E3 { e3a = (1u << 31) - 1 } e3; enum
/external/pdfium/core/fdrm/crypto/
Dfx_crypt_aes.cpp206 const unsigned int E3[256] = { variable
/external/llvm/unittests/Support/
DErrorTest.cpp620 Error E3 = joinErrors(make_error<CustomError>(0), make_error<CustomError>(1)); in TEST() local
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DErrorTest.cpp735 Error E3 = joinErrors(make_error<CustomError>(0), make_error<CustomError>(1)); in TEST() local

12