Searched refs:DelimStr (Results 1 – 1 of 1) sorted by relevance
1838 const Expr *DelimStr = CE->getArg(1); in evalStrsep() local1839 SVal DelimStrVal = State->getSVal(DelimStr, LCtx); in evalStrsep()1840 State = checkNonNull(C, State, DelimStr, DelimStrVal); in evalStrsep()