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.cpp221 bool ReturnEnd, bool IsBounded, ConcatFnKind appendK,
233 bool IsBounded = false, bool IgnoreCase = false) const;
246 bool IsBounded) const;
1868 bool ReturnEnd, bool IsBounded, in evalStrcpyCommon() argument
1922 (IsBounded ? SizeArgExpr{{Call.getArgExpr(2), 2}} : SrcExprAsSizeDummy), in evalStrcpyCommon()
1929 if (IsBounded) { in evalStrcpyCommon()
2240 if (IsBounded && (appendK == ConcatFnKind::none)) { in evalStrcpyCommon()
2291 bool IsBounded, bool IgnoreCase) const { in evalStrcmpCommon() argument
2364 if (IsBounded) { in evalStrcmpCommon()
2629 bool IsBounded) const { in evalSprintfCommon()
[all …]