Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-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/contrib/llvm-project/clang/lib/Frontend/
H A DModuleDependencyCollector.cpp136 HasErrors = true; in writeFileMap()
182 HasErrors = true; in addFile()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDiagnosticHandler.h26 bool HasErrors = false; member
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDriver.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/contrib/llvm-project/llvm/lib/Linker/
H A DLinkModules.cpp599 bool HasErrors = false; in run() local
609 HasErrors = true; in run()
612 if (HasErrors) in run()
/freebsd/contrib/llvm-project/llvm/tools/llc/
H A DNewPMDriver.cpp181 if (Context.getDiagHandlerPtr()->HasErrors) in compileModuleWithNewPM()
H A Dllc.cpp742 if (Context.getDiagHandlerPtr()->HasErrors) in compileModule()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDebugify.cpp732 bool HasErrors = false; in checkDebugifyMetadata() local
772 HasErrors |= HasBadSize; in checkDebugifyMetadata()
803 dbg() << ": " << (HasErrors ? "FAIL" : "PASS") << '\n'; in checkDebugifyMetadata()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DModuleSymbolTable.cpp75 if (M.getContext().getDiagHandlerPtr()->HasErrors) in initializeRecordStreamer()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContext.cpp268 pImpl->DiagHandler->HasErrors = true; in diagnose()
H A DVerifier.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/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.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 …]