Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp174 bool IsBounded, ConcatFnKind appendK,
187 bool IsBounded = false,
1538 bool ReturnEnd, bool IsBounded, in evalStrcpyCommon() argument
1591 (IsBounded ? SizeArgExpr{CE->getArg(2), 2} : SrcExprAsSizeDummy), Dst, in evalStrcpyCommon()
1598 if (IsBounded) { in evalStrcpyCommon()
1894 if (IsBounded && (appendK == ConcatFnKind::none)) { in evalStrcpyCommon()
1942 bool IsBounded, bool IgnoreCase) const { in evalStrcmpCommon() argument
2014 if (IsBounded) { in evalStrcmpCommon()