OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IgnoreErrors
(Results
1 - 13
of
13
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/
astcodegen.d
100
alias
IgnoreErrors
= dmd.dsymbol.
IgnoreErrors
;
nspace.d
135
if (!(flags &
IgnoreErrors
))
dscope.d
476
if (!(flags & (SearchImportsOnly |
IgnoreErrors
)) &&
552
Dsymbol s = sc.search(Loc.initial, id, &scopesym,
IgnoreErrors
);
578
if (auto s = search(Loc.initial, ident, &scopesym,
IgnoreErrors
))
dsymbol.d
210
IgnoreErrors
= 0x02, // don't give error messages
903
return s.search(Loc.initial, id,
IgnoreErrors
);
909
if (auto s = search(Loc.initial, ident,
IgnoreErrors
))
1453
int sflags = flags & (
IgnoreErrors
| IgnoreAmbiguous); // remember these in recursive searches
1547
if (!(flags &
IgnoreErrors
))
dclass.d
485
if (ident != Id.stringof && !(flags &
IgnoreErrors
) && semanticRun < PASS.semanticdone)
674
Dsymbol s = search(Loc.initial, fd.ident, IgnoreAmbiguous |
IgnoreErrors
);
dsymbol.h
146
IgnoreErrors
= 0x02, // don't give error messages
dstruct.d
259
if(ident != Id.stringof && !(flags &
IgnoreErrors
) && semanticRun < PASS.semanticdone)
doc.d
3703
auto symbol = _scope.search(loc, id, null,
IgnoreErrors
);
3707
symbol = id !is null ? symbol.search(loc, id,
IgnoreErrors
) : null;
dtoh.d
3259
if (auto mem = sym.search(Loc.initial, name, ASTCodegen.
IgnoreErrors
))
typesem.d
2114
auto s = sc2.search(mtype.loc, mtype.id, &scopesym,
IgnoreErrors
| TagNameSpace);
/src/external/apache2/llvm/dist/clang/tools/scan-build/bin/
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},
/src/external/apache2/llvm/dist/llvm/lib/Support/
CommandLine.cpp
1353
bool
IgnoreErrors
= Errs;
1401
if (!
IgnoreErrors
)
1412
if (!
IgnoreErrors
)
1663
if (!
IgnoreErrors
)
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
FileSystem.h
382
std::error_code remove_directories(const Twine &path, bool
IgnoreErrors
= true);
Completed in 79 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026