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

/netbsd-current/external/apache2/llvm/dist/clang/lib/Driver/
H A DJob.cpp56 bool &IsInclude) {
70 IsInclude = llvm::StringSwitch<bool>(Flag)
78 if (IsInclude)
96 IsInclude = FlagRef.startswith("-F") || FlagRef.startswith("-I");
97 if (IsInclude)
220 bool IsInclude = false; local
221 if (skipArgs(Arg, HaveCrashVFS, NumArgs, IsInclude)) {
227 if (HaveCrashVFS && IsInclude) {
55 skipArgs(const char *Flag, bool HaveCrashVFS, int &SkipNum, bool &IsInclude) argument
/netbsd-current/external/gpl3/gcc.old/dist/contrib/testsuite-management/
H A Dvalidate_failures.py223 def IsInclude(line): function
259 elif IsInclude(line):
/netbsd-current/external/gpl3/gcc/dist/contrib/testsuite-management/
H A Dvalidate_failures.py219 def IsInclude(line): function
255 elif IsInclude(line):
/netbsd-current/usr.bin/make/
H A Dparse.c2182 IsInclude(const char *dir, bool sysv) function
2201 if (!IsInclude(line, true))
2740 if (IsInclude(p, false)) {

Completed in 85 milliseconds