/third_party/flutter/skia/src/sksl/ir/ |
D | SkSLEnum.h | 23 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/ |
D | ext_inst.debuginfo_test.cpp | 66 #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 …]
|
D | ext_inst.cldebug100_test.cpp | 174 #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 …]
|
D | ext_inst.opencl_test.cpp | 61 #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/ |
D | ext_inst.debuginfo_test.cpp | 66 #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 …]
|
D | ext_inst.cldebug100_test.cpp | 174 #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 …]
|
D | ext_inst.opencl_test.cpp | 61 #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/ |
D | ext_inst.debuginfo_test.cpp | 66 #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 …]
|
D | ext_inst.cldebug100_test.cpp | 174 #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 …]
|
D | ext_inst.opencl_test.cpp | 61 #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/ |
D | enum_operators.h | 30 #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/ |
D | OMPConstants.h | 32 #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/ |
D | ext_inst.opencl_test.cpp | 57 #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/ |
D | importedEnumMemberMergedWithExportedAliasIsError.js | 20 var Enum; variable 21 (function (Enum) { argument
|
D | enumDeclarationEmitInitializerHasImport.js | 17 var Enum; variable 18 (function (Enum) { argument
|
D | enumOperations.js | 20 var Enum; variable 21 (function (Enum) { argument
|
D | unionOfEnumInference.js | 20 var Enum; variable 21 (function (Enum) { argument
|
D | classStaticInitializersUsePropertiesBeforeDeclaration.js | 30 var Enum; variable 31 (function (Enum) { argument
|
/third_party/boost/libs/spirit/test/karma/ |
D | regression_container_variant_sequence.cpp | 16 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/ |
D | sem.go | 50 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/ |
D | deeplyNestedConstraints.ts | 6 type Enum = Record<string, string | number>; alias
|
D | enumDeclarationEmitInitializerHasImport.ts | 3 export enum Enum { enum
|
D | importedEnumMemberMergedWithExportedAliasIsError.ts | 2 export enum Enum { enum
|
D | enumOperations.ts | 1 enum Enum { None = 0 } enum
|
D | unionOfEnumInference.ts | 5 enum Enum { A, B, C } enum
|