Searched refs:SecondExpr (Results 1 – 4 of 4) sorted by relevance
484 const auto *SecondExpr = Call.getArgExpr(1); in handleComparisionOp() local493 std::tie(SecondPtrVal, State) = makeSValFor(State, SecondExpr, Second); in handleComparisionOp()
2143 ExprResult SecondExpr = ParseExpression(); in ParseForStatement() local2144 if (SecondExpr.isInvalid()) in ParseForStatement()2148 getCurScope(), ForLoc, SecondExpr.get(), in ParseForStatement()
10335 const Expr *SecondExpr = SecondSA->getAssertExpr(); in diagnoseOdrViolations() local10337 unsigned SecondODRHash = computeODRHash(SecondExpr); in diagnoseOdrViolations()10341 ODRDiagDeclNote(SecondExpr->getBeginLoc(), in diagnoseOdrViolations()10342 SecondExpr->getSourceRange(), StaticAssertCondition); in diagnoseOdrViolations()
12682 auto *SecondExpr = dyn_cast<Expr>(Second); in ActOnOpenMPAtomicDirective() local12683 if (!FirstExpr || !SecondExpr || in ActOnOpenMPAtomicDirective()12685 SecondExpr->isInstantiationDependent())) { in ActOnOpenMPAtomicDirective()