Home
last modified time | relevance | path

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

/freebsd-src/usr.sbin/bsnmpd/tools/libbsnmptools/
H A Dbsnmptools.h66 struct enum_type { struct
72 SLIST_ENTRY(enum_type) link; argument
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueEnumeration.h25 typedef int64_t enum_type; typedef
/freebsd-src/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeFormat.h200 void SetTypeName(ConstString enum_type) { m_enum_type = enum_type; } in SetTypeName()
/freebsd-src/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() argument
[all...]
H A DSymbolFilePDB.cpp1491 if (auto enum_type = llvm::dyn_cast<PDBSymbolTypeEnum>(result.get())) in FindTypesByRegex() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp461 CompilerType enum_type = m_ast->CreateEnumerationType( in CreateEnum() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp3184 const clang::EnumType *enum_type = llvm::dyn_cast<clang::EnumType>( IsEnumerationType() local
3200 const clang::EnumType *enum_type = llvm::dyn_cast<clang::EnumType>( IsScopedEnumerationType() local
5489 const clang::EnumType *enum_type = ForEachEnumerator() local
7527 if (const EnumType *enum_type = qt->getAs<EnumType>()) { SetIntegerInitializerForVariable() local
8325 AddEnumerationValueToEnumerationType(const CompilerType & enum_type,const Declaration & decl,const char * name,const llvm::APSInt & value) AddEnumerationValueToEnumerationType() argument
8372 AddEnumerationValueToEnumerationType(const CompilerType & enum_type,const Declaration & decl,const char * name,int64_t enum_value,uint32_t enum_value_bit_size) AddEnumerationValueToEnumerationType() argument
8387 const auto *enum_type = llvm::dyn_cast_or_null<clang::EnumType>(clang_type); GetEnumerationIntegerType() local
[all...]