Home
last modified time | relevance | path

Searched defs:enum_type (Results 1 – 13 of 13) sorted by relevance

/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DOptionValueEnumeration.h25 typedef int64_t enum_type; typedef
/openbsd-src/gnu/llvm/lldb/include/lldb/DataFormatters/
H A DTypeFormat.h200 void SetTypeName(ConstString enum_type) { m_enum_type = enum_type; } in SetTypeName()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp474 auto enum_type = llvm::dyn_cast<PDBSymbolTypeEnum>(&type); in CreateLLDBTypeFromPDBType() local
1154 bool PDBASTParser::AddEnumValue(CompilerType enum_type, in AddEnumValue()
H A DSymbolFilePDB.cpp1505 if (auto enum_type = llvm::dyn_cast<PDBSymbolTypeEnum>(result.get())) in FindTypesByRegex() local
/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/
H A Ddebug.h205 bfd_boolean (*enum_type) member
/openbsd-src/gnu/usr.bin/binutils/binutils/
H A Ddebug.h205 bfd_boolean (*enum_type) member
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp3266 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 Ddwarfread.c1650 enum_type (struct dieinfo *dip, struct objfile *objfile) in enum_type() function
/openbsd-src/gnu/llvm/clang/bindings/python/clang/
H A Dcindex.py1758 def enum_type(self): member in Cursor
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dpt.c7286 tree enum_type; local
H A Dcp-tree.h3055 enum tag_types { record_type, class_type, union_type, enum_type }; enumerator
/openbsd-src/gnu/gcc/gcc/cp/
H A Dpt.c8043 tree enum_type; in tsubst_copy() local
H A Dcp-tree.h3119 enum_type, /* "enum" types. */ enumerator