Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp220 bool ReturnEnd, bool IsBounded, ConcatFnKind appendK,
232 bool IsBounded = false, bool IgnoreCase = false) const;
245 bool IsBounded) const;
1870 bool ReturnEnd, bool IsBounded, in evalStrcpyCommon() argument
1924 (IsBounded ? SizeArgExpr{{Call.getArgExpr(2), 2}} : SrcExprAsSizeDummy), in evalStrcpyCommon()
1931 if (IsBounded) { in evalStrcpyCommon()
2236 if (IsBounded && amountCopied.isUnknown()) { in evalStrcpyCommon()
2284 if (IsBounded && (appendK == ConcatFnKind::none)) { in evalStrcpyCommon()
2334 bool IsBounded, bool IgnoreCase) const { in evalStrcmpCommon() argument
2406 if (IsBounded) { in evalStrcmpCommon()
[all …]