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 1190 SVal strLength = getCStringLength(C, state, Arg, ArgVal); in evalstrLengthCommon() 1348 SVal strLength = getCStringLength(C, state, srcExpr, srcVal); in evalStrcpyCommon() 1410 SVal dstStrLength = getCStringLength(C, state, Dst, DstVal); in evalStrcpyCommon() 1460 amountCopied = getCStringLength(C, state, lenExpr, srcVal, true); in evalStrcpyCommon() 1509 SVal dstStrLength = getCStringLength(C, state, Dst, DstVal); in evalStrcpyCommon() 1532 finalStrLength = getCStringLength(C, state, CE, DstVal, true); in evalStrcpyCommon() 1706 SVal s1Length = getCStringLength(C, state, s1, s1Val); in evalStrcmpCommon() 1711 SVal s2Length = getCStringLength(C, state, s2, s2Val); in evalStrcmpCommon() [all …]
|