Home
last modified time | relevance | path

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

/freebsd-12.1/usr.sbin/bsnmpd/tools/libbsnmptools/
H A Dbsnmptools.h68 struct enum_type { struct
74 SLIST_ENTRY(enum_type) link; argument
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionValueEnumeration.h25 typedef int64_t enum_type; typedef
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DTypeFormat.h199 void SetTypeName(ConstString enum_type) { m_enum_type = enum_type; } in SetTypeName()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp467 auto enum_type = llvm::dyn_cast<PDBSymbolTypeEnum>(&type); in CreateLLDBTypeFromPDBType() local
1113 bool PDBASTParser::AddEnumValue(CompilerType enum_type, in AddEnumValue()
H A DSymbolFilePDB.cpp1433 if (auto enum_type = llvm::dyn_cast<PDBSymbolTypeEnum>(result.get())) in FindTypesByRegex() local
/freebsd-12.1/contrib/binutils/binutils/
H A Ddebug.h205 bfd_boolean (*enum_type) member
/freebsd-12.1/contrib/gdb/gdb/
H A Ddwarfread.c1639 enum_type (struct dieinfo *dip, struct objfile *objfile) in enum_type() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp3397 const clang::EnumType *enum_type = llvm::dyn_cast<clang::EnumType>( in IsEnumerationType() local
5821 const clang::EnumType *enum_type = in ForEachEnumerator() local
8957 const CompilerType &enum_type, const Declaration &decl, const char *name, in AddEnumerationValueToEnumerationType()
9002 const CompilerType &enum_type, const Declaration &decl, const char *name, in AddEnumerationValueToEnumerationType()
/freebsd-12.1/contrib/gcc/cp/
H A Dpt.c8057 tree enum_type; in tsubst_copy() local
H A Dcp-tree.h3159 enum_type, /* "enum" types. */ enumerator