Home
last modified time | relevance | path

Searched refs:maxlenExpr (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp1366 const Expr *maxlenExpr = CE->getArg(1); in evalstrLengthCommon() local
1367 SVal maxlenVal = state->getSVal(maxlenExpr, LCtx); in evalstrLengthCommon()
1371 assumeZero(C, state, maxlenVal, maxlenExpr->getType()); in evalstrLengthCommon()
1413 const Expr *maxlenExpr = CE->getArg(1); in evalstrLengthCommon() local
1414 SVal maxlenVal = state->getSVal(maxlenExpr, LCtx); in evalstrLengthCommon()