Searched refs:getCStringLength (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | CStringChecker.cpp | 134 SVal getCStringLength(CheckerContext &C, 706 SVal CStringChecker::getCStringLength(CheckerContext &C, ProgramStateRef &state, in getCStringLength() function in CStringChecker 1276 SVal strLength = getCStringLength(C, state, Arg, ArgVal); in evalstrLengthCommon() 1434 SVal strLength = getCStringLength(C, state, srcExpr, srcVal); in evalStrcpyCommon() 1496 SVal dstStrLength = getCStringLength(C, state, Dst, DstVal); in evalStrcpyCommon() 1546 amountCopied = getCStringLength(C, state, lenExpr, srcVal, true); in evalStrcpyCommon() 1595 SVal dstStrLength = getCStringLength(C, state, Dst, DstVal); in evalStrcpyCommon() 1618 finalStrLength = getCStringLength(C, state, CE, DstVal, true); in evalStrcpyCommon() 1793 SVal s1Length = getCStringLength(C, state, s1, s1Val); in evalStrcmpCommon() 1798 SVal s2Length = getCStringLength(C, state, s2, s2Val); in evalStrcmpCommon() [all …]
|