| /netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build/bin/ |
| H A D | scan-build | 52 IgnoreErrors => 0, # Ignore build errors. 1040 my $IgnoreErrors = shift; 1045 if ($IgnoreErrors) { 1119 my $IgnoreErrors = shift; 1127 return RunXcodebuild($Args, $IgnoreErrors, $CCAnalyzer, $CXXAnalyzer, $EnvVars); 1162 if ($IgnoreErrors) { 1656 $Options{IgnoreErrors} = 1; 2007 my $ExitStatus = RunBuildCommand(\@ARGV, $Options{IgnoreErrors}, $Options{KeepCC},
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | astcodegen.d | 100 alias IgnoreErrors = dmd.dsymbol.IgnoreErrors; member
|
| H A D | dscope.d | 476 if (!(flags & (SearchImportsOnly | IgnoreErrors)) && in searchScopes() 552 Dsymbol s = sc.search(Loc.initial, id, &scopesym, IgnoreErrors); in search_correct() 578 if (auto s = search(Loc.initial, ident, &scopesym, IgnoreErrors)) in search_correct()
|
| H A D | nspace.d | 135 if (!(flags & IgnoreErrors))
|
| H A D | dsymbol.d | 210 IgnoreErrors = 0x02, // don't give error messages 903 return s.search(Loc.initial, id, IgnoreErrors); in search_correct() 909 if (auto s = search(Loc.initial, ident, IgnoreErrors)) in search_correct() 1453 … int sflags = flags & (IgnoreErrors | IgnoreAmbiguous); // remember these in recursive searches 1547 if (!(flags & IgnoreErrors))
|
| H A D | dclass.d | 485 if (ident != Id.stringof && !(flags & IgnoreErrors) && semanticRun < PASS.semanticdone) 674 Dsymbol s = search(Loc.initial, fd.ident, IgnoreAmbiguous | IgnoreErrors); in isFuncHidden()
|
| H A D | dstruct.d | 259 if(ident != Id.stringof && !(flags & IgnoreErrors) && semanticRun < PASS.semanticdone)
|
| H A D | dsymbol.h | 146 IgnoreErrors = 0x02, // don't give error messages enumerator
|
| H A D | doc.d | 3703 auto symbol = _scope.search(loc, id, null, IgnoreErrors); in lookupSymbol() 3707 symbol = id !is null ? symbol.search(loc, id, IgnoreErrors) : null; in lookupSymbol()
|
| H A D | dtoh.d | 3259 if (auto mem = sym.search(Loc.initial, name, ASTCodegen.IgnoreErrors))
|
| H A D | typesem.d | 2114 auto s = sc2.search(mtype.loc, mtype.id, &scopesym, IgnoreErrors | TagNameSpace); in typeSemantic()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | dscope.c | 389 if (!(flags & (SearchImportsOnly | IgnoreErrors)) && in searchScopes() 477 if (s && !(flags & IgnoreErrors)) in search() 619 Dsymbol *s = sc->search(Loc(), id, &scopesym, IgnoreErrors); in scope_search_fp()
|
| H A D | dsymbol.c | 527 return (void *)s->search(Loc(), id, IgnoreErrors); in symbol_search_fp() 1106 …int sflags = flags & (IgnoreErrors | IgnoreAmbiguous | IgnoreSymbolVisibility); // remember these … in search() 1184 if (!(flags & IgnoreErrors)) in search() 1204 if (!(flags & IgnoreErrors) && s->prot().kind == PROTprivate && in search()
|
| H A D | dsymbol.h | 136 IgnoreErrors = 0x02, // don't give error messages enumerator
|
| H A D | dclass.c | 1153 Dsymbol *s = search(Loc(), fd->ident, IgnoreAmbiguous | IgnoreErrors); in isFuncHidden()
|
| H A D | mtype.c | 8436 if (s && !(flags & IgnoreErrors)) in searchSymClass()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Unix/ |
| H A D | Path.inc | 1231 bool IgnoreErrors) { 1238 if (!st && !IgnoreErrors) 1242 EC = remove_directories_impl(Item, IgnoreErrors); 1243 if (EC && !IgnoreErrors) 1248 if (EC && !IgnoreErrors) 1252 if (EC && !IgnoreErrors) 1258 std::error_code remove_directories(const Twine &path, bool IgnoreErrors) { 1259 auto EC = remove_directories_impl(path, IgnoreErrors); 1260 if (EC && !IgnoreErrors) 1263 if (EC && !IgnoreErrors)
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
| H A D | CommandLine.cpp | 1353 bool IgnoreErrors = Errs; in ParseCommandLineOptions() local 1401 if (!IgnoreErrors) in ParseCommandLineOptions() 1412 if (!IgnoreErrors) in ParseCommandLineOptions() 1663 if (!IgnoreErrors) in ParseCommandLineOptions()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Windows/ |
| H A D | Path.inc | 1325 std::error_code remove_directories(const Twine &path, bool IgnoreErrors) { 1329 if (EC && !IgnoreErrors) 1346 if (result != 0 && !IgnoreErrors)
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| H A D | FileSystem.h | 382 std::error_code remove_directories(const Twine &path, bool IgnoreErrors = true);
|