/aosp_15_r20/external/clang/INPUTS/ |
H A 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
|
/aosp_15_r20/external/clang/test/SemaCXX/ |
H A 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
|
H A D | enum-bitfield.cpp | 12 enum E3 : Integer; member
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/core/test/ |
D | pointer_traits_element_type_test.cpp | 32 struct E3 { struct 33 typedef bool element_type;
|
D | pointer_traits_rebind_test.cpp | 35 struct E3 { struct 37 using rebind = E3<bool, T2, T3>; argument
|
/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/detail/ |
H A D | _swizzle.hpp | 457 #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
|
/aosp_15_r20/hardware/google/gfxstream/third-party/glm/include/glm/detail/ |
D | _swizzle.hpp | 457 #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
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/tuple/tuple.tuple/tuple.helper/ |
H A D | tuple_element.verify.cpp | 26 using E3 = typename std::tuple_element<4, T const>::type; // expected-error@*:* 2 {{static assertio… typedef
|
/aosp_15_r20/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.helper/ |
H A D | tuple_element.fail.cpp | 31 using E3 = typename std::tuple_element<4, T const>::type; in main() typedef
|
/aosp_15_r20/external/webp/src/dsp/ |
H A 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
|
/aosp_15_r20/external/caliper/examples/src/main/java/examples/ |
H A 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
|
/aosp_15_r20/external/rust/android-crates-io/crates/pin-project/tests/ui/pin_project/ |
D | packed-enum.rs | 20 enum E3 { enum
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/endian/test/ |
D | is_scoped_enum_test.cpp | 14 enum class E3 {}; enum
|
D | endian_reverse_test3.cpp | 50 enum class E3 { e3 }; enum
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/numerics/rand/rand.eng/rand.eng.lcong/ |
H A D | alg.pass.cpp | 56 typedef std::linear_congruential_engine<T, 0x18000001ull, 0x12347ull, (3ull << 56)> E3; in main() typedef
|
/aosp_15_r20/prebuilts/go/linux-x86/src/go/doc/testdata/ |
D | c.go | 46 E3 struct{} struct
|
/aosp_15_r20/external/clang/test/SemaObjC/ |
H A D | class-proto-1.m | 29 @interface E3 : U1 @end // expected-error {{attempting to use the forward class 'U1' as superclass … interface
|
/aosp_15_r20/external/webrtc/rtc_base/ |
H A D | type_traits.h | 119 enum class E3 { e3 }; enum
|
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/ |
H A D | AggregateEventHistoryImplTest.java | 45 private static final Event E3 = new Event(timestamp("01-30 03:06"), field in AggregateEventHistoryImplTest
|
H A D | EventListTest.java | 37 private static final Event E3 = new Event(107L, Event.TYPE_SHARE_IMAGE); field in EventListTest
|
/aosp_15_r20/prebuilts/go/linux-x86/src/math/big/ |
D | arith_arm.s | 81 E3: label
|
/aosp_15_r20/external/clang/test/SemaTemplate/ |
H A D | instantiate-non-type-template-parameter.cpp | 40 enum E { E1, E2, E3 }; enumerator
|
/aosp_15_r20/external/clang/test/ASTMerge/Inputs/ |
H A D | enum2.c | 16 enum E3 { enum
|
H A D | enum1.c | 16 enum E3 { enum
|
/aosp_15_r20/external/kotlinx.serialization/core/commonTest/src/kotlinx/serialization/ |
H A D | InheritableSerialInfoTest.kt | 32 class E3: A, B class in kotlinx.serialization.InheritableSerialInfoTest
|