/llvm-project/lldb/test/API/lang/cpp/enum_types/ |
H A D | main.cpp | 1 #define DEFINE_UNSIGNED_ENUM(suffix, enum_type) \ argument 9 #define DEFINE_SIGNED_ENUM(suffix, enum_type) \ argument
|
/llvm-project/lldb/source/Target/ |
H A D | RegisterFlags.cpp | 32 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
|
/llvm-project/lldb/unittests/ValueObject/ |
H A D | DumpValueObjectOptionsTests.cpp | 80 CompilerType enum_type = MakeEnumType(enumerators); in TestDumpEnum() local 103 CompilerType enum_type = m_type_system->CreateEnumerationType( in MakeEnumType() local
|
/llvm-project/lldb/include/lldb/Interpreter/ |
H A D | OptionValueEnumeration.h | 25 typedef int64_t enum_type; typedef
|
/llvm-project/lldb/source/Plugins/RegisterTypeBuilder/ |
H A D | RegisterTypeBuilderClang.cpp | 71 if (const FieldEnum *enum_type = field.GetEnum()) { in GetRegisterType() local
|
/llvm-project/lldb/include/lldb/DataFormatters/ |
H A D | TypeFormat.h | 200 void SetTypeName(ConstString enum_type) { m_enum_type = enum_type; } in SetTypeName() argument
|
/llvm-project/lldb/test/API/python_api/type/ |
H A D | main.cpp | 90 EnumType enum_type; in main() local
|
/llvm-project/polly/lib/External/isl/interface/ |
H A D | generator.cc | 228 const EnumType *enum_type = return_type->getAs<EnumType>(); in add_type_subclasses() local 283 const EnumType *enum_type; in handled_sets_enum() local
|
/llvm-project/lldb/unittests/Symbol/ |
H A D | TestTypeSystemClang.cpp | 273 CompilerType enum_type = ast.CreateEnumerationType( TEST_F() local 289 CompilerType enum_type = ast.CreateEnumerationType( TEST_F() local
|
/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
H A D | PDBASTParser.cpp | 473 auto enum_type = llvm::dyn_cast<PDBSymbolTypeEnum>(&type); in CreateLLDBTypeFromPDBType() local 1152 bool PDBASTParser::AddEnumValue(CompilerType enum_type, in AddEnumValue() argument [all...] |
H A D | SymbolFilePDB.cpp | 1491 if (auto enum_type = llvm::dyn_cast<PDBSymbolTypeEnum>(result.get())) FindTypesByRegex() local
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | value-init.cpp | 28 enum enum_type { negative_number = -1, magic_number = 42 }; enum
|
/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.cpp | 2633 const clang::EnumType *enum_type = GetCompleteEnumType() local 3221 const clang::EnumType *enum_type = llvm::dyn_cast<clang::EnumType>( IsEnumerationType() local 3237 const clang::EnumType *enum_type = llvm::dyn_cast<clang::EnumType>( IsScopedEnumerationType() local 5576 const clang::EnumType *enum_type = ForEachEnumerator() local 7686 if (const EnumType *enum_type = qt->getAs<EnumType>()) { SetIntegerInitializerForVariable() local 8489 AddEnumerationValueToEnumerationType(const CompilerType & enum_type,const Declaration & decl,const char * name,const llvm::APSInt & value) AddEnumerationValueToEnumerationType() argument 8537 AddEnumerationValueToEnumerationType(const CompilerType & enum_type,const Declaration & decl,const char * name,int64_t enum_value,uint32_t enum_value_bit_size) AddEnumerationValueToEnumerationType() argument 8552 const auto *enum_type = llvm::dyn_cast_or_null<clang::EnumType>(clang_type); GetEnumerationIntegerType() local [all...] |
/llvm-project/lldb/unittests/SymbolFile/PDB/ |
H A D | SymbolFilePDBTests.cpp | 492 lldb::TypeSP enum_type = results.GetTypeAtIndex(0); in TEST_F() local
|
/llvm-project/lldb/source/Plugins/SymbolFile/CTF/ |
H A D | SymbolFileCTF.cpp | 461 CompilerType enum_type = m_ast->CreateEnumerationType( CreateEnum() local
|
/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | ProcessGDBRemote.cpp | 4384 const FieldEnum *enum_type = nullptr; ParseFlagsFields() local 4542 for (const auto &enum_type : registers_enum_types) ParseRegisters() local
|