Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp185 bool IsBounded, ConcatFnKind appendK,
198 bool IsBounded = false,
1606 bool ReturnEnd, bool IsBounded, in evalStrcpyCommon() argument
1659 (IsBounded ? SizeArgExpr{CE->getArg(2), 2} : SrcExprAsSizeDummy), Dst, in evalStrcpyCommon()
1666 if (IsBounded) { in evalStrcpyCommon()
1962 if (IsBounded && (appendK == ConcatFnKind::none)) { in evalStrcpyCommon()
2010 bool IsBounded, bool IgnoreCase) const { in evalStrcmpCommon() argument
2082 if (IsBounded) { in evalStrcmpCommon()