| /openbsd/src/gnu/llvm/llvm/lib/Demangle/ |
| D | RustDemangle.cpp | 39 enum class BasicType { enum 136 void printBasicType(BasicType); 389 static bool parseBasicType(char C, BasicType &Type) { in parseBasicType() 392 Type = BasicType::I8; in parseBasicType() 395 Type = BasicType::Bool; in parseBasicType() 398 Type = BasicType::Char; in parseBasicType() 401 Type = BasicType::F64; in parseBasicType() 404 Type = BasicType::Str; in parseBasicType() 407 Type = BasicType::F32; in parseBasicType() 410 Type = BasicType::U8; in parseBasicType() [all …]
|
| /openbsd/src/gnu/llvm/clang/utils/TableGen/ |
| D | RISCVVEmitter.cpp | 132 static BasicType ParseBasicType(char c) { in ParseBasicType() 135 return BasicType::Int8; in ParseBasicType() 138 return BasicType::Int16; in ParseBasicType() 141 return BasicType::Int32; in ParseBasicType() 144 return BasicType::Int64; in ParseBasicType() 147 return BasicType::Float16; in ParseBasicType() 150 return BasicType::Float32; in ParseBasicType() 153 return BasicType::Float64; in ParseBasicType() 157 return BasicType::Unknown; in ParseBasicType() 350 auto T = TypeCache.computeType(BasicType::Int8, Log2LMUL, in createHeader() [all …]
|
| /openbsd/src/gnu/llvm/clang/lib/Sema/ |
| D | SemaRISCVVectorLookup.cpp | 182 BasicType BaseType = BasicType::Unknown; in InitIntrinsicList() 217 TypeRangeMaskShift <= static_cast<unsigned int>(BasicType::MaxOffset); in InitIntrinsicList() 220 BaseType = static_cast<BasicType>(BaseTypeI); in InitIntrinsicList() 226 if (BaseType == BasicType::Float16 && !HasZvfh) in InitIntrinsicList() 229 if (BaseType == BasicType::Float32 && !HasVectorFloat32) in InitIntrinsicList() 232 if (BaseType == BasicType::Float64 && !HasVectorFloat64) in InitIntrinsicList() 239 if ((BaseType == BasicType::Int64) && in InitIntrinsicList()
|
| /openbsd/src/gnu/llvm/lldb/include/lldb/Symbol/ |
| D | CompilerType.h | 322 CompilerType GetBasicTypeFromAST(lldb::BasicType basic_type) const; 343 lldb::BasicType GetBasicTypeEnumeration() const; 345 static lldb::BasicType GetBasicTypeEnumeration(ConstString name);
|
| D | TypeSystem.h | 304 virtual lldb::BasicType 442 virtual CompilerType GetBasicTypeFromAST(lldb::BasicType basic_type) = 0;
|
| /openbsd/src/gnu/llvm/lldb/include/lldb/API/ |
| D | SBType.h | 163 lldb::BasicType GetBasicType(); 166 lldb::SBType GetBasicType(lldb::BasicType type);
|
| D | SBModule.h | 223 lldb::SBType GetBasicType(lldb::BasicType type);
|
| D | SBTarget.h | 789 lldb::SBType GetBasicType(lldb::BasicType type);
|
| /openbsd/src/gnu/llvm/lldb/bindings/interface/ |
| D | SBType.i | 559 lldb::BasicType 563 GetBasicType (lldb::BasicType type);
|
| D | SBModule.i | 282 GetBasicType(lldb::BasicType type);
|
| D | SBTarget.i | 461 GetBasicType(lldb::BasicType type);
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/ |
| D | TypeSystemClang.h | 208 CompilerType GetBasicType(lldb::BasicType type); 210 static lldb::BasicType GetBasicTypeEnumeration(ConstString name); 738 CompilerType GetBasicTypeFromAST(lldb::BasicType basic_type) override; 769 lldb::BasicType 772 static lldb::BasicType 1036 GetOpaqueCompilerType(clang::ASTContext *ast, lldb::BasicType basic_type);
|
| D | TypeSystemClang.cpp | 858 lldb::BasicType 861 typedef UniqueCStringMap<lldb::BasicType> TypeNameToBasicTypeMap; in GetBasicTypeEnumeration() 933 CompilerType TypeSystemClang::GetBasicType(lldb::BasicType basic_type) { in GetBasicType() 2042 lldb::BasicType basic_type) { in GetOpaqueCompilerType() 4709 CompilerType TypeSystemClang::GetBasicTypeFromAST(lldb::BasicType basic_type) { in GetBasicTypeFromAST() 5529 lldb::BasicType
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/ |
| D | PdbUtil.h | 147 lldb::BasicType
|
| D | PdbAstBuilder.h | 75 clang::QualType GetBasicType(lldb::BasicType type);
|
| D | UdtRecordCompleter.cpp | 197 lldb::BasicType basic_type_enum = member_ct.GetBasicTypeEnumeration(); in visitKnownMember()
|
| D | PdbAstBuilder.cpp | 509 lldb::BasicType bt = GetCompilerTypeForSimpleKind(ti.getSimpleKind()); in CreateSimpleType() 747 clang::QualType PdbAstBuilder::GetBasicType(lldb::BasicType type) { in GetBasicType()
|
| D | PdbUtil.cpp | 917 lldb::BasicType
|
| /openbsd/src/gnu/llvm/lldb/source/API/ |
| D | SBType.cpp | 354 lldb::BasicType SBType::GetBasicType() { in GetBasicType() 362 SBType SBType::GetBasicType(lldb::BasicType basic_type) { in GetBasicType()
|
| D | SBModule.cpp | 463 lldb::SBType SBModule::GetBasicType(lldb::BasicType type) { in GetBasicType()
|
| D | SBTarget.cpp | 1789 SBType SBTarget::GetBasicType(lldb::BasicType type) { in GetBasicType()
|
| /openbsd/src/gnu/llvm/lldb/source/Symbol/ |
| D | CompilerType.cpp | 543 CompilerType::GetBasicTypeFromAST(lldb::BasicType basic_type) const { in GetBasicTypeFromAST() 597 lldb::BasicType CompilerType::GetBasicTypeEnumeration() const { in GetBasicTypeEnumeration()
|
| /openbsd/src/gnu/llvm/lldb/include/lldb/ |
| D | lldb-enumerations.h | 754 enum BasicType { enum
|
| /openbsd/src/gnu/llvm/lldb/source/Target/ |
| D | StackFrame.cpp | 1375 ts->GetBasicTypeFromAST(lldb::BasicType::eBasicTypeChar) in GuessValueForAddress()
|
| /openbsd/src/gnu/llvm/lldb/docs/ |
| D | python_api_enums.rst | 1009 BasicType section in Enumerators
|