Searched refs:IsBounded (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | CStringChecker.cpp | 197 bool ReturnEnd, bool IsBounded, ConcatFnKind appendK, 209 bool IsBounded = false, bool IgnoreCase = false) const; 222 bool IsBounded, bool IsBuiltin) const; 1720 bool ReturnEnd, bool IsBounded, in evalStrcpyCommon() argument 1774 (IsBounded ? SizeArgExpr{{Call.getArgExpr(2), 2}} : SrcExprAsSizeDummy), in evalStrcpyCommon() 1781 if (IsBounded) { in evalStrcpyCommon() 2092 if (IsBounded && (appendK == ConcatFnKind::none)) { in evalStrcpyCommon() 2143 bool IsBounded, bool IgnoreCase) const { in evalStrcmpCommon() argument 2216 if (IsBounded) { in evalStrcmpCommon() 2485 bool IsBounded, bool IsBuiltin) const { in evalSprintfCommon() argument [all …]
|