Searched refs:SecondType (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | IteratorModeling.cpp | 385 const QualType SecondType = SecondArg->getType(); in handleOverloadedOperator() local 388 SecondType->isIntegralOrEnumerationType()) { in handleOverloadedOperator()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTContext.cpp | 8684 QualType SecondType) { in areCompatibleSveTypes() argument 8689 auto IsValidCast = [this](QualType FirstType, QualType SecondType) { in areCompatibleSveTypes() argument 8691 if (const auto *VT = SecondType->getAs<VectorType>()) { in areCompatibleSveTypes() 8700 return getTypeSize(SecondType) == getSVETypeSize(*this, BT) && in areCompatibleSveTypes() 8708 return IsValidCast(FirstType, SecondType) || in areCompatibleSveTypes() 8709 IsValidCast(SecondType, FirstType); in areCompatibleSveTypes() 8713 QualType SecondType) { in areLaxCompatibleSveTypes() argument 8723 const auto *VecTy = SecondType->getAs<VectorType>(); in areLaxCompatibleSveTypes() 8742 getTypeSize(SecondType) != getSVETypeSize(*this, BT)) in areLaxCompatibleSveTypes() 8760 return IsLaxCompatible(FirstType, SecondType) || in areLaxCompatibleSveTypes() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Demangle/ |
| H A D | ItaniumDemangle.h | 830 const Node *SecondType; variable 835 FirstType(FirstType_), SecondType(SecondType_) {} in CtorVtableSpecialName() 837 template<typename Fn> void match(Fn F) const { F(FirstType, SecondType); } in match() 843 SecondType->print(S); in printLeft() 5163 Node *SecondType = getDerived().parseType(); in parseSpecialName() local 5164 if (SecondType == nullptr) in parseSpecialName() 5166 return make<CtorVtableSpecialName>(SecondType, FirstType); in parseSpecialName()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 9678 QualType SecondType = SecondField->getType(); in diagnoseOdrViolations() local 9680 ComputeQualTypeODRHash(SecondType)) { in diagnoseOdrViolations() 9686 << SecondII << SecondType; in diagnoseOdrViolations() 9788 ComputeQualTypeODRHash(SecondType)) { in diagnoseOdrViolations() 9794 << IsTypeAlias << SecondName << SecondType; in diagnoseOdrViolations() 9819 QualType SecondType = SecondVD->getType(); in diagnoseOdrViolations() local 9821 ComputeQualTypeODRHash(SecondType)) { in diagnoseOdrViolations() 9827 << SecondName << SecondType; in diagnoseOdrViolations() 10985 ComputeQualTypeODRHash(SecondType)) { in diagnoseOdrViolations() 11110 QualType SecondType = SecondNTTPD->getType(); in diagnoseOdrViolations() local [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTContext.h | 2176 bool areCompatibleSveTypes(QualType FirstType, QualType SecondType); 2180 bool areLaxCompatibleSveTypes(QualType FirstType, QualType SecondType);
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 7400 const auto *VecTy = SecondType->getAs<VectorType>(); in isValidSveBitcast() 10105 auto IsSveConversion = [](QualType FirstType, QualType SecondType) { in CheckVectorOperands() argument 10106 const VectorType *VecType = SecondType->getAs<VectorType>(); in CheckVectorOperands() 10120 auto IsSveGnuConversion = [](QualType FirstType, QualType SecondType) { in CheckVectorOperands() argument 10122 const VectorType *SecondVecType = SecondType->getAs<VectorType>(); in CheckVectorOperands() 16210 QualType FirstType, SecondType; in DiagnoseAssignmentResult() local 16216 SecondType = SrcType; in DiagnoseAssignmentResult() 16227 SecondType = DstType; in DiagnoseAssignmentResult() 16244 isPlainChar(SecondType->getPointeeOrArrayElementType())); in DiagnoseAssignmentResult() 16256 HandleFunctionTypeMismatch(FDiag, SecondType, FirstType); in DiagnoseAssignmentResult() [all …]
|
| /freebsd-13.1/contrib/googletest/googlemock/include/gmock/ |
| H A D | gmock-matchers.h | 3375 typedef typename RawPairType::second_type SecondType; 3382 testing::SafeMatcherCast<const SecondType&>(second_matcher)) { 3450 const Matcher<const SecondType&> second_matcher_;
|