Searched refs:ValueEnd (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dflags_parser.cpp138 char *ValueEnd; local
140 static_cast<int>(strtol(Value, &ValueEnd, 10));
142 *ValueEnd == '"' || *ValueEnd == '\'' || isSeparatorOrNull(*ValueEnd);

Completed in 96 milliseconds