HomeSort by: relevance | last modified time | path
    Searched defs:next_char (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_suppressions.cc 123 const char *next_char = StripPrefix(line, suppression_types_[type]); local in function:__sanitizer::SuppressionContext::Parse
124 if (next_char && *next_char == ':') {
125 line = ++next_char;
sanitizer_suppressions.cc 123 const char *next_char = StripPrefix(line, suppression_types_[type]); local in function:__sanitizer::SuppressionContext::Parse
124 if (next_char && *next_char == ':') {
125 line = ++next_char;

Completed in 21 milliseconds