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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dflags_parser.cpp54 static bool isSeparatorOrNull(char C) { return !C || isSeparator(C); } function in namespace:scudo
63 while (Buffer[Pos] != '=' && !isSeparatorOrNull(Buffer[Pos]))
79 while (!isSeparatorOrNull(Buffer[Pos]))
142 *ValueEnd == '"' || *ValueEnd == '\'' || isSeparatorOrNull(*ValueEnd);

Completed in 62 milliseconds