Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenACCAtomic.cpp625 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 DSemaOpenMP.cpp12874 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 DSmartPtrModeling.cpp484 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 DODRDiagsEmitter.cpp986 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 DParseStmt.cpp2128 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 DDebugInfoMetadata.cpp1940 const DIExpression *SecondExpr, in isEqualExpression() argument
1945 DIExpression::canonicalizeExpressionOps(SecondOps, SecondExpr, in isEqualExpression()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h3566 const DIExpression *SecondExpr,