Home
last modified time | relevance | path

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

12

/external/sdv/vsomeip/third_party/boost/core/test/
Dpointer_traits_element_type_test.cpp32 struct E3 { struct
33 typedef bool element_type;
Dpointer_traits_rebind_test.cpp35 struct E3 { struct
37 using rebind = E3<bool, T2, T3>; argument
/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
/external/cronet/stable/third_party/libc++/src/test/std/utilities/tuple/tuple.tuple/tuple.helper/
Dtuple_element.verify.cpp26 using E3 = typename std::tuple_element<4, T const>::type; // expected-error@*:* 2 {{static assertio… typedef
/external/cronet/tot/third_party/libc++/src/test/std/utilities/tuple/tuple.tuple/tuple.helper/
Dtuple_element.verify.cpp26 using E3 = typename std::tuple_element<4, T const>::type; // expected-error@*:* 2 {{static assertio… typedef
/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/rust/android-crates-io/crates/pin-project/tests/ui/pin_project/
Dpacked-enum.rs22 enum E3 { enum
/external/sdv/vsomeip/third_party/boost/endian/test/
Dis_scoped_enum_test.cpp14 enum class E3 {}; enum
Dendian_reverse_test3.cpp50 enum class E3 { e3 }; enum
/external/cronet/tot/third_party/libc++/src/test/std/numerics/rand/rand.eng/rand.eng.lcong/
Dalg.pass.cpp56 typedef std::linear_congruential_engine<T, 0x18000001ull, 0x12347ull, (3ull << 56)> E3; 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/cronet/stable/third_party/libc++/src/test/std/numerics/rand/rand.eng/rand.eng.lcong/
Dalg.pass.cpp56 typedef std::linear_congruential_engine<T, 0x18000001ull, 0x12347ull, (3ull << 56)> E3; in main() typedef
/external/webrtc/rtc_base/
Dtype_traits.h119 enum class E3 { e3 }; enum
/external/oboe/samples/RhythmGame/third_party/glm/detail/
D_swizzle.hpp457 #define _GLM_SWIZZLE4_2_MEMBERS(T, P, V, E0,E1,E2,E3) \ argument
475 #define _GLM_SWIZZLE4_3_MEMBERS(T, P, V, E0,E1,E2,E3) \ argument
541 #define _GLM_SWIZZLE4_4_MEMBERS(T, P, V, E0,E1,E2,E3) \ argument
/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/kotlinx.serialization/core/commonTest/src/kotlinx/serialization/
DInheritableSerialInfoTest.kt32 class E3: A, B class in kotlinx.serialization.InheritableSerialInfoTest
/external/apache-commons-math/src/main/java/org/apache/commons/math3/ode/nonstiff/
DDormandPrince54Integrator.java79 private static final double E3 = -71.0 / 16695.0; field in DormandPrince54Integrator
/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/fonttools/Tests/misc/
Dvisitor_test.py9 E3 = 3 variable in E
/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.decl/dcl.fct.def/dcl.fct.def.default/
Dp2.cpp81 struct E3 { struct

12