Home
last modified time | relevance | path

Searched defs:enum_class (Results 1 – 15 of 15) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DEnumTables.cpp15 #define PDB_ENUM_CLASS_ENT(enum_class, enum) \ argument
/external/llvm/lib/DebugInfo/PDB/Raw/
DEnumTables.cpp16 #define PDB_ENUM_CLASS_ENT(enum_class, enum) \ argument
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/PDB/Native/
DEnumTables.cpp16 #define PDB_ENUM_CLASS_ENT(enum_class, enum) \ argument
/external/llvm/tools/llvm-readobj/
Dllvm-readobj.h68 #define LLVM_READOBJ_ENUM_CLASS_ENT(enum_class, enum) \ argument
/external/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp15 #define CV_ENUM_CLASS_ENT(enum_class, enum) \ argument
DTypeDumper.cpp72 #define ENUM_ENTRY(enum_class, enum) \ argument
/external/harfbuzz_ng/util/
Dhb-info.cc623 …GEnumClass *enum_class = (GEnumClass *) g_type_class_ref ((GType) HB_GOBJECT_TYPE_OT_NAME_ID_PREDE… in _list_names() local
658 GEnumClass *enum_class = (GEnumClass *) g_type_class_ref ((GType) HB_GOBJECT_TYPE_STYLE_TAG); in _list_style() local
681 … GEnumClass *enum_class = (GEnumClass *) g_type_class_ref ((GType) HB_GOBJECT_TYPE_OT_METRICS_TAG); in _list_metrics() local
743 …GEnumClass *enum_class = (GEnumClass *) g_type_class_ref ((GType) HB_GOBJECT_TYPE_OT_LAYOUT_BASELI… in _list_baselines() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp16 #define CV_ENUM_CLASS_ENT(enum_class, enum) \ argument
DTypeDumpVisitor.cpp28 #define ENUM_ENTRY(enum_class, enum) \ argument
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp16 #define CV_ENUM_CLASS_ENT(enum_class, enum) \ argument
DTypeDumpVisitor.cpp29 #define ENUM_ENTRY(enum_class, enum) \ argument
/external/pytorch/torch/csrc/jit/python/
Dpybind_utils.h413 auto enum_class = input.attr("__class__"); in tryToInferType() local
Dpython_sugared_value.cpp1075 auto enum_class = obj.attr("__class__"); in createSimpleEnumValue() local
/external/python/absl-py/absl/flags/
D_defines.py815 def DEFINE_enum_class( # pylint: disable=invalid-name,redefined-builtin argument
1572 def DEFINE_multi_enum_class( # pylint: disable=invalid-name,redefined-builtin argument
/external/python/cpython3/Lib/
Denum.py251 def __set_name__(self, enum_class, member_name): argument