Searched refs:SecondExpr (Results 1 – 4 of 4) sorted by relevance
486 const auto *SecondExpr = Call.getArgExpr(1); in handleComparisionOp() local495 std::tie(SecondPtrVal, State) = makeSValFor(State, SecondExpr, Second); in handleComparisionOp()
1995 ExprResult SecondExpr = ParseExpression(); in ParseForStatement() local1996 if (SecondExpr.isInvalid()) in ParseForStatement()2000 Actions.ActOnCondition(getCurScope(), ForLoc, SecondExpr.get(), in ParseForStatement()
10379 Expr *SecondExpr = SecondSA->getAssertExpr(); in diagnoseOdrViolations() local10381 unsigned SecondODRHash = ComputeODRHash(SecondExpr); in diagnoseOdrViolations()10385 ODRDiagDeclNote(SecondModule, SecondExpr->getBeginLoc(), in diagnoseOdrViolations()10386 SecondExpr->getSourceRange(), StaticAssertCondition); in diagnoseOdrViolations()
11047 auto *SecondExpr = dyn_cast<Expr>(Second); in ActOnOpenMPAtomicDirective() local11048 if (!FirstExpr || !SecondExpr || in ActOnOpenMPAtomicDirective()11050 SecondExpr->isInstantiationDependent())) { in ActOnOpenMPAtomicDirective()