Home
last modified time | relevance | path

Searched refs:BasicType (Results 1 – 25 of 26) sorted by relevance

12

/openbsd/src/gnu/llvm/llvm/lib/Demangle/
DRustDemangle.cpp39 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/
DRISCVVEmitter.cpp132 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/
DSemaRISCVVectorLookup.cpp182 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/
DCompilerType.h322 CompilerType GetBasicTypeFromAST(lldb::BasicType basic_type) const;
343 lldb::BasicType GetBasicTypeEnumeration() const;
345 static lldb::BasicType GetBasicTypeEnumeration(ConstString name);
DTypeSystem.h304 virtual lldb::BasicType
442 virtual CompilerType GetBasicTypeFromAST(lldb::BasicType basic_type) = 0;
/openbsd/src/gnu/llvm/lldb/include/lldb/API/
DSBType.h163 lldb::BasicType GetBasicType();
166 lldb::SBType GetBasicType(lldb::BasicType type);
DSBModule.h223 lldb::SBType GetBasicType(lldb::BasicType type);
DSBTarget.h789 lldb::SBType GetBasicType(lldb::BasicType type);
/openbsd/src/gnu/llvm/lldb/bindings/interface/
DSBType.i559 lldb::BasicType
563 GetBasicType (lldb::BasicType type);
DSBModule.i282 GetBasicType(lldb::BasicType type);
DSBTarget.i461 GetBasicType(lldb::BasicType type);
/openbsd/src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.h208 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);
DTypeSystemClang.cpp858 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/
DPdbUtil.h147 lldb::BasicType
DPdbAstBuilder.h75 clang::QualType GetBasicType(lldb::BasicType type);
DUdtRecordCompleter.cpp197 lldb::BasicType basic_type_enum = member_ct.GetBasicTypeEnumeration(); in visitKnownMember()
DPdbAstBuilder.cpp509 lldb::BasicType bt = GetCompilerTypeForSimpleKind(ti.getSimpleKind()); in CreateSimpleType()
747 clang::QualType PdbAstBuilder::GetBasicType(lldb::BasicType type) { in GetBasicType()
DPdbUtil.cpp917 lldb::BasicType
/openbsd/src/gnu/llvm/lldb/source/API/
DSBType.cpp354 lldb::BasicType SBType::GetBasicType() { in GetBasicType()
362 SBType SBType::GetBasicType(lldb::BasicType basic_type) { in GetBasicType()
DSBModule.cpp463 lldb::SBType SBModule::GetBasicType(lldb::BasicType type) { in GetBasicType()
DSBTarget.cpp1789 SBType SBTarget::GetBasicType(lldb::BasicType type) { in GetBasicType()
/openbsd/src/gnu/llvm/lldb/source/Symbol/
DCompilerType.cpp543 CompilerType::GetBasicTypeFromAST(lldb::BasicType basic_type) const { in GetBasicTypeFromAST()
597 lldb::BasicType CompilerType::GetBasicTypeEnumeration() const { in GetBasicTypeEnumeration()
/openbsd/src/gnu/llvm/lldb/include/lldb/
Dlldb-enumerations.h754 enum BasicType { enum
/openbsd/src/gnu/llvm/lldb/source/Target/
DStackFrame.cpp1375 ts->GetBasicTypeFromAST(lldb::BasicType::eBasicTypeChar) in GuessValueForAddress()
/openbsd/src/gnu/llvm/lldb/docs/
Dpython_api_enums.rst1009 BasicType section in Enumerators

12