Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseStmt.cpp2165 ExprResult SecondExpr = ParseExpression(); in ParseForStatement() local
2166 if (SecondExpr.isInvalid()) in ParseForStatement()
2170 getCurScope(), ForLoc, SecondExpr.get(), in ParseForStatement()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DDebugInfoMetadata.cpp1541 const DIExpression *SecondExpr, in isEqualExpression() argument
1546 DIExpression::canonicalizeExpressionOps(SecondOps, SecondExpr, in isEqualExpression()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2845 const DIExpression *SecondExpr,
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp12822 auto *SecondExpr = dyn_cast<Expr>(Second); in ActOnOpenMPAtomicDirective() local
12823 if (!FirstExpr || !SecondExpr || in ActOnOpenMPAtomicDirective()
12825 SecondExpr->isInstantiationDependent())) { in ActOnOpenMPAtomicDirective()