Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DDebugify.cpp221 bool HasErrors = false; in checkDebugifyMetadata() local
250 HasErrors = true; in checkDebugifyMetadata()
266 HasErrors |= HasBadSize; in checkDebugifyMetadata()
288 dbg() << ": " << (HasErrors ? "FAIL" : "PASS") << '\n'; in checkDebugifyMetadata()
/third_party/json/test/thirdparty/Fuzzer/
DFuzzerDriver.cpp204 unsigned NumJobs, std::atomic<bool> *HasErrors) { in WorkerThread() argument
214 *HasErrors = true; in WorkerThread()
236 std::atomic<bool> HasErrors(false); in RunInMultipleProcesses() local
242 V.push_back(std::thread(WorkerThread, Cmd, &Counter, NumJobs, &HasErrors)); in RunInMultipleProcesses()
245 return HasErrors ? 1 : 0; in RunInMultipleProcesses()
/third_party/skia/third_party/externals/tint/fuzzers/tint_spirv_tools_fuzzer/
Dfuzzer.cc228 if (spv_to_wgsl.HasErrors()) { in LLVMFuzzerTestOneInput()
250 if (fuzzer.HasErrors()) { in LLVMFuzzerTestOneInput()
/third_party/skia/third_party/externals/tint/fuzzers/tint_ast_fuzzer/
Dfuzzer.cc120 if (fuzzer.HasErrors()) { in LLVMFuzzerTestOneInput()
/third_party/skia/third_party/externals/tint/fuzzers/
Dtint_common_fuzzer.h58 bool HasErrors() const { return diagnostics_.contains_errors(); } in HasErrors() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/
DLinkModules.cpp552 bool HasErrors = false; in run() local
560 HasErrors = true; in run()
563 if (HasErrors) in run()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DVerifier.cpp5155 bool HasErrors = false; in doFinalization() local
5158 HasErrors |= !V->verify(F); in doFinalization()
5160 HasErrors |= !V->verify(); in doFinalization()
5161 if (FatalErrors && (HasErrors || V->hasBrokenDebugInfo())) in doFinalization()