| /openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/ |
| H A D | OptionValueEnumeration.h | 25 typedef int64_t enum_type; typedef 27 enum_type value; 33 OptionValueEnumeration(const OptionEnumValues &enumerators, enum_type value); 58 enum_type operator=(enum_type value) { 63 enum_type GetCurrentValue() const { return m_current_value; } in GetCurrentValue() 65 enum_type GetDefaultValue() const { return m_default_value; } in GetDefaultValue() 67 void SetCurrentValue(enum_type value) { m_current_value = value; } in SetCurrentValue() 69 void SetDefaultValue(enum_type value) { m_default_value = value; } in SetDefaultValue() 74 enum_type m_current_value; 75 enum_type m_default_value;
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | PDBASTParser.cpp | 474 auto enum_type = llvm::dyn_cast<PDBSymbolTypeEnum>(&type); in CreateLLDBTypeFromPDBType() local 475 assert(enum_type); in CreateLLDBTypeFromPDBType() 478 std::string(MSVCUndecoratedNameParser::DropScope(enum_type->getName())); in CreateLLDBTypeFromPDBType() 480 uint64_t bytes = enum_type->getLength(); in CreateLLDBTypeFromPDBType() 486 auto underlying_type_up = enum_type->getUnderlyingType(); in CreateLLDBTypeFromPDBType() 494 auto first_child = enum_type->findOneChild<PDBSymbolData>(); in CreateLLDBTypeFromPDBType() 517 auto enum_values = enum_type->findAllChildren<PDBSymbolData>(); in CreateLLDBTypeFromPDBType() 530 if (enum_type->isConstType()) in CreateLLDBTypeFromPDBType() 533 if (enum_type->isVolatileType()) in CreateLLDBTypeFromPDBType() 1154 bool PDBASTParser::AddEnumValue(CompilerType enum_type, in AddEnumValue() argument [all …]
|
| H A D | PDBASTParser.h | 83 bool AddEnumValue(lldb_private::CompilerType enum_type,
|
| H A D | SymbolFilePDB.cpp | 1505 if (auto enum_type = llvm::dyn_cast<PDBSymbolTypeEnum>(result.get())) in FindTypesByRegex() local 1506 type_name = enum_type->getName(); in FindTypesByRegex()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/DataFormatters/ |
| H A D | TypeFormat.h | 200 void SetTypeName(ConstString enum_type) { m_enum_type = enum_type; } in SetTypeName() argument
|
| /openbsd-src/gnu/llvm/clang/bindings/python/tests/cindex/ |
| H A D | test_cursor.py | 400 enum_type = enum.enum_type 401 self.assertIn(enum_type.kind, (TypeKind.UINT, TypeKind.INT)) 409 self.assertEqual(enum.enum_type.kind, TypeKind.LONGLONG)
|
| /openbsd-src/gnu/llvm/lldb/source/Interpreter/ |
| H A D | OptionValueEnumeration.cpp | 17 const OptionEnumValues &enumerators, enum_type value) in OptionValueEnumeration()
|
| /openbsd-src/gnu/llvm/llvm/utils/gdb-scripts/ |
| H A D | prettyprinters.py | 368 enum_type = gdb.lookup_type(info_name + '::MaskAndShiftConstants') 369 enum_dict = gdb.types.make_enum_dict(enum_type)
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/binutils/ |
| H A D | debug.h | 205 bfd_boolean (*enum_type) member
|
| H A D | debug.c | 2551 return (*fns->enum_type) (fhandle, tag, (const char **) NULL, in debug_write_type() 2553 return (*fns->enum_type) (fhandle, tag, type->u.kenum->names, in debug_write_type()
|
| /openbsd-src/gnu/usr.bin/binutils/binutils/ |
| H A D | debug.h | 205 bfd_boolean (*enum_type) member
|
| H A D | debug.c | 2550 return (*fns->enum_type) (fhandle, tag, (const char **) NULL, in debug_write_type() 2552 return (*fns->enum_type) (fhandle, tag, type->u.kenum->names, in debug_write_type()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 3266 const clang::EnumType *enum_type = llvm::dyn_cast<clang::EnumType>( in IsEnumerationType() local 3269 if (enum_type) { in IsEnumerationType() 3270 IsIntegerType(enum_type->getDecl()->getIntegerType().getAsOpaquePtr(), in IsEnumerationType() 3282 const clang::EnumType *enum_type = llvm::dyn_cast<clang::EnumType>( in IsScopedEnumerationType() local 3285 if (enum_type) { in IsScopedEnumerationType() 3286 return enum_type->isScopedEnumeralType(); in IsScopedEnumerationType() 5609 const clang::EnumType *enum_type = in ForEachEnumerator() local 5611 if (enum_type) { in ForEachEnumerator() 5612 const clang::EnumDecl *enum_decl = enum_type->getDecl(); in ForEachEnumerator() 7652 if (const EnumType *enum_type = qt->getAs<EnumType>()) { in SetIntegerInitializerForVariable() local [all …]
|
| H A D | TypeSystemClang.h | 935 const CompilerType &enum_type, const Declaration &decl, const char *name, 938 const CompilerType &enum_type, const Declaration &decl, const char *name,
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | dwarfread.c | 490 static struct type *enum_type (struct dieinfo *, struct objfile *); 1606 type = enum_type (dip, objfile); in read_enumeration() 1650 enum_type (struct dieinfo *dip, struct objfile *objfile) in enum_type() function
|
| H A D | ChangeLog-1991 | 354 * dwarfread.c (enum_type, struct_type): Fixes for opaque and 376 * dwarfread.c (enum_type): Build a correct TYPE_NAME, add a 430 * dwarfread (enum_type): Arrange for the order of enumeration 514 * dwarfread.c (enum_type, struct_type): Expand recognized 650 * dwarfread.c (enum_type, struct_type): Ignore names invented by
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | lex.c | 631 enum_type_node = build_int_2 (enum_type, 0);
|
| H A D | pt.c | 7286 tree enum_type; local 7303 enum_type 7307 for (v = TYPE_VALUES (enum_type);
|
| H A D | cp-tree.h | 3055 enum tag_types { record_type, class_type, union_type, enum_type }; enumerator
|
| H A D | decl.c | 13531 case enum_type: 13600 case enum_type: in xref_tag()
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | decl.c | 2752 ti.enum_p = tag_type == enum_type; in build_typename_type() 9561 case enum_type: in tag_name() 9619 && tag_code != enum_type in check_elaborated_type_specifier() 9627 && tag_code == enum_type) in check_elaborated_type_specifier() 9760 case enum_type: in xref_tag() 10105 enumtype = lookup_and_check_tag (enum_type, name, in start_enum()
|
| H A D | parser.c | 10156 tag_type = enum_type; in cp_parser_elaborated_type_specifier() 10206 if (tag_type != enum_type) in cp_parser_elaborated_type_specifier() 10391 else if (tag_type != enum_type && CLASSTYPE_TEMPLATE_INSTANTIATION (type) in cp_parser_elaborated_type_specifier() 10402 if (tag_type != enum_type) in cp_parser_elaborated_type_specifier()
|
| H A D | pt.c | 8043 tree enum_type; in tsubst_copy() local 8066 enum_type in tsubst_copy() 8070 for (v = TYPE_VALUES (enum_type); in tsubst_copy()
|
| H A D | cp-tree.h | 3119 enum_type, /* "enum" types. */ enumerator
|
| /openbsd-src/gnu/llvm/clang/bindings/python/clang/ |
| H A D | cindex.py | 1758 def enum_type(self): member in Cursor 1779 underlying_type = underlying_type.get_declaration().enum_type
|