Home
last modified time | relevance | path

Searched defs:SecondType (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DODRDiagsEmitter.cpp179 QualType SecondType = SecondField->getType(); in diagnoseSubMismatchField() local
277 QualType SecondType = SecondTD->getUnderlyingType(); in diagnoseSubMismatchTypedef() local
320 QualType SecondType = SecondVD->getType(); in diagnoseSubMismatchVar() local
1504 QualType SecondType = SecondNTTPD->getType(); in diagnoseMismatch() local
1991 QualType SecondType; in diagnoseMismatch() local
H A DASTContext.cpp9902 QualType SecondType) { in areCompatibleSveTypes()
9903 auto IsValidCast = [this](QualType FirstType, QualType SecondType) { in areCompatibleSveTypes()
9927 QualType SecondType) { in areLaxCompatibleSveTypes()
9928 auto IsLaxCompatible = [this](QualType FirstType, QualType SecondType) { in areLaxCompatibleSveTypes()
9991 QualType SecondType) { in areCompatibleRVVTypes()
9997 auto IsValidCast = [this](QualType FirstType, QualType SecondType) { in areCompatibleRVVTypes()
10022 QualType SecondType) { in areLaxCompatibleRVVTypes()
10028 auto IsLaxCompatible = [this](QualType FirstType, QualType SecondType) { in areLaxCompatibleRVVTypes()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaRISCV.cpp1414 auto ValidScalableConversion = [](QualType FirstType, QualType SecondType) { in isValidRVVBitcast()
H A DSemaExpr.cpp7447 auto ValidScalableConversion = [](QualType FirstType, QualType SecondType) { in isValidSveBitcast()
10140 unsigned &SVEorRVV) { in CheckVectorOperands()
10168 unsigned &SVEorRVV) { in CheckVectorOperands()
16808 QualType FirstType, SecondType; in DiagnoseAssignmentResult() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorModeling.cpp382 const QualType SecondType = SecondArg->getType(); in handleOverloadedOperator() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h1020 const Node *SecondType; variable
5326 Node *SecondType = getDerived().parseType(); in parseSpecialName() local