Home
last modified time | relevance | path

Searched defs:SubType (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DConversionChecker.cpp146 QualType SubType = Cast->IgnoreParenImpCasts()->getType(); in isLossOfPrecision() local
198 QualType SubType = Cast->IgnoreParenImpCasts()->getType(); in isLossOfSign() local
/llvm-project-15.0.7/llvm/include/llvm/TextAPI/
H A DArchitecture.h28 #define ARCHINFO(Arch, Type, SubType, NumBits) AK_##Arch, argument
/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp957 uint32_t SubType, SubSectionSize; in initializeFileAndStringTables() local
1017 uint32_t SubType, SubSectionSize; in printCodeViewSymbolSection() local
/llvm-project-15.0.7/llvm/lib/TableGen/
H A DTGParser.cpp857 RecTy *SubType = ParseType(); in ParseType() local
/llvm-project-15.0.7/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4802 unsigned SubType = 0; in parseFunctionBody() local
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplate.cpp1371 QualType SubType; in RequireStructuralType() local
H A DSemaDeclCXX.cpp9642 QualType SubType, bool ConstRHS, in checkTrivialSubobjectCall()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp10039 QualType ASTContext::mergeTransparentUnionType(QualType T, QualType SubType, in mergeTransparentUnionType()