Searched defs:enum_type (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueEnumeration.h24 typedef int64_t enum_type; typedef in class:lldb_private::OptionValueEnumeration
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeFormat.h198 void SetTypeName(ConstString enum_type) { m_enum_type = enum_type; } argument
/freebsd-11-stable/contrib/binutils/binutils/
H A Ddebug.h205 bfd_boolean (*enum_type) member in struct:debug_write_fns
/freebsd-11-stable/usr.sbin/bsnmpd/tools/libbsnmptools/
H A Dbsnmptools.h68 struct enum_type { struct
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp464 auto enum_type = llvm::dyn_cast<PDBSymbolTypeEnum>(&type); local
1118 bool PDBASTParser::AddEnumValue(CompilerType enum_type, argument
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Ddwarfread.c1639 enum_type (struct dieinfo *dip, struct objfile *objfile) function
/freebsd-11-stable/contrib/gcc/cp/
H A Dpt.c8057 tree enum_type; local
H A Dcp-tree.h3159 enum_type, /* "enum" types. */ enumerator in enum:tag_types
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp2970 const clang::EnumType *enum_type = llvm::dyn_cast<clang::EnumType>( local
5137 const clang::EnumType *enum_type = local
7838 AddEnumerationValueToEnumerationType( const CompilerType &enum_type, const Declaration &decl, const char *name, const llvm::APSInt &value) argument
7883 AddEnumerationValueToEnumerationType( const CompilerType &enum_type, const Declaration &decl, const char *name, int64_t enum_value, uint32_t enum_value_bit_size) argument
[all...]

Completed in 124 milliseconds