Home
last modified time | relevance | path

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

123456789

/external/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 code() const { in code()
54 String description() const override { in description()
59 bool fBuiltin = false;
60 const StringFragment fTypeName;
61 const std::shared_ptr<SymbolTable> fSymbols;
63 typedef ProgramElement INHERITED;
/external/skqp/src/sksl/ir/
DSkSLEnum.h17 struct Enum : public ProgramElement { struct
18 Enum(int offset, StringFragment typeName, std::shared_ptr<SymbolTable> symbols) in Enum() argument
24 return std::unique_ptr<ProgramElement>(new Enum(fOffset, fTypeName, fSymbols)); in clone() argument
27 String description() const override { in description()
45 bool fBuiltin = false;
46 const StringFragment fTypeName;
47 const std::shared_ptr<SymbolTable> fSymbols;
49 typedef ProgramElement INHERITED;
/external/angle/third_party/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/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/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/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/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DFormatUtil.h34 #define PUSH_MASKED_FLAG(Enum, Mask, TheOpt, Value, Text) \ argument
38 #define PUSH_FLAG(Enum, TheOpt, Value, Text) \ argument
41 #define RETURN_CASE(Enum, X, Ret) \ argument
/external/webrtc/webrtc/base/
Dhttpcommon.cc56 struct Enum { struct
57 static const char** Names;
58 static size_t Size;
60 static inline const char* Name(E val) { return Names[val]; } in Name()
61 static inline bool Parse(E& val, const std::string& name) { in Parse()
69 E val;
71 inline operator E&() { return val; } in operator E&()
72 inline Enum& operator=(E rhs) { val = rhs; return *this; } in operator =()
74 inline const char* name() const { return Name(val); } in name()
75 inline bool assign(const std::string& name) { return Parse(val, name); } in assign()
[all …]
/external/libcxx/test/std/utilities/meta/meta.trans/meta.trans.arr/
Dremove_all_extents.pass.cpp18 enum Enum {zero, one_}; enum
Dremove_extent.pass.cpp18 enum Enum {zero, one_}; enum
/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.cat/
Denum.pass.cpp47 enum Enum {zero, one}; enum
Dis_lvalue_reference.pass.cpp71 enum Enum {zero, one}; enum
Dis_void.pass.cpp69 enum Enum {zero, one}; enum
/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.comp/
Denum.pass.cpp37 enum Enum {zero, one}; enum
Dis_object.pass.cpp71 enum Enum {zero, one}; enum
/external/libchrome/mojo/public/cpp/bindings/tests/
Dwtf_hash_unittest.cc28 TEST_F(WTFHashTest, Enum) { in TEST_F() argument
/external/libcxx/test/std/utilities/meta/meta.trans/meta.trans.sign/
Dmake_signed.pass.cpp18 enum Enum {zero, one_}; enum
Dmake_unsigned.pass.cpp18 enum Enum {zero, one_}; enum
/external/libkmsxx/kms++/inc/kms++/
Dproperty.h15 Enum, enumerator

123456789