Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DSmartPtrModeling.cpp484 const auto *SecondExpr = Call.getArgExpr(1); in handleComparisionOp() local
493 std::tie(SecondPtrVal, State) = makeSValFor(State, SecondExpr, Second); in handleComparisionOp()
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseStmt.cpp2143 ExprResult SecondExpr = ParseExpression(); in ParseForStatement() local
2144 if (SecondExpr.isInvalid()) in ParseForStatement()
2148 getCurScope(), ForLoc, SecondExpr.get(), in ParseForStatement()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp10335 const Expr *SecondExpr = SecondSA->getAssertExpr(); in diagnoseOdrViolations() local
10337 unsigned SecondODRHash = computeODRHash(SecondExpr); in diagnoseOdrViolations()
10341 ODRDiagDeclNote(SecondExpr->getBeginLoc(), in diagnoseOdrViolations()
10342 SecondExpr->getSourceRange(), StaticAssertCondition); in diagnoseOdrViolations()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp12682 auto *SecondExpr = dyn_cast<Expr>(Second); in ActOnOpenMPAtomicDirective() local
12683 if (!FirstExpr || !SecondExpr || in ActOnOpenMPAtomicDirective()
12685 SecondExpr->isInstantiationDependent())) { in ActOnOpenMPAtomicDirective()