OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HasErrors
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/tools/llvm-lto2/
llvm-lto2.cpp
319
bool
HasErrors
= false;
339
HasErrors
= true;
348
if (
HasErrors
)
356
HasErrors
= true;
362
if (
HasErrors
)
/src/external/apache2/llvm/dist/clang/include/clang/Frontend/
Utils.h
152
bool
HasErrors
= false;
176
virtual bool
hasErrors
() { return
HasErrors
; }
/src/external/apache2/llvm/dist/llvm/lib/Linker/
LinkModules.cpp
552
bool
HasErrors
= false;
560
HasErrors
= true;
563
if (
HasErrors
)
/src/external/apache2/llvm/dist/llvm/lib/IR/
Verifier.cpp
5778
bool
HasErrors
= false;
5781
HasErrors
|= !V->verify(F);
5783
HasErrors
|= !V->verify();
5784
if (FatalErrors && (
HasErrors
|| V->hasBrokenDebugInfo()))
Completed in 38 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026