Searched refs:SecondExpr (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenACCAtomic.cpp | 625 Expr *SecondExpr = RequireExpr(*BodyItr, PD); in CheckCapture() local 626 if (!SecondExpr) in CheckCapture() 640 std::optional<BinaryOpInfo> AssignRes = CheckAssignment(SecondExpr); in CheckCapture() 659 CheckIncDecAssignCompoundAssign(SecondExpr, SimpleAssignKind::Expr); in CheckCapture()
|
| H A D | SemaOpenMP.cpp | 12874 auto *SecondExpr = dyn_cast<Expr>(Second); in ActOnOpenMPAtomicDirective() local 12875 if (!FirstExpr || !SecondExpr || in ActOnOpenMPAtomicDirective() 12877 SecondExpr->isInstantiationDependent())) { in ActOnOpenMPAtomicDirective()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | SmartPtrModeling.cpp | 484 const auto *SecondExpr = Call.getArgExpr(1); in handleComparisionOp() local 495 makeSValFor(State, SecondExpr, Call.getCFGElementRef(), Second); in handleComparisionOp()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ODRDiagsEmitter.cpp | 986 const Expr *SecondExpr = SecondSA->getAssertExpr(); in diagnoseMismatch() local 988 unsigned SecondODRHash = computeODRHash(SecondExpr); in diagnoseMismatch() 992 DiagNote(SecondExpr->getBeginLoc(), SecondExpr->getSourceRange(), in diagnoseMismatch()
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseStmt.cpp | 2128 ExprResult SecondExpr = ParseExpression(); in ParseForStatement() local 2129 if (SecondExpr.isInvalid()) in ParseForStatement() 2133 getCurScope(), ForLoc, SecondExpr.get(), in ParseForStatement()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DebugInfoMetadata.cpp | 1940 const DIExpression *SecondExpr, in isEqualExpression() argument 1945 DIExpression::canonicalizeExpressionOps(SecondOps, SecondExpr, in isEqualExpression()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 3566 const DIExpression *SecondExpr,
|