Searched refs:SubType (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | ConversionChecker.cpp | 146 QualType SubType = Cast->IgnoreParenImpCasts()->getType(); in isLossOfPrecision() local 148 if (!DestType->isRealType() || !SubType->isIntegerType()) in isLossOfPrecision() 177 unsigned CorrectedSrcWidth = AC.getIntWidth(SubType); in isLossOfPrecision() 178 if (SubType->isSignedIntegerType()) in isLossOfPrecision() 198 QualType SubType = Cast->IgnoreParenImpCasts()->getType(); in isLossOfSign() local 200 if (!CastType->isUnsignedIntegerType() || !SubType->isSignedIntegerType()) in isLossOfSign()
|
| /llvm-project-15.0.7/llvm/include/llvm/TextAPI/ |
| H A D | Architecture.h | 28 #define ARCHINFO(Arch, Type, SubType, NumBits) AK_##Arch, argument
|
| /llvm-project-15.0.7/llvm/tools/llvm-readobj/ |
| H A D | COFFDumper.cpp | 957 uint32_t SubType, SubSectionSize; in initializeFileAndStringTables() local 959 if (Error E = Reader.readInteger(SubType)) in initializeFileAndStringTables() 969 switch (DebugSubsectionKind(SubType)) { in initializeFileAndStringTables() 1017 uint32_t SubType, SubSectionSize; in printCodeViewSymbolSection() local 1018 if (Error E = consume(Data, SubType)) in printCodeViewSymbolSection() 1025 if (SubType & SubsectionIgnoreFlag) { in printCodeViewSymbolSection() 1026 W.printHex("IgnoredSubsectionKind", SubType); in printCodeViewSymbolSection() 1027 SubType &= ~SubsectionIgnoreFlag; in printCodeViewSymbolSection() 1029 W.printEnum("SubSectionType", SubType, makeArrayRef(SubSectionTypes)); in printCodeViewSymbolSection() 1054 switch (DebugSubsectionKind(SubType)) { in printCodeViewSymbolSection()
|
| /llvm-project-15.0.7/llvm/utils/TableGen/ |
| H A D | CompressInstEmitter.cpp | 133 bool validateTypes(Record *SubType, Record *Type, bool IsSourceInst);
|
| /llvm-project-15.0.7/llvm/lib/TableGen/ |
| H A D | TGParser.cpp | 857 RecTy *SubType = ParseType(); in ParseType() local 858 if (!SubType) return nullptr; in ParseType() 864 return ListRecTy::get(SubType); in ParseType()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 9642 QualType SubType, bool ConstRHS, in checkTrivialSubobjectCall() argument 9646 CXXRecordDecl *SubRD = SubType->getAsCXXRecordDecl(); in checkTrivialSubobjectCall() 9651 if (findTrivialSpecialMember(S, SubRD, CSM, SubType.getCVRQualifiers(), in checkTrivialSubobjectCall() 9657 SubType.addConst(); in checkTrivialSubobjectCall() 9661 << Kind << SubType.getUnqualifiedType(); in checkTrivialSubobjectCall() 9666 << Kind << SubType.getUnqualifiedType() << CSM << SubType; in checkTrivialSubobjectCall() 9670 << Kind << SubType.getUnqualifiedType() << CSM; in checkTrivialSubobjectCall() 9673 << Kind << SubType.getUnqualifiedType() << CSM; in checkTrivialSubobjectCall() 9679 << Kind << SubType.getUnqualifiedType() << CSM; in checkTrivialSubobjectCall()
|
| H A D | SemaTemplate.cpp | 1371 QualType SubType; in RequireStructuralType() local 1378 SubType = T; in RequireStructuralType() 1389 SubType = T; in RequireStructuralType() 1398 << T << Kind << SubType; in RequireStructuralType() 1399 T = SubType; in RequireStructuralType()
|
| /llvm-project-15.0.7/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 4802 unsigned SubType = 0; in parseFunctionBody() local 4808 SubType = IdxC->getZExtValue(); in parseFunctionBody() 4810 ResTypeID = getContainedTypeID(ResTypeID, SubType); in parseFunctionBody()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | ASTContext.cpp | 10039 QualType ASTContext::mergeTransparentUnionType(QualType T, QualType SubType, in mergeTransparentUnionType() argument 10047 QualType MT = mergeTypes(ET, SubType, OfBlockPointer, Unqualified); in mergeTransparentUnionType()
|