HomeSort by: relevance | last modified time | path
    Searched defs:SecondType (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
IteratorModeling.cpp 385 const QualType SecondType = SecondArg->getType();
388 SecondType->isIntegralOrEnumerationType()) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
ItaniumDemangle.h 830 const Node *SecondType;
835 FirstType(FirstType_), SecondType(SecondType_) {}
837 template<typename Fn> void match(Fn F) const { F(FirstType, SecondType); }
843 SecondType->print(S);
5163 Node *SecondType = getDerived().parseType();
5164 if (SecondType == nullptr)
5166 return make<CtorVtableSpecialName>(SecondType, FirstType);
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
gmock-matchers.h 2604 typedef typename RawPairType::second_type SecondType;
2611 testing::SafeMatcherCast<const SecondType&>(second_matcher)) {
2679 const Matcher<const SecondType&> second_matcher_;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp 7332 auto ValidScalableConversion = [](QualType FirstType, QualType SecondType) {
7336 const auto *VecTy = SecondType->getAs<VectorType>();
10041 auto IsSveConversion = [](QualType FirstType, QualType SecondType) {
10042 const VectorType *VecType = SecondType->getAs<VectorType>();
10056 auto IsSveGnuConversion = [](QualType FirstType, QualType SecondType) {
10058 const VectorType *SecondVecType = SecondType->getAs<VectorType>();
16051 QualType FirstType, SecondType;
16057 SecondType = SrcType;
16068 SecondType = DstType;
16074 FDiag << FirstType << SecondType << AA_Passing << SrcExpr->getSourceRange()
    [all...]

Completed in 32 milliseconds