Home
last modified time | relevance | path

Searched refs:HasErrors (Results 1 – 7 of 7) sorted by relevance

/external/clang/include/clang/Frontend/
DUtils.h123 bool HasErrors; variable
130 void setHasErrors() { HasErrors = true; } in setHasErrors()
137 bool hasErrors() { return HasErrors; } in hasErrors()
139 : DestDir(DestDir), HasErrors(false) {} in ModuleDependencyCollector()
/external/clang/test/Modules/
Dserialized-diags.m4 @import HasErrors;
28 // CHECK-WITH-ERRORS: serialized-diags.m:4:9: note: while building module 'HasErrors'
30 // CHECK-WITH-ERRORS: serialized-diags.m:4:9: fatal: could not build module 'HasErrors'
/external/llvm/lib/Fuzzer/
DFuzzerDriver.cpp163 int NumJobs, std::atomic<bool> *HasErrors) { in WorkerThread() argument
173 *HasErrors = true; in WorkerThread()
184 std::atomic<bool> HasErrors(false); in RunInMultipleProcesses() local
195 V.push_back(std::thread(WorkerThread, Cmd, &Counter, NumJobs, &HasErrors)); in RunInMultipleProcesses()
198 return HasErrors ? 1 : 0; in RunInMultipleProcesses()
/external/clang/test/Modules/Inputs/ModuleDiags/
Dmodule.map5 module HasErrors {
/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
Dcheckerbase.py121 def HasErrors(self): member in CheckerBase
/external/chromium-trace/catapult/catapult_build/
Djs_checks.py105 def HasErrors(self): member in JSChecker.RunChecks.ErrorHandlerImpl
/external/clang/lib/Sema/
DSemaOpenMP.cpp3425 bool HasErrors = false; in CheckOpenMPIterationSpace() local
3441 HasErrors = true; in CheckOpenMPIterationSpace()
3485 HasErrors = true; in CheckOpenMPIterationSpace()
3500 HasErrors |= ISC.CheckCond(For->getCond()); in CheckOpenMPIterationSpace()
3503 HasErrors |= ISC.CheckInc(For->getInc()); in CheckOpenMPIterationSpace()
3505 if (ISC.Dependent() || SemaRef.CurContext->isDependentContext() || HasErrors) in CheckOpenMPIterationSpace()
3506 return HasErrors; in CheckOpenMPIterationSpace()
3523 HasErrors |= (ResultIterSpace.PreCond == nullptr || in CheckOpenMPIterationSpace()
3530 return HasErrors; in CheckOpenMPIterationSpace()
3928 bool HasErrors = false; in CheckOpenMPLoop() local
[all …]