Home
last modified time | relevance | path

Searched defs:Enum (Results 1 – 25 of 386) sorted by relevance

12345678910>>...16

/external/angle/third_party/vulkan-deps/spirv-tools/src/test/
Dext_inst.debuginfo_test.cpp66 #define CASE_0(Enum) \ argument
71 #define CASE_ILL(Enum, L0, L1) \ argument
78 #define CASE_IL(Enum, L0) \ argument
83 #define CASE_I(Enum) \ argument
88 #define CASE_II(Enum) \ argument
93 #define CASE_III(Enum) \ argument
98 #define CASE_IIII(Enum) \ argument
105 #define CASE_IIIII(Enum) \ argument
112 #define CASE_IIIIII(Enum) \ argument
119 #define CASE_IIIIIII(Enum) \ argument
[all …]
Dext_inst.cldebug100_test.cpp174 #define CASE_0(Enum) \ argument
179 #define CASE_ILL(Enum, L0, L1) \ argument
187 #define CASE_IL(Enum, L0) \ argument
194 #define CASE_I(Enum) \ argument
199 #define CASE_II(Enum) \ argument
204 #define CASE_III(Enum) \ argument
211 #define CASE_IIII(Enum) \ argument
218 #define CASE_IIIII(Enum) \ argument
226 #define CASE_IIIIII(Enum) \ argument
234 #define CASE_IIIIIII(Enum) \ argument
[all …]
Dext_inst.opencl_test.cpp61 #define CASE1(Enum, Name) \ argument
65 #define CASE2(Enum, Name) \ argument
69 #define CASE3(Enum, Name) \ argument
73 #define CASE4(Enum, Name) \ argument
79 #define CASE2Lit(Enum, Name, LiteralNumber) \ argument
85 #define CASE3Round(Enum, Name, Mode) \ argument
/external/deqp-deps/SPIRV-Tools/test/
Dext_inst.debuginfo_test.cpp66 #define CASE_0(Enum) \ argument
71 #define CASE_ILL(Enum, L0, L1) \ argument
78 #define CASE_IL(Enum, L0) \ argument
83 #define CASE_I(Enum) \ argument
88 #define CASE_II(Enum) \ argument
93 #define CASE_III(Enum) \ argument
98 #define CASE_IIII(Enum) \ argument
105 #define CASE_IIIII(Enum) \ argument
112 #define CASE_IIIIII(Enum) \ argument
119 #define CASE_IIIIIII(Enum) \ argument
[all …]
Dext_inst.cldebug100_test.cpp174 #define CASE_0(Enum) \ argument
179 #define CASE_ILL(Enum, L0, L1) \ argument
187 #define CASE_IL(Enum, L0) \ argument
194 #define CASE_I(Enum) \ argument
199 #define CASE_II(Enum) \ argument
204 #define CASE_III(Enum) \ argument
211 #define CASE_IIII(Enum) \ argument
218 #define CASE_IIIII(Enum) \ argument
226 #define CASE_IIIIII(Enum) \ argument
234 #define CASE_IIIIIII(Enum) \ argument
[all …]
Dext_inst.opencl_test.cpp61 #define CASE1(Enum, Name) \ argument
65 #define CASE2(Enum, Name) \ argument
69 #define CASE3(Enum, Name) \ argument
73 #define CASE4(Enum, Name) \ argument
79 #define CASE2Lit(Enum, Name, LiteralNumber) \ argument
85 #define CASE3Round(Enum, Name, Mode) \ argument
/external/swiftshader/third_party/SPIRV-Tools/test/
Dext_inst.debuginfo_test.cpp66 #define CASE_0(Enum) \ argument
71 #define CASE_ILL(Enum, L0, L1) \ argument
78 #define CASE_IL(Enum, L0) \ argument
83 #define CASE_I(Enum) \ argument
88 #define CASE_II(Enum) \ argument
93 #define CASE_III(Enum) \ argument
98 #define CASE_IIII(Enum) \ argument
105 #define CASE_IIIII(Enum) \ argument
112 #define CASE_IIIIII(Enum) \ argument
119 #define CASE_IIIIIII(Enum) \ argument
[all …]
Dext_inst.cldebug100_test.cpp174 #define CASE_0(Enum) \ argument
179 #define CASE_ILL(Enum, L0, L1) \ argument
187 #define CASE_IL(Enum, L0) \ argument
194 #define CASE_I(Enum) \ argument
199 #define CASE_II(Enum) \ argument
204 #define CASE_III(Enum) \ argument
211 #define CASE_IIII(Enum) \ argument
218 #define CASE_IIIII(Enum) \ argument
226 #define CASE_IIIIII(Enum) \ argument
234 #define CASE_IIIIIII(Enum) \ argument
[all …]
Dext_inst.opencl_test.cpp61 #define CASE1(Enum, Name) \ argument
65 #define CASE2(Enum, Name) \ argument
69 #define CASE3(Enum, Name) \ argument
73 #define CASE4(Enum, Name) \ argument
79 #define CASE2Lit(Enum, Name, LiteralNumber) \ argument
85 #define CASE3Round(Enum, Name, Mode) \ argument
/external/rust/crates/pin-project/tests/expand/naming/
Denum-none.expanded.rs3 enum Enum<T, U> { enum
28 impl<T, U> Enum<T, U> {} implementation
41 impl<'pin, T, U> _pin_project::__private::Unpin for Enum<T, U> where implementation
46 unsafe impl<'pin, T, U> _pin_project::UnsafeUnpin for Enum<T, U> where implementation
53 impl<T, U> EnumMustNotImplDrop for Enum<T, U> {} implementation
55 impl<T, U> _pin_project::__private::PinnedDrop for Enum<T, U> { implementation
Denum-mut.expanded.rs3 enum Enum<T, U> { enum
50 impl<T, U> Enum<T, U> { impl
78 impl<'pin, T, U> _pin_project::__private::Unpin for Enum<T, U> where implementation
83 unsafe impl<'pin, T, U> _pin_project::UnsafeUnpin for Enum<T, U> where implementation
90 impl<T, U> EnumMustNotImplDrop for Enum<T, U> {} implementation
92 impl<T, U> _pin_project::__private::PinnedDrop for Enum<T, U> { implementation
Denum-ref.expanded.rs3 enum Enum<T, U> { enum
50 impl<T, U> Enum<T, U> { implementation
81 impl<'pin, T, U> _pin_project::__private::Unpin for Enum<T, U> where implementation
86 unsafe impl<'pin, T, U> _pin_project::UnsafeUnpin for Enum<T, U> where implementation
93 impl<T, U> EnumMustNotImplDrop for Enum<T, U> {} implementation
95 impl<T, U> _pin_project::__private::PinnedDrop for Enum<T, U> { implementation
Denum-own.expanded.rs3 enum Enum<T, U> { enum
48 impl<T, U> Enum<T, U> { impl
100 impl<'pin, T, U> _pin_project::__private::Unpin for Enum<T, U> where implementation
105 unsafe impl<'pin, T, U> _pin_project::UnsafeUnpin for Enum<T, U> where implementation
112 impl<T, U> EnumMustNotImplDrop for Enum<T, U> {} implementation
114 impl<T, U> _pin_project::__private::PinnedDrop for Enum<T, U> { implementation
/external/rust/crates/pin-project/examples/
Denum-default-expanded.rs27 enum Enum<T, U> { enum
46 impl<T, U> Enum<T, U> { implementation
72 impl<'pin, T, U> ::pin_project::__private::Unpin for Enum<T, U> where implementation
78 unsafe impl<'pin, T, U> ::pin_project::UnsafeUnpin for Enum<T, U> where implementation
89 impl<T, U> EnumMustNotImplDrop for Enum<T, U> {} implementation
93 impl<T, U> ::pin_project::__private::PinnedDrop for Enum<T, U> { implementation
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Frontend/OpenMP/
DOMPConstants.h32 #define OMP_DIRECTIVE(Enum, ...) Enum, argument
40 #define OMP_DIRECTIVE(Enum, ...) constexpr auto Enum = omp::Directive::Enum; argument
45 #define OMP_RTL(Enum, ...) Enum, argument
49 #define OMP_RTL(Enum, ...) constexpr auto Enum = omp::RuntimeFunction::Enum; argument
54 #define OMP_PROC_BIND_KIND(Enum, Str, Value) Enum = Value, argument
58 #define OMP_PROC_BIND_KIND(Enum, ...) \ argument
65 #define OMP_IDENT_FLAG(Enum, Str, Value) Enum = Value, argument
70 #define OMP_IDENT_FLAG(Enum, ...) constexpr auto Enum = omp::IdentFlag::Enum; argument
/external/rust/crates/pin-project/tests/expand/not_unpin/
Denum.expanded.rs3 enum Enum<T, U> { enum
72 impl<T, U> Enum<T, U> { impl
107 impl<'pin, T, U> _pin_project::__private::Unpin for Enum<T, U> where implementation
113 unsafe impl<'pin, T, U> _pin_project::UnsafeUnpin for Enum<T, U> where implementation
121 impl<T, U> EnumMustNotImplDrop for Enum<T, U> {} implementation
123 impl<T, U> _pin_project::__private::PinnedDrop for Enum<T, U> { implementation
/external/rust/crates/pin-project/tests/expand/unsafe_unpin/
Denum.expanded.rs3 enum Enum<T, U> { enum
72 impl<T, U> Enum<T, U> { impl
107 impl<'pin, T, U> _pin_project::__private::Unpin for Enum<T, U> where implementation
114 impl<T, U> EnumMustNotImplDrop for Enum<T, U> {} implementation
116 impl<T, U> _pin_project::__private::PinnedDrop for Enum<T, U> { implementation
120 unsafe impl<T: Unpin, U> UnsafeUnpin for Enum<T, U> {} implementation
/external/mesa3d/src/util/
Denum_operators.h27 #define MESA_DEFINE_CPP_ENUM_BINARY_OPERATOR(Enum, op) \ argument
46 #define MESA_DEFINE_CPP_ENUM_UNARY_OPERATOR(Enum, op) \ argument
56 #define MESA_DEFINE_CPP_ENUM_BITFIELD_OPERATORS(Enum) \ argument
64 #define MESA_DEFINE_CPP_ENUM_BITFIELD_OPERATORS(Enum) argument
/external/rust/crates/pin-project/tests/expand/project_replace/
Denum.expanded.rs3 enum Enum<T, U> { enum
48 impl<T, U> Enum<T, U> { implementation
100 impl<'pin, T, U> _pin_project::__private::Unpin for Enum<T, U> where implementation
105 unsafe impl<'pin, T, U> _pin_project::UnsafeUnpin for Enum<T, U> where implementation
112 impl<T, U> EnumMustNotImplDrop for Enum<T, U> {} implementation
114 impl<T, U> _pin_project::__private::PinnedDrop for Enum<T, U> { implementation
/external/rust/crates/pin-project-lite/tests/expand/naming/
Denum-none.expanded.rs2 enum Enum<T, U> { enum
10 impl<T, U> Enum<T, U> {} impl
17 impl<'__pin, T, U> ::pin_project_lite::__private::Unpin for Enum<T, U> where implementation
24 impl<T, U> MustNotImplDrop for Enum<T, U> {} implementation
/external/rust/crates/pin-project/tests/expand/pub/
Denum.expanded.rs3 pub enum Enum<T, U> { enum
72 impl<T, U> Enum<T, U> { impl
119 impl<'pin, T, U> _pin_project::__private::Unpin for Enum<T, U> where implementation
124 unsafe impl<'pin, T, U> _pin_project::UnsafeUnpin for Enum<T, U> where implementation
131 impl<T, U> EnumMustNotImplDrop for Enum<T, U> {} implementation
133 impl<T, U> _pin_project::__private::PinnedDrop for Enum<T, U> { implementation
/external/rust/crates/pin-project/tests/expand/default/
Denum.expanded.rs3 enum Enum<T, U> { enum
72 impl<T, U> Enum<T, U> { implementation
119 impl<'pin, T, U> _pin_project::__private::Unpin for Enum<T, U> where implementation
124 unsafe impl<'pin, T, U> _pin_project::UnsafeUnpin for Enum<T, U> where implementation
131 impl<T, U> EnumMustNotImplDrop for Enum<T, U> {} implementation
133 impl<T, U> _pin_project::__private::PinnedDrop for Enum<T, U> { implementation
/external/rust/crates/pin-project/tests/expand/pinned_drop/
Denum.expanded.rs4 enum Enum<T, U> { enum
73 impl<T, U> Enum<T, U> { impl
120 impl<'pin, T, U> _pin_project::__private::Unpin for Enum<T, U> where implementation
125 unsafe impl<'pin, T, U> _pin_project::UnsafeUnpin for Enum<T, U> where implementation
129 impl<T, U> _pin_project::__private::Drop for Enum<T, U> { implementation
139 impl<T, U> ::pin_project::__private::PinnedDrop for Enum<T, U> { implementation
/external/golang-protobuf/testing/protocmp/
Dxform.go37 type Enum struct { struct
38 num protoreflect.EnumNumber
39 ed protoreflect.EnumDescriptor
44 func (e Enum) Descriptor() protoreflect.EnumDescriptor {
49 func (e Enum) Number() protoreflect.EnumNumber {
54 func (e1 Enum) Equal(e2 Enum) bool {
63 func (e Enum) String() string {
/external/golang-protobuf/types/known/typepb/
Dtype.pb.go67 func (x Syntax) Enum() *Syntax { func
184 func (x Field_Kind) Enum() *Field_Kind { func
241 func (x Field_Cardinality) Enum() *Field_Cardinality { func
495 type Enum struct { struct
496 state protoimpl.MessageState
497 sizeCache protoimpl.SizeCache
498 unknownFields protoimpl.UnknownFields
501 Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
503 Enumvalue []*EnumValue `protobuf:"bytes,2,rep,name=enumvalue,proto3" json:"enumvalue,omitempty"`
505 Options []*Option `protobuf:"bytes,3,rep,name=options,proto3" json:"options,omitempty"`
[all …]

12345678910>>...16