Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DSmartPtrModeling.cpp486 const auto *SecondExpr = Call.getArgExpr(1); in handleComparisionOp() local
495 std::tie(SecondPtrVal, State) = makeSValFor(State, SecondExpr, Second); in handleComparisionOp()
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp1995 ExprResult SecondExpr = ParseExpression(); in ParseForStatement() local
1996 if (SecondExpr.isInvalid()) in ParseForStatement()
2000 Actions.ActOnCondition(getCurScope(), ForLoc, SecondExpr.get(), in ParseForStatement()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp10379 Expr *SecondExpr = SecondSA->getAssertExpr(); in diagnoseOdrViolations() local
10381 unsigned SecondODRHash = ComputeODRHash(SecondExpr); in diagnoseOdrViolations()
10385 ODRDiagDeclNote(SecondModule, SecondExpr->getBeginLoc(), in diagnoseOdrViolations()
10386 SecondExpr->getSourceRange(), StaticAssertCondition); in diagnoseOdrViolations()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp11047 auto *SecondExpr = dyn_cast<Expr>(Second); in ActOnOpenMPAtomicDirective() local
11048 if (!FirstExpr || !SecondExpr || in ActOnOpenMPAtomicDirective()
11050 SecondExpr->isInstantiationDependent())) { in ActOnOpenMPAtomicDirective()