Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp207 bool IsBounded, ConcatFnKind appendK,
220 bool IsBounded = false,
1632 bool ReturnEnd, bool IsBounded, in evalStrcpyCommon() argument
1685 (IsBounded ? SizeArgExpr{CE->getArg(2), 2} : SrcExprAsSizeDummy), Dst, in evalStrcpyCommon()
1692 if (IsBounded) { in evalStrcpyCommon()
1989 if (IsBounded && (appendK == ConcatFnKind::none)) { in evalStrcpyCommon()
2037 bool IsBounded, bool IgnoreCase) const { in evalStrcmpCommon() argument
2109 if (IsBounded) { in evalStrcmpCommon()