Home
last modified time | relevance | path

Searched refs:getBuiltinType (Results 1 – 19 of 19) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DNarrowingConversionsCheck.cpp174 static const BuiltinType *getBuiltinType(const Expr &E) { in getBuiltinType() function
380 const BuiltinType *ToType = getBuiltinType(Lhs); in handleIntegralCast()
388 const BuiltinType *FromType = getBuiltinType(Rhs); in handleIntegralCast()
426 const BuiltinType *ToType = getBuiltinType(Lhs); in handleIntegralToFloating()
434 const BuiltinType *FromType = getBuiltinType(Rhs); in handleIntegralToFloating()
456 const BuiltinType *FromType = getBuiltinType(Rhs); in handleFloatingToIntegral()
457 const BuiltinType *ToType = getBuiltinType(Lhs); in handleFloatingToIntegral()
484 const BuiltinType *ToType = getBuiltinType(Lhs); in handleFloatingCast()
499 const BuiltinType *FromType = getBuiltinType(Rhs); in handleFloatingCast()
511 const BuiltinType *LhsType = getBuiltinType(Lhs); in handleBinaryOperator()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolTypeBuiltin.h24 FORWARD_SYMBOL_METHOD(getBuiltinType)
H A DPDBSymbolTypeTypedef.h24 FORWARD_SYMBOL_METHOD(getBuiltinType)
H A DPDBSymbolTypeEnum.h29 FORWARD_SYMBOL_METHOD(getBuiltinType)
H A DIPDBRawSymbol.h95 virtual PDB_BuiltinType getBuiltinType() const = 0;
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeTypeBuiltin.h33 PDB_BuiltinType getBuiltinType() const override;
H A DNativeTypeEnum.h41 PDB_BuiltinType getBuiltinType() const override;
H A DNativeRawSymbol.h75 PDB_BuiltinType getBuiltinType() const override;
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp135 dumpSymbolField(OS, "baseType", static_cast<uint32_t>(getBuiltinType()), in dump()
180 PDB_BuiltinType NativeTypeEnum::getBuiltinType() const { in getBuiltinType() function in NativeTypeEnum
182 return UnmodifiedType->getBuiltinType(); in getBuiltinType()
H A DNativeTypeBuiltin.cpp31 PDB_BuiltinType NativeTypeBuiltin::getBuiltinType() const { return Type; } in getBuiltinType() function in NativeTypeBuiltin
H A DNativeSymbolEnumerator.cpp79 switch (BT.getBuiltinType()) { in getValue()
H A DNativeRawSymbol.cpp135 PDB_BuiltinType NativeRawSymbol::getBuiltinType() const { in getBuiltinType() function in NativeRawSymbol
/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A DPrettyBuiltinDumper.cpp29 PDB_BuiltinType Type = Symbol.getBuiltinType(); in getTypeName()
H A DPrettyEnumDumper.cpp44 if (UnderlyingType->getBuiltinType() != PDB_BuiltinType::Int || in start()
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolTypeFunctionSig.cpp86 if (Builtin->getBuiltinType() == PDB_BuiltinType::None) in isCVarArgs()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp110 switch (pdb_type.getBuiltinType()) { in GetBuiltinTypeForPDBEncodingAndBitSize()
155 PDB_BuiltinType kind = pdb_type.getBuiltinType(); in GetPDBBuiltinTypeName()
484 TranslateBuiltinEncoding(underlying_type_up->getBuiltinType()); in CreateLLDBTypeFromPDBType()
705 PDB_BuiltinType builtin_kind = builtin_type->getBuiltinType(); in CreateLLDBTypeFromPDBType()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h70 PDB_BuiltinType getBuiltinType() const override;
/llvm-project-15.0.7/llvm/unittests/DebugInfo/PDB/
H A DPDBApiTest.cpp250 MOCK_SYMBOL_ACCESSOR(getBuiltinType)
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp615 PDB_BuiltinType DIARawSymbol::getBuiltinType() const { in getBuiltinType() function in DIARawSymbol