OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HasFailed
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
AnalyzerOptions.cpp
179
bool
HasFailed
= getCheckerStringOption(CheckerName, OptionName,
182
assert(!
HasFailed
&&
185
(void)
HasFailed
;
/src/external/apache2/llvm/dist/clang/tools/clang-refactor/
ClangRefactor.cpp
347
Consumer(new ClangRefactorConsumer(Changes)),
HasFailed
(false) {
386
bool
hasFailed
() const { return
HasFailed
; }
421
HasFailed
= true;
605
bool
HasFailed
;
643
RefactorTool.
hasFailed
();
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Frontend/
CheckerRegistry.cpp
377
bool
HasFailed
= SuppliedValue.getAsInteger(0, Tmp);
378
if (
HasFailed
) {
/src/external/apache2/llvm/dist/clang/lib/Frontend/
CompilerInvocation.cpp
1074
bool
HasFailed
= getStringOption(Config, Name, std::to_string(DefaultVal))
1076
if (Diags &&
HasFailed
)
Completed in 26 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026