Home
last modified time | relevance | path

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

1234

/third_party/flutter/skia/src/sksl/ir/
DSkSLEnum.h23 struct Enum : public ProgramElement { struct
24 Enum(int offset, StringFragment typeName, std::shared_ptr<SymbolTable> symbols) in Enum() function
30 return std::unique_ptr<ProgramElement>(new Enum(fOffset, fTypeName, fSymbols)); in clone() argument
33 String description() const override { in description()
51 bool fBuiltin = false;
52 const StringFragment fTypeName;
53 const std::shared_ptr<SymbolTable> fSymbols;
55 typedef ProgramElement INHERITED;
/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
/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/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
/third_party/mesa3d/src/util/
Denum_operators.h30 #define MESA_DEFINE_CPP_ENUM_BINARY_OPERATOR(Enum, op) \ argument
53 #define MESA_DEFINE_CPP_ENUM_UNARY_OPERATOR(Enum, op) \ argument
64 #define MESA_DEFINE_CPP_ENUM_BITFIELD_OPERATORS(Enum) \ argument
72 #define MESA_DEFINE_CPP_ENUM_BITFIELD_OPERATORS(Enum) argument
/third_party/skia/third_party/externals/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
/third_party/flutter/skia/third_party/externals/spirv-tools/test/
Dext_inst.opencl_test.cpp57 #define CASE1(Enum, Name) \ argument
61 #define CASE2(Enum, Name) \ argument
65 #define CASE3(Enum, Name) \ argument
69 #define CASE4(Enum, Name) \ argument
75 #define CASE2Lit(Enum, Name, LiteralNumber) \ argument
81 #define CASE3Round(Enum, Name, Mode) \ argument
/third_party/typescript/tests/baselines/reference/
DimportedEnumMemberMergedWithExportedAliasIsError.js20 var Enum; variable
21 (function (Enum) { argument
DenumDeclarationEmitInitializerHasImport.js17 var Enum; variable
18 (function (Enum) { argument
DenumOperations.js20 var Enum; variable
21 (function (Enum) { argument
DunionOfEnumInference.js20 var Enum; variable
21 (function (Enum) { argument
DclassStaticInitializersUsePropertiesBeforeDeclaration.js30 var Enum; variable
31 (function (Enum) { argument
/third_party/boost/libs/spirit/test/karma/
Dregression_container_variant_sequence.cpp16 struct Enum struct
18 std::string enumName;
19 std::vector<std::string> enumEntries;
/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/sem/
Dsem.go50 type Enum struct { struct
51 Decl ast.EnumDecl
52 Name string
53 Entries []*EnumEntry
57 func (e *Enum) FindEntry(name string) *EnumEntry {
68 Enum *Enum member
102 Enum *Enum member
109 Enum *Enum member
252 func (*Enum) isNamed() {}
262 func (e *Enum) GetName() string { return e.Name }
/third_party/typescript/tests/cases/compiler/
DdeeplyNestedConstraints.ts6 type Enum = Record<string, string | number>; alias
DenumDeclarationEmitInitializerHasImport.ts3 export enum Enum { enum
DimportedEnumMemberMergedWithExportedAliasIsError.ts2 export enum Enum { enum
DenumOperations.ts1 enum Enum { None = 0 } enum
DunionOfEnumInference.ts5 enum Enum { A, B, C } enum

1234