Searched refs:getCStringLength (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | CStringChecker.cpp | 138 SVal getCStringLength(CheckerContext &C, 710 SVal CStringChecker::getCStringLength(CheckerContext &C, ProgramStateRef &state, in getCStringLength() function in CStringChecker 1280 SVal strLength = getCStringLength(C, state, Arg, ArgVal); in evalstrLengthCommon() 1438 SVal strLength = getCStringLength(C, state, srcExpr, srcVal); in evalStrcpyCommon() 1500 SVal dstStrLength = getCStringLength(C, state, Dst, DstVal); in evalStrcpyCommon() 1550 amountCopied = getCStringLength(C, state, lenExpr, srcVal, true); in evalStrcpyCommon() 1599 SVal dstStrLength = getCStringLength(C, state, Dst, DstVal); in evalStrcpyCommon() 1622 finalStrLength = getCStringLength(C, state, CE, DstVal, true); in evalStrcpyCommon() 1797 SVal s1Length = getCStringLength(C, state, s1, s1Val); in evalStrcmpCommon() 1802 SVal s2Length = getCStringLength(C, state, s2, s2Val); in evalStrcmpCommon() [all …]
|