Home
last modified time | relevance | path

Searched refs:ReturnEnd (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,
1868 bool ReturnEnd, bool IsBounded, in evalStrcpyCommon() argument
2169 Result = (ReturnEnd ? UnknownVal() : DstVal); in evalStrcpyCommon()
2220 if (returnPtr && ReturnEnd) in evalStrcpyCommon()
2256 if (ReturnEnd && Result.isUnknown()) { in evalStrcpyCommon()