Home
last modified time | relevance | path

Searched refs:is_system (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/usr.bin/xlint/lint1/
H A Dlex.c1025 bool *is_begin, bool *is_end, bool *is_system) in parse_line_directive_flags()
1030 *is_system = false; in parse_line_directive_flags()
1046 *is_system = true; in parse_line_directive_flags()
1100 bool is_begin, is_end, is_system; in lex_directive()
1101 parse_line_directive_flags(p, &is_begin, &is_end, &is_system); in lex_directive()
1103 in_system_header = is_system; in lex_directive()
1024 parse_line_directive_flags(const char * p,bool * is_begin,bool * is_end,bool * is_system) parse_line_directive_flags() argument
1116 bool is_begin, is_end, is_system; lex_directive() local
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
H A Dcpplint.py2957 def _ClassifyInclude(fileinfo, include, is_system): argument
2986 if is_system:
3047 is_system = (match.group(1) == '<')
3067 _ClassifyInclude(fileinfo, include, is_system))
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DExperiment.h661 bool is_system ();
H A DExp_Layout.cc359 if (jthread_TBR == JTHREAD_NONE || (jthread_TBR && jthread_TBR->is_system ())) in getStack()
H A DCallStack.cc450 if (jthread == JTHREAD_NONE || (jthread != JTHREAD_DEFAULT && jthread->is_system ())) in add_stack_java_epilogue()
H A DExperiment.cc6317 if (!jthread->is_system () && in get_jthread()
6406 JThread::is_system () in is_system() function in JThread
H A DDbe.cc7474 if (jthread == JTHREAD_NONE || (jthread != NULL && jthread->is_system ())) in isVisibleTLEvent()
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DExperiment.h662 bool is_system ();
H A DExp_Layout.cc359 if (jthread_TBR == JTHREAD_NONE || (jthread_TBR && jthread_TBR->is_system ())) in getStack()
H A DCallStack.cc450 if (jthread == JTHREAD_NONE || (jthread != JTHREAD_DEFAULT && jthread->is_system ())) in add_stack_java_epilogue()
H A DExperiment.cc6317 if (!jthread->is_system () && in get_jthread()
6406 JThread::is_system () in is_system() function in JThread
H A DDbe.cc7474 if (jthread == JTHREAD_NONE || (jthread != NULL && jthread->is_system ())) in isVisibleTLEvent()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dmodule.cc19644 bool is_system = name[0] == '<'; in init_modules() local
19647 if (!(is_system || is_user)) in init_modules()
19650 if (is_system || is_user || is_pathname) in init_modules()
19653 || (!is_pathname && name[len-1] != (is_system ? '>' : '"'))) in init_modules()