Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-lto2/
HDllvm-lto2.cpp367 std::atomic<bool> HasErrors; in run() local
368 std::atomic_init(&HasErrors, false); in run()
374 HasErrors = true; in run()
411 HasErrors = true; in run()
420 if (HasErrors) in run()
428 HasErrors = true; in run()
434 if (HasErrors) in run()
459 return static_cast<int>(HasErrors); in run()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Frontend/
HDUtils.h138 bool HasErrors = false; variable
162 virtual bool hasErrors() { return HasErrors; } in hasErrors()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
HDModuleDependencyCollector.cpp136 HasErrors = true; in writeFileMap()
182 HasErrors = true; in addFile()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDDiagnosticHandler.h26 bool HasErrors = false; member
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
HDFuzzerDriver.cpp231 unsigned NumJobs, std::atomic<bool> *HasErrors) { in WorkerThread() argument
246 *HasErrors = true; in WorkerThread()
290 std::atomic<bool> HasErrors(false); in RunInMultipleProcesses() local
300 &HasErrors); in RunInMultipleProcesses()
305 return HasErrors ? 1 : 0; in RunInMultipleProcesses()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Linker/
HDLinkModules.cpp599 bool HasErrors = false; in run() local
609 HasErrors = true; in run()
612 if (HasErrors) in run()
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llc/
HDNewPMDriver.cpp181 if (Context.getDiagHandlerPtr()->HasErrors) in compileModuleWithNewPM()
HDllc.cpp742 if (Context.getDiagHandlerPtr()->HasErrors) in compileModule()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
HDModuleSymbolTable.cpp75 if (M.getContext().getDiagHandlerPtr()->HasErrors) in initializeRecordStreamer()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDDebugify.cpp732 bool HasErrors = false; in checkDebugifyMetadata() local
772 HasErrors |= HasBadSize; in checkDebugifyMetadata()
803 dbg() << ": " << (HasErrors ? "FAIL" : "PASS") << '\n'; in checkDebugifyMetadata()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
HDLLVMContext.cpp268 pImpl->DiagHandler->HasErrors = true; in diagnose()
HDVerifier.cpp7188 bool HasErrors = false; in doFinalization() local
7191 HasErrors |= !V->verify(F); in doFinalization()
7193 HasErrors |= !V->verify(); in doFinalization()
7194 if (FatalErrors && (HasErrors || V->hasBrokenDebugInfo())) in doFinalization()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaOpenMP.cpp9212 bool HasErrors = false; in checkOpenMPIterationSpace() local
9227 HasErrors = true; in checkOpenMPIterationSpace()
9244 HasErrors |= ISC.checkAndSetCond(For ? For->getCond() : CXXFor->getCond()); in checkOpenMPIterationSpace()
9247 HasErrors |= ISC.checkAndSetInc(For ? For->getInc() : CXXFor->getInc()); in checkOpenMPIterationSpace()
9250 if (ISC.dependent() || SemaRef.CurContext->isDependentContext() || HasErrors) in checkOpenMPIterationSpace()
9251 return HasErrors; in checkOpenMPIterationSpace()
9290 HasErrors |= in checkOpenMPIterationSpace()
9297 if (!HasErrors && DSA.isOrderedRegion()) { in checkOpenMPIterationSpace()
9368 return HasErrors; in checkOpenMPIterationSpace()
10123 bool HasErrors = false; in checkOpenMPLoop() local
[all …]