Home
last modified time | relevance | path

Searched refs:SecondType (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h853 const Node *SecondType; variable
858 FirstType(FirstType_), SecondType(SecondType_) {} in CtorVtableSpecialName()
860 template<typename Fn> void match(Fn F) const { F(FirstType, SecondType); } in match()
866 SecondType->print(S); in printLeft()
4733 Node *SecondType = getDerived().parseType(); in parseSpecialName() local
4734 if (SecondType == nullptr) in parseSpecialName()
4736 return make<CtorVtableSpecialName>(SecondType, FirstType); in parseSpecialName()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp10253 QualType SecondType = SecondField->getType(); in diagnoseOdrViolations() local
10255 ComputeQualTypeODRHash(SecondType)) { in diagnoseOdrViolations()
10261 << SecondII << SecondType; in diagnoseOdrViolations()
10718 QualType SecondType = SecondTD->getUnderlyingType(); in diagnoseOdrViolations() local
10720 ComputeQualTypeODRHash(SecondType)) { in diagnoseOdrViolations()
10749 QualType SecondType = SecondVD->getType(); in diagnoseOdrViolations() local
10751 ComputeQualTypeODRHash(SecondType)) { in diagnoseOdrViolations()
10757 << SecondName << SecondType; in diagnoseOdrViolations()
10956 ComputeQualTypeODRHash(SecondType)) { in diagnoseOdrViolations()
11073 QualType SecondType = SecondNTTPD->getType(); in diagnoseOdrViolations() local
[all …]
/freebsd-12.1/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h3375 typedef typename RawPairType::second_type SecondType;
3382 testing::SafeMatcherCast<const SecondType&>(second_matcher)) {
3450 const Matcher<const SecondType&> second_matcher_;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp14139 QualType FirstType, SecondType; in DiagnoseAssignmentResult() local
14145 SecondType = SrcType; in DiagnoseAssignmentResult()
14156 SecondType = DstType; in DiagnoseAssignmentResult()
14162 FDiag << FirstType << SecondType << AA_Passing << SrcExpr->getSourceRange(); in DiagnoseAssignmentResult()
14164 FDiag << FirstType << SecondType << Action << SrcExpr->getSourceRange(); in DiagnoseAssignmentResult()
14177 HandleFunctionTypeMismatch(FDiag, SecondType, FirstType); in DiagnoseAssignmentResult()
14185 if (SecondType == Context.OverloadTy) in DiagnoseAssignmentResult()