Home
last modified time | relevance | path

Searched refs:ArgE (Results 1 – 25 of 279) sorted by relevance

12345678910>>...12

/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/StaticAnalyzer/Checkers/
H A DNonNullParamChecker.cpp42 const Expr *ArgE) const;
95 const Expr *ArgE = Call.getArgExpr(idx); in checkPreCall() local
107 if (!ArgE) in checkPreCall()
110 QualType T = ArgE->getType(); in checkPreCall()
132 ArgE = dyn_cast<Expr>(*(IE->begin())); in checkPreCall()
146 R = genReportNullAttrNonNull(errorNode, ArgE); in checkPreCall()
193 if (ArgE) in genReportNullAttrNonNull()
194 bugreporter::trackExpressionValue(ErrorNode, ArgE, *R); in genReportNullAttrNonNull()
200 const ExplodedNode *ErrorNode, const Expr *ArgE) const { in genReportReferenceToNullPointer()
206 if (ArgE) { in genReportReferenceToNullPointer()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/StaticAnalyzer/Checkers/
H A DNonNullParamChecker.cpp43 const Expr *ArgE) const;
96 const Expr *ArgE = Call.getArgExpr(idx); in checkPreCall() local
108 if (!ArgE) in checkPreCall()
111 QualType T = ArgE->getType(); in checkPreCall()
133 ArgE = dyn_cast<Expr>(*(IE->begin())); in checkPreCall()
147 R = genReportNullAttrNonNull(errorNode, ArgE); in checkPreCall()
194 if (ArgE) in genReportNullAttrNonNull()
195 bugreporter::trackExpressionValue(ErrorNode, ArgE, *R); in genReportNullAttrNonNull()
201 const ExplodedNode *ErrorNode, const Expr *ArgE) const { in genReportReferenceToNullPointer()
207 if (ArgE) { in genReportReferenceToNullPointer()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/StaticAnalyzer/Checkers/
H A DNonNullParamChecker.cpp43 const Expr *ArgE) const;
96 const Expr *ArgE = Call.getArgExpr(idx); in checkPreCall() local
108 if (!ArgE) in checkPreCall()
111 QualType T = ArgE->getType(); in checkPreCall()
133 ArgE = dyn_cast<Expr>(*(IE->begin())); in checkPreCall()
147 R = genReportNullAttrNonNull(errorNode, ArgE); in checkPreCall()
194 if (ArgE) in genReportNullAttrNonNull()
195 bugreporter::trackNullOrUndefValue(ErrorNode, ArgE, *R); in genReportNullAttrNonNull()
201 const ExplodedNode *ErrorNode, const Expr *ArgE) const { in genReportReferenceToNullPointer()
207 if (ArgE) { in genReportReferenceToNullPointer()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/StaticAnalyzer/Checkers/
H A DNonNullParamChecker.cpp40 const Expr *ArgE,
44 const Expr *ArgE) const;
97 const Expr *ArgE = Call.getArgExpr(idx); in checkPreCall() local
109 if (!ArgE) in checkPreCall()
112 QualType T = ArgE->getType(); in checkPreCall()
134 ArgE = dyn_cast<Expr>(*(IE->begin())); in checkPreCall()
201 if (ArgE) in genReportNullAttrNonNull()
202 bugreporter::trackExpressionValue(ErrorNode, ArgE, *R); in genReportNullAttrNonNull()
209 const ExplodedNode *ErrorNode, const Expr *ArgE) const { in genReportReferenceToNullPointer()
215 if (ArgE) { in genReportReferenceToNullPointer()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNonNullParamChecker.cpp40 const Expr *ArgE,
44 const Expr *ArgE) const;
97 const Expr *ArgE = Call.getArgExpr(idx); in checkPreCall() local
109 if (!ArgE) in checkPreCall()
112 QualType T = ArgE->getType(); in checkPreCall()
134 ArgE = dyn_cast<Expr>(*(IE->begin())); in checkPreCall()
201 if (ArgE) in genReportNullAttrNonNull()
202 bugreporter::trackExpressionValue(ErrorNode, ArgE, *R); in genReportNullAttrNonNull()
209 const ExplodedNode *ErrorNode, const Expr *ArgE) const { in genReportReferenceToNullPointer()
215 if (ArgE) { in genReportReferenceToNullPointer()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/StaticAnalyzer/Checkers/
H A DNonNullParamChecker.cpp46 const Expr *ArgE) const;
133 const Expr *ArgE = Call.getArgExpr(idx); in checkPreCall() local
145 if (!ArgE) in checkPreCall()
148 QualType T = ArgE->getType(); in checkPreCall()
170 ArgE = dyn_cast<Expr>(*(IE->begin())); in checkPreCall()
296 if (ArgE) in genReportNullAttrNonNull()
297 bugreporter::trackExpressionValue(ErrorNode, ArgE, *R); in genReportNullAttrNonNull()
304 const ExplodedNode *ErrorNode, const Expr *ArgE) const { in genReportReferenceToNullPointer()
310 if (ArgE) { in genReportReferenceToNullPointer()
311 const Expr *ArgEDeref = bugreporter::getDerefExpr(ArgE); in genReportReferenceToNullPointer()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DNonNullParamChecker.cpp46 const Expr *ArgE) const;
133 const Expr *ArgE = Call.getArgExpr(idx); in checkPreCall() local
145 if (!ArgE) in checkPreCall()
148 QualType T = ArgE->getType(); in checkPreCall()
170 ArgE = dyn_cast<Expr>(*(IE->begin())); in checkPreCall()
296 if (ArgE) in genReportNullAttrNonNull()
297 bugreporter::trackExpressionValue(ErrorNode, ArgE, *R); in genReportNullAttrNonNull()
304 const ExplodedNode *ErrorNode, const Expr *ArgE) const { in genReportReferenceToNullPointer()
310 if (ArgE) { in genReportReferenceToNullPointer()
311 const Expr *ArgEDeref = bugreporter::getDerefExpr(ArgE); in genReportReferenceToNullPointer()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/StaticAnalyzer/Checkers/
H A DNonNullParamChecker.cpp46 const Expr *ArgE) const;
133 const Expr *ArgE = Call.getArgExpr(idx); in checkPreCall() local
145 if (!ArgE) in checkPreCall()
148 QualType T = ArgE->getType(); in checkPreCall()
170 ArgE = dyn_cast<Expr>(*(IE->begin())); in checkPreCall()
296 if (ArgE) in genReportNullAttrNonNull()
297 bugreporter::trackExpressionValue(ErrorNode, ArgE, *R); in genReportNullAttrNonNull()
304 const ExplodedNode *ErrorNode, const Expr *ArgE) const { in genReportReferenceToNullPointer()
310 if (ArgE) { in genReportReferenceToNullPointer()
311 const Expr *ArgEDeref = bugreporter::getDerefExpr(ArgE); in genReportReferenceToNullPointer()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/StaticAnalyzer/Checkers/
H A DNonNullParamChecker.cpp46 const Expr *ArgE) const;
133 const Expr *ArgE = Call.getArgExpr(idx); in checkPreCall() local
145 if (!ArgE) in checkPreCall()
148 QualType T = ArgE->getType(); in checkPreCall()
170 ArgE = dyn_cast<Expr>(*(IE->begin())); in checkPreCall()
296 if (ArgE) in genReportNullAttrNonNull()
297 bugreporter::trackExpressionValue(ErrorNode, ArgE, *R); in genReportNullAttrNonNull()
304 const ExplodedNode *ErrorNode, const Expr *ArgE) const { in genReportReferenceToNullPointer()
310 if (ArgE) { in genReportReferenceToNullPointer()
311 const Expr *ArgEDeref = bugreporter::getDerefExpr(ArgE); in genReportReferenceToNullPointer()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/StaticAnalyzer/Checkers/
H A DNonNullParamChecker.cpp46 const Expr *ArgE) const;
133 const Expr *ArgE = Call.getArgExpr(idx); in checkPreCall() local
145 if (!ArgE) in checkPreCall()
148 QualType T = ArgE->getType(); in checkPreCall()
170 ArgE = dyn_cast<Expr>(*(IE->begin())); in checkPreCall()
296 if (ArgE) in genReportNullAttrNonNull()
297 bugreporter::trackExpressionValue(ErrorNode, ArgE, *R); in genReportNullAttrNonNull()
304 const ExplodedNode *ErrorNode, const Expr *ArgE) const { in genReportReferenceToNullPointer()
310 if (ArgE) { in genReportReferenceToNullPointer()
311 const Expr *ArgEDeref = bugreporter::getDerefExpr(ArgE); in genReportReferenceToNullPointer()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/StaticAnalyzer/Checkers/
H A DNonNullParamChecker.cpp46 const Expr *ArgE) const;
133 const Expr *ArgE = Call.getArgExpr(idx); in checkPreCall() local
145 if (!ArgE) in checkPreCall()
148 QualType T = ArgE->getType(); in checkPreCall()
170 ArgE = dyn_cast<Expr>(*(IE->begin())); in checkPreCall()
296 if (ArgE) in genReportNullAttrNonNull()
297 bugreporter::trackExpressionValue(ErrorNode, ArgE, *R); in genReportNullAttrNonNull()
304 const ExplodedNode *ErrorNode, const Expr *ArgE) const { in genReportReferenceToNullPointer()
310 if (ArgE) { in genReportReferenceToNullPointer()
311 const Expr *ArgEDeref = bugreporter::getDerefExpr(ArgE); in genReportReferenceToNullPointer()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/StaticAnalyzer/Checkers/
H A DNonNullParamChecker.cpp46 const Expr *ArgE) const;
133 const Expr *ArgE = Call.getArgExpr(idx); in checkPreCall() local
145 if (!ArgE) in checkPreCall()
148 QualType T = ArgE->getType(); in checkPreCall()
170 ArgE = dyn_cast<Expr>(*(IE->begin())); in checkPreCall()
296 if (ArgE) in genReportNullAttrNonNull()
297 bugreporter::trackExpressionValue(ErrorNode, ArgE, *R); in genReportNullAttrNonNull()
304 const ExplodedNode *ErrorNode, const Expr *ArgE) const { in genReportReferenceToNullPointer()
310 if (ArgE) { in genReportReferenceToNullPointer()
311 const Expr *ArgEDeref = bugreporter::getDerefExpr(ArgE); in genReportReferenceToNullPointer()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/StaticAnalyzer/Checkers/
H A DNonNullParamChecker.cpp46 const Expr *ArgE) const;
133 const Expr *ArgE = Call.getArgExpr(idx); in checkPreCall() local
145 if (!ArgE) in checkPreCall()
148 QualType T = ArgE->getType(); in checkPreCall()
170 ArgE = dyn_cast<Expr>(*(IE->begin())); in checkPreCall()
296 if (ArgE) in genReportNullAttrNonNull()
297 bugreporter::trackExpressionValue(ErrorNode, ArgE, *R); in genReportNullAttrNonNull()
304 const ExplodedNode *ErrorNode, const Expr *ArgE) const { in genReportReferenceToNullPointer()
310 if (ArgE) { in genReportReferenceToNullPointer()
311 const Expr *ArgEDeref = bugreporter::getDerefExpr(ArgE); in genReportReferenceToNullPointer()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/StaticAnalyzer/Checkers/
H A DNonNullParamChecker.cpp46 const Expr *ArgE) const;
133 const Expr *ArgE = Call.getArgExpr(idx); in checkPreCall() local
145 if (!ArgE) in checkPreCall()
148 QualType T = ArgE->getType(); in checkPreCall()
170 ArgE = dyn_cast<Expr>(*(IE->begin())); in checkPreCall()
296 if (ArgE) in genReportNullAttrNonNull()
297 bugreporter::trackExpressionValue(ErrorNode, ArgE, *R); in genReportNullAttrNonNull()
304 const ExplodedNode *ErrorNode, const Expr *ArgE) const { in genReportReferenceToNullPointer()
310 if (ArgE) { in genReportReferenceToNullPointer()
311 const Expr *ArgEDeref = bugreporter::getDerefExpr(ArgE); in genReportReferenceToNullPointer()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNonNullParamChecker.cpp46 const Expr *ArgE) const;
133 const Expr *ArgE = Call.getArgExpr(idx); in checkPreCall() local
145 if (!ArgE) in checkPreCall()
148 QualType T = ArgE->getType(); in checkPreCall()
170 ArgE = dyn_cast<Expr>(*(IE->begin())); in checkPreCall()
296 if (ArgE) in genReportNullAttrNonNull()
297 bugreporter::trackExpressionValue(ErrorNode, ArgE, *R); in genReportNullAttrNonNull()
304 const ExplodedNode *ErrorNode, const Expr *ArgE) const { in genReportReferenceToNullPointer()
310 if (ArgE) { in genReportReferenceToNullPointer()
311 const Expr *ArgEDeref = bugreporter::getDerefExpr(ArgE); in genReportReferenceToNullPointer()
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/lib/StaticAnalyzer/Checkers/
H A DNonNullParamChecker.cpp46 const Expr *ArgE) const;
133 const Expr *ArgE = Call.getArgExpr(idx); in checkPreCall() local
145 if (!ArgE) in checkPreCall()
148 QualType T = ArgE->getType(); in checkPreCall()
170 ArgE = dyn_cast<Expr>(*(IE->begin())); in checkPreCall()
296 if (ArgE) in genReportNullAttrNonNull()
297 bugreporter::trackExpressionValue(ErrorNode, ArgE, *R); in genReportNullAttrNonNull()
304 const ExplodedNode *ErrorNode, const Expr *ArgE) const { in genReportReferenceToNullPointer()
310 if (ArgE) { in genReportReferenceToNullPointer()
311 const Expr *ArgEDeref = bugreporter::getDerefExpr(ArgE); in genReportReferenceToNullPointer()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp332 const Expr *ArgE = getArgExpr(Index); in getArgSVal() local
333 if (!ArgE) in getArgSVal()
335 return getSVal(ArgE); in getArgSVal()
339 const Expr *ArgE = getArgExpr(Index); in getArgSourceRange() local
340 if (!ArgE) in getArgSourceRange()
342 return ArgE->getSourceRange(); in getArgSourceRange()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp364 const Expr *ArgE = getArgExpr(Index); in getArgSVal() local
365 if (!ArgE) in getArgSVal()
367 return getSVal(ArgE); in getArgSVal()
371 const Expr *ArgE = getArgExpr(Index); in getArgSourceRange() local
372 if (!ArgE) in getArgSourceRange()
374 return ArgE->getSourceRange(); in getArgSourceRange()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp382 const Expr *ArgE = getArgExpr(Index); in getArgSVal() local
383 if (!ArgE) in getArgSVal()
385 return getSVal(ArgE); in getArgSVal()
389 const Expr *ArgE = getArgExpr(Index); in getArgSourceRange() local
390 if (!ArgE) in getArgSourceRange()
392 return ArgE->getSourceRange(); in getArgSourceRange()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp383 const Expr *ArgE = getArgExpr(Index); in getArgSVal() local
384 if (!ArgE) in getArgSVal()
386 return getSVal(ArgE); in getArgSVal()
390 const Expr *ArgE = getArgExpr(Index); in getArgSourceRange() local
391 if (!ArgE) in getArgSourceRange()
393 return ArgE->getSourceRange(); in getArgSourceRange()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp382 const Expr *ArgE = getArgExpr(Index); in getArgSVal() local
383 if (!ArgE) in getArgSVal()
385 return getSVal(ArgE); in getArgSVal()
389 const Expr *ArgE = getArgExpr(Index); in getArgSourceRange() local
390 if (!ArgE) in getArgSourceRange()
392 return ArgE->getSourceRange(); in getArgSourceRange()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp382 const Expr *ArgE = getArgExpr(Index); in getArgSVal() local
383 if (!ArgE) in getArgSVal()
385 return getSVal(ArgE); in getArgSVal()
389 const Expr *ArgE = getArgExpr(Index); in getArgSourceRange() local
390 if (!ArgE) in getArgSourceRange()
392 return ArgE->getSourceRange(); in getArgSourceRange()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp382 const Expr *ArgE = getArgExpr(Index); in getArgSVal() local
383 if (!ArgE) in getArgSVal()
385 return getSVal(ArgE); in getArgSVal()
389 const Expr *ArgE = getArgExpr(Index); in getArgSourceRange() local
390 if (!ArgE) in getArgSourceRange()
392 return ArgE->getSourceRange(); in getArgSourceRange()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp417 const Expr *ArgE = getArgExpr(Index); in getArgSVal() local
418 if (!ArgE) in getArgSVal()
420 return getSVal(ArgE); in getArgSVal()
424 const Expr *ArgE = getArgExpr(Index); in getArgSourceRange() local
425 if (!ArgE) in getArgSourceRange()
427 return ArgE->getSourceRange(); in getArgSourceRange()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp383 const Expr *ArgE = getArgExpr(Index); in getArgSVal() local
384 if (!ArgE) in getArgSVal()
386 return getSVal(ArgE); in getArgSVal()
390 const Expr *ArgE = getArgExpr(Index); in getArgSourceRange() local
391 if (!ArgE) in getArgSourceRange()
393 return ArgE->getSourceRange(); in getArgSourceRange()

12345678910>>...12