Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bsnmpd/tools/libbsnmptools/
H A Dbsnmptools.h66 struct enum_type { struct
72 SLIST_ENTRY(enum_type) link; argument
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DRegisterFlags.cpp32 const FieldEnum *enum_type) in Field()
293 const FieldEnum *enum_type = field.GetEnum(); in DumpEnums() local
321 if (const FieldEnum *enum_type = field.GetEnum()) { in EnumsToXML() local
417 if (const FieldEnum *enum_type = GetEnum()) in ToXML() local
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueEnumeration.h25 typedef int64_t enum_type; typedef
/freebsd/contrib/llvm-project/lldb/source/Plugins/RegisterTypeBuilder/
H A DRegisterTypeBuilderClang.cpp71 if (const FieldEnum *enum_type = field.GetEnum()) { in GetRegisterType() local
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeFormat.h200 void SetTypeName(ConstString enum_type) { m_enum_type = enum_type; } in SetTypeName()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp473 auto enum_type = llvm::dyn_cast<PDBSymbolTypeEnum>(&type); in CreateLLDBTypeFromPDBType() local
1152 bool PDBASTParser::AddEnumValue(CompilerType enum_type, in AddEnumValue()
H A DSymbolFilePDB.cpp1491 if (auto enum_type = llvm::dyn_cast<PDBSymbolTypeEnum>(result.get())) in FindTypesByRegex() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2633 const clang::EnumType *enum_type = in GetCompleteEnumType() local
3221 const clang::EnumType *enum_type = llvm::dyn_cast<clang::EnumType>( in IsEnumerationType() local
3237 const clang::EnumType *enum_type = llvm::dyn_cast<clang::EnumType>( in IsScopedEnumerationType() local
5576 const clang::EnumType *enum_type = in ForEachEnumerator() local
7686 if (const EnumType *enum_type = qt->getAs<EnumType>()) { in SetIntegerInitializerForVariable() local
8489 const CompilerType &enum_type, const Declaration &decl, const char *name, in AddEnumerationValueToEnumerationType()
8537 const CompilerType &enum_type, const Declaration &decl, const char *name, in AddEnumerationValueToEnumerationType()
8552 const auto *enum_type = llvm::dyn_cast_or_null<clang::EnumType>(clang_type); in GetEnumerationIntegerType() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp461 CompilerType enum_type = m_ast->CreateEnumerationType( in CreateEnum() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp4384 const FieldEnum *enum_type = nullptr; in ParseFlagsFields() local
4542 for (const auto &enum_type : registers_enum_types) in ParseRegisters() local