Home
last modified time | relevance | path

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

123

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/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()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/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()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/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()
/dports/devel/llvm13/llvm-project-13.0.1.src/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()
/dports/lang/rust/rustc-1.58.1-src/src/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()
/dports/lang/clang-mesa/clang-13.0.1.src/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()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Parse/
H A DParseStmt.cpp1705 ExprResult SecondExpr = ParseExpression(); in ParseForStatement() local
1706 if (SecondExpr.isInvalid()) in ParseForStatement()
1710 Actions.ActOnCondition(getCurScope(), ForLoc, SecondExpr.get(), in ParseForStatement()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Parse/
H A DParseStmt.cpp1813 ExprResult SecondExpr = ParseExpression(); in ParseForStatement() local
1814 if (SecondExpr.isInvalid()) in ParseForStatement()
1818 Actions.ActOnCondition(getCurScope(), ForLoc, SecondExpr.get(), in ParseForStatement()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Parse/
H A DParseStmt.cpp1769 ExprResult SecondExpr = ParseExpression(); in ParseForStatement() local
1770 if (SecondExpr.isInvalid()) in ParseForStatement()
1774 Actions.ActOnCondition(getCurScope(), ForLoc, SecondExpr.get(), in ParseForStatement()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Parse/
H A DParseStmt.cpp1961 ExprResult SecondExpr = ParseExpression(); in ParseForStatement() local
1962 if (SecondExpr.isInvalid()) in ParseForStatement()
1966 Actions.ActOnCondition(getCurScope(), ForLoc, SecondExpr.get(), in ParseForStatement()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Parse/
H A DParseStmt.cpp1961 ExprResult SecondExpr = ParseExpression(); in ParseForStatement() local
1962 if (SecondExpr.isInvalid()) in ParseForStatement()
1966 Actions.ActOnCondition(getCurScope(), ForLoc, SecondExpr.get(), in ParseForStatement()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Parse/
H A DParseStmt.cpp1936 ExprResult SecondExpr = ParseExpression(); in ParseForStatement() local
1937 if (SecondExpr.isInvalid()) in ParseForStatement()
1941 Actions.ActOnCondition(getCurScope(), ForLoc, SecondExpr.get(), in ParseForStatement()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp1936 ExprResult SecondExpr = ParseExpression(); in ParseForStatement() local
1937 if (SecondExpr.isInvalid()) in ParseForStatement()
1941 Actions.ActOnCondition(getCurScope(), ForLoc, SecondExpr.get(), in ParseForStatement()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Parse/
H A DParseStmt.cpp2062 ExprResult SecondExpr = ParseExpression(); in ParseForStatement() local
2063 if (SecondExpr.isInvalid()) in ParseForStatement()
2067 Actions.ActOnCondition(getCurScope(), ForLoc, SecondExpr.get(), in ParseForStatement()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Parse/
H A DParseStmt.cpp1984 ExprResult SecondExpr = ParseExpression(); in ParseForStatement() local
1985 if (SecondExpr.isInvalid()) in ParseForStatement()
1989 Actions.ActOnCondition(getCurScope(), ForLoc, SecondExpr.get(), in ParseForStatement()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Parse/
H A DParseStmt.cpp1984 ExprResult SecondExpr = ParseExpression(); in ParseForStatement() local
1985 if (SecondExpr.isInvalid()) in ParseForStatement()
1989 Actions.ActOnCondition(getCurScope(), ForLoc, SecondExpr.get(), in ParseForStatement()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/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()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/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()
/dports/lang/rust/rustc-1.58.1-src/src/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()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/Parse/
H A DParseStmt.cpp1984 ExprResult SecondExpr = ParseExpression(); in ParseForStatement() local
1985 if (SecondExpr.isInvalid()) in ParseForStatement()
1989 Actions.ActOnCondition(getCurScope(), ForLoc, SecondExpr.get(), in ParseForStatement()
/dports/devel/llvm13/llvm-project-13.0.1.src/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()
/dports/lang/clang-mesa/clang-13.0.1.src/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()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Serialization/
H A DASTReader.cpp10178 Expr *SecondExpr = SecondSA->getAssertExpr(); in diagnoseOdrViolations() local
10180 unsigned SecondODRHash = ComputeODRHash(SecondExpr); in diagnoseOdrViolations()
10184 ODRDiagNote(SecondExpr->getLocStart(), in diagnoseOdrViolations()
10185 SecondExpr->getSourceRange(), StaticAssertCondition); in diagnoseOdrViolations()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp10007 Expr *SecondExpr = SecondSA->getAssertExpr(); in diagnoseOdrViolations() local
10009 unsigned SecondODRHash = ComputeODRHash(SecondExpr); in diagnoseOdrViolations()
10013 ODRDiagNote(SecondExpr->getBeginLoc(), SecondExpr->getSourceRange(), in diagnoseOdrViolations()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Serialization/
H A DASTReader.cpp10365 Expr *SecondExpr = SecondSA->getAssertExpr(); in diagnoseOdrViolations() local
10367 unsigned SecondODRHash = ComputeODRHash(SecondExpr); in diagnoseOdrViolations()
10371 ODRDiagDeclNote(SecondModule, SecondExpr->getBeginLoc(), in diagnoseOdrViolations()
10372 SecondExpr->getSourceRange(), StaticAssertCondition); in diagnoseOdrViolations()

123