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

  /src/usr.bin/xlint/lint1/
lex.c 1025 bool *is_begin, bool *is_end, bool *is_system)
1030 *is_system = false;
1046 *is_system = true;
1100 bool is_begin, is_end, is_system; local in function:set_location
1101 parse_line_directive_flags(p, &is_begin, &is_end, &is_system);
1103 in_system_header = is_system;
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
cpplint.py 2957 def _ClassifyInclude(fileinfo, include, is_system):
2963 is_system: True if the #include used <> rather than "".
2986 if is_system:
3047 is_system = (match.group(1) == '<')
3067 _ClassifyInclude(fileinfo, include, is_system))

Completed in 16 milliseconds