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

  /src/usr.bin/xlint/lint1/
lex.c 1020 bool *is_begin, bool *is_end, bool *is_system)
1025 *is_system = false;
1041 *is_system = true;
1095 bool is_begin, is_end, is_system; local
1096 parse_line_directive_flags(p, &is_begin, &is_end, &is_system);
1098 in_system_header = is_system;
  /src/external/gpl3/binutils/dist/gprofng/src/
Experiment.h 663 bool is_system ();
Exp_Layout.cc 359 if (jthread_TBR == JTHREAD_NONE || (jthread_TBR && jthread_TBR->is_system ()))
CallStack.cc 456 if (jthread == JTHREAD_NONE || (jthread != JTHREAD_DEFAULT && jthread->is_system ()))
Experiment.cc 6332 if (!jthread->is_system () &&
6421 JThread::is_system () function in class:JThread
Dbe.cc 7471 if (jthread == JTHREAD_NONE || (jthread != NULL && jthread->is_system ()))
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Experiment.h 663 bool is_system ();
Exp_Layout.cc 359 if (jthread_TBR == JTHREAD_NONE || (jthread_TBR && jthread_TBR->is_system ()))
CallStack.cc 456 if (jthread == JTHREAD_NONE || (jthread != JTHREAD_DEFAULT && jthread->is_system ()))
Experiment.cc 6332 if (!jthread->is_system () &&
6421 JThread::is_system () function in class:JThread
Dbe.cc 7471 if (jthread == JTHREAD_NONE || (jthread != NULL && jthread->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))
  /src/external/gpl3/gcc/dist/gcc/cp/
module.cc 20435 bool is_system = name[0] == '<';
20438 if (!(is_system || is_user))
20441 if (is_system || is_user || is_pathname)
20444 || (!is_pathname && name[len-1] != (is_system ? '>' : '"')))
  /src/external/gpl3/gcc.old/dist/gcc/cp/
module.cc 19644 bool is_system = name[0] == '<';
19647 if (!(is_system || is_user))
19650 if (is_system || is_user || is_pathname)
19653 || (!is_pathname && name[len-1] != (is_system ? '>' : '"')))

Completed in 75 milliseconds