| /external/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 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/ |
| D | SkSLEnum.h | 17 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/ |
| 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
|
| /external/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
|
| /external/deqp-deps/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
|
| /external/mesa3d/src/util/ |
| D | enum_operators.h | 27 #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/ |
| D | FormatUtil.h | 34 #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/ |
| D | httpcommon.cc | 56 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/ |
| D | remove_all_extents.pass.cpp | 18 enum Enum {zero, one_}; enum
|
| D | remove_extent.pass.cpp | 18 enum Enum {zero, one_}; enum
|
| /external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.cat/ |
| D | enum.pass.cpp | 47 enum Enum {zero, one}; enum
|
| D | is_lvalue_reference.pass.cpp | 71 enum Enum {zero, one}; enum
|
| D | is_void.pass.cpp | 69 enum Enum {zero, one}; enum
|
| /external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.comp/ |
| D | enum.pass.cpp | 37 enum Enum {zero, one}; enum
|
| D | is_object.pass.cpp | 71 enum Enum {zero, one}; enum
|
| /external/libchrome/mojo/public/cpp/bindings/tests/ |
| D | wtf_hash_unittest.cc | 28 TEST_F(WTFHashTest, Enum) { in TEST_F() argument
|
| /external/libcxx/test/std/utilities/meta/meta.trans/meta.trans.sign/ |
| D | make_signed.pass.cpp | 18 enum Enum {zero, one_}; enum
|
| D | make_unsigned.pass.cpp | 18 enum Enum {zero, one_}; enum
|
| /external/libkmsxx/kms++/inc/kms++/ |
| D | property.h | 15 Enum, enumerator
|