Searched defs:enum_type (Results 1 – 13 of 13) sorted by relevance
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/ |
H A D | OptionValueEnumeration.h | 25 typedef int64_t enum_type; typedef
|
/openbsd-src/gnu/llvm/lldb/include/lldb/DataFormatters/ |
H A D | TypeFormat.h | 200 void SetTypeName(ConstString enum_type) { m_enum_type = enum_type; } in SetTypeName()
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/ |
H A D | PDBASTParser.cpp | 474 auto enum_type = llvm::dyn_cast<PDBSymbolTypeEnum>(&type); in CreateLLDBTypeFromPDBType() local 1154 bool PDBASTParser::AddEnumValue(CompilerType enum_type, in AddEnumValue()
|
H A D | SymbolFilePDB.cpp | 1505 if (auto enum_type = llvm::dyn_cast<PDBSymbolTypeEnum>(result.get())) in FindTypesByRegex() local
|
/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/ |
H A D | debug.h | 205 bfd_boolean (*enum_type) member
|
/openbsd-src/gnu/usr.bin/binutils/binutils/ |
H A D | debug.h | 205 bfd_boolean (*enum_type) member
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.cpp | 3266 const clang::EnumType *enum_type = llvm::dyn_cast<clang::EnumType>( in IsEnumerationType() local 3282 const clang::EnumType *enum_type = llvm::dyn_cast<clang::EnumType>( in IsScopedEnumerationType() local 5609 const clang::EnumType *enum_type = in ForEachEnumerator() local 7652 if (const EnumType *enum_type = qt->getAs<EnumType>()) { in SetIntegerInitializerForVariable() local 8450 const CompilerType &enum_type, const Declaration &decl, const char *name, in AddEnumerationValueToEnumerationType() 8497 const CompilerType &enum_type, const Declaration &decl, const char *name, in AddEnumerationValueToEnumerationType() 8512 const auto *enum_type = llvm::dyn_cast_or_null<clang::EnumType>(clang_type); in GetEnumerationIntegerType() local
|
/openbsd-src/gnu/usr.bin/binutils/gdb/ |
H A D | dwarfread.c | 1650 enum_type (struct dieinfo *dip, struct objfile *objfile) in enum_type() function
|
/openbsd-src/gnu/llvm/clang/bindings/python/clang/ |
H A D | cindex.py | 1758 def enum_type(self): member in Cursor
|
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
H A D | pt.c | 7286 tree enum_type; local
|
H A D | cp-tree.h | 3055 enum tag_types { record_type, class_type, union_type, enum_type }; enumerator
|
/openbsd-src/gnu/gcc/gcc/cp/ |
H A D | pt.c | 8043 tree enum_type; in tsubst_copy() local
|
H A D | cp-tree.h | 3119 enum_type, /* "enum" types. */ enumerator
|