Searched refs:SecondType (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | IteratorModeling.cpp | 385 const QualType SecondType = SecondArg->getType(); in handleOverloadedOperator() local 388 SecondType->isIntegralOrEnumerationType()) { in handleOverloadedOperator()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | ASTContext.cpp | 8657 QualType SecondType) { in areCompatibleSveTypes() argument 8658 assert(((FirstType->isSizelessBuiltinType() && SecondType->isVectorType()) || in areCompatibleSveTypes() 8659 (FirstType->isVectorType() && SecondType->isSizelessBuiltinType())) && in areCompatibleSveTypes() 8662 auto IsValidCast = [this](QualType FirstType, QualType SecondType) { in areCompatibleSveTypes() argument 8664 if (const auto *VT = SecondType->getAs<VectorType>()) { in areCompatibleSveTypes() 8673 return getTypeSize(SecondType) == getLangOpts().ArmSveVectorBits && in areCompatibleSveTypes() 8681 return IsValidCast(FirstType, SecondType) || in areCompatibleSveTypes() 8682 IsValidCast(SecondType, FirstType); in areCompatibleSveTypes() 8686 QualType SecondType) { in areLaxCompatibleSveTypes() argument 8687 assert(((FirstType->isSizelessBuiltinType() && SecondType->isVectorType()) || in areLaxCompatibleSveTypes() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 9649 QualType SecondType = SecondField->getType(); in diagnoseOdrViolations() local 9651 ComputeQualTypeODRHash(SecondType)) { in diagnoseOdrViolations() 9657 << SecondII << SecondType; in diagnoseOdrViolations() 9757 QualType SecondType = SecondTD->getUnderlyingType(); in diagnoseOdrViolations() local 9759 ComputeQualTypeODRHash(SecondType)) { in diagnoseOdrViolations() 9765 << IsTypeAlias << SecondName << SecondType; in diagnoseOdrViolations() 9790 QualType SecondType = SecondVD->getType(); in diagnoseOdrViolations() local 9792 ComputeQualTypeODRHash(SecondType)) { in diagnoseOdrViolations() 9798 << SecondName << SecondType; in diagnoseOdrViolations() 10954 QualType SecondType = SecondTTPD->getDefaultArgument(); in diagnoseOdrViolations() local [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | ASTContext.h | 2131 bool areCompatibleSveTypes(QualType FirstType, QualType SecondType); 2135 bool areLaxCompatibleSveTypes(QualType FirstType, QualType SecondType);
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 7332 auto ValidScalableConversion = [](QualType FirstType, QualType SecondType) { in isValidSveBitcast() argument 7336 const auto *VecTy = SecondType->getAs<VectorType>(); in isValidSveBitcast() 10041 auto IsSveConversion = [](QualType FirstType, QualType SecondType) { in CheckVectorOperands() argument 10042 const VectorType *VecType = SecondType->getAs<VectorType>(); in CheckVectorOperands() 10056 auto IsSveGnuConversion = [](QualType FirstType, QualType SecondType) { in CheckVectorOperands() argument 10058 const VectorType *SecondVecType = SecondType->getAs<VectorType>(); in CheckVectorOperands() 16051 QualType FirstType, SecondType; in DiagnoseAssignmentResult() local 16057 SecondType = SrcType; in DiagnoseAssignmentResult() 16068 SecondType = DstType; in DiagnoseAssignmentResult() 16074 FDiag << FirstType << SecondType << AA_Passing << SrcExpr->getSourceRange(); in DiagnoseAssignmentResult() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/ |
| H A D | gmock-matchers.h | 2604 typedef typename RawPairType::second_type SecondType; 2611 testing::SafeMatcherCast<const SecondType&>(second_matcher)) { 2679 const Matcher<const SecondType&> second_matcher_;
|