Searched refs:getCStringLength (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | CStringChecker.cpp | 134 SVal getCStringLength(CheckerContext &C, 698 SVal CStringChecker::getCStringLength(CheckerContext &C, ProgramStateRef &state, in getCStringLength() function in CStringChecker 1195 SVal strLength = getCStringLength(C, state, Arg, ArgVal); in evalstrLengthCommon() 1353 SVal strLength = getCStringLength(C, state, srcExpr, srcVal); in evalStrcpyCommon() 1415 SVal dstStrLength = getCStringLength(C, state, Dst, DstVal); in evalStrcpyCommon() 1465 amountCopied = getCStringLength(C, state, lenExpr, srcVal, true); in evalStrcpyCommon() 1514 SVal dstStrLength = getCStringLength(C, state, Dst, DstVal); in evalStrcpyCommon() 1537 finalStrLength = getCStringLength(C, state, CE, DstVal, true); in evalStrcpyCommon() 1711 SVal s1Length = getCStringLength(C, state, s1, s1Val); in evalStrcmpCommon() 1716 SVal s2Length = getCStringLength(C, state, s2, s2Val); in evalStrcmpCommon() [all …]
|