Searched refs:ExitOnError (Results 1 – 12 of 12) sorted by relevance
/third_party/json/test/thirdparty/Fuzzer/ |
D | FuzzerIO.cpp | 33 Unit FileToVector(const std::string &Path, size_t MaxSize, bool ExitOnError) { in FileToVector() argument 35 if (ExitOnError && !T) { in FileToVector() 70 long *Epoch, size_t MaxSize, bool ExitOnError) { in ReadDirToVectorOfUnits() argument 81 auto S = FileToVector(X, MaxSize, ExitOnError); in ReadDirToVectorOfUnits()
|
D | FuzzerIO.h | 22 bool ExitOnError = true); 31 long *Epoch, size_t MaxSize, bool ExitOnError);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | InitLLVM.cpp | 43 ExitOnError ExitOnErr(Banner); in InitLLVM()
|
/third_party/flutter/skia/third_party/externals/wuffs/cmd/wuffs/ |
D | test.go | 32 flags := flag.NewFlagSet("test", flag.ExitOnError)
|
D | gen.go | 40 flags := flag.NewFlagSet("gen", flag.ExitOnError)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Error.h | 938 class ExitOnError { 941 ExitOnError(std::string Banner = "", int DefaultErrorExitCode = 1)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | Error.h | 1301 class ExitOnError { 1304 ExitOnError(std::string Banner = "", int DefaultErrorExitCode = 1)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLTypes.cpp | 778 ExitOnError Err("Invalid " + std::string(SectionName) + " section!"); in fromDebugT() 809 ExitOnError Err("Error writing type record to " + std::string(SectionName) + in toDebugT()
|
D | COFFEmitter.cpp | 183 ExitOnError Err("Error occurred writing .debug$S section"); in toDebugS()
|
D | CodeViewYAMLDebugSections.cpp | 906 ExitOnError Err("Invalid .debug$S section!"); in fromDebugS()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | WholeProgramDevirt.cpp | 749 ExitOnError ExitOnErr("-wholeprogramdevirt-read-summary: " + ClReadSummary + in runForTesting() 767 ExitOnError ExitOnErr( in runForTesting()
|
D | LowerTypeTests.cpp | 1673 ExitOnError ExitOnErr("-lowertypetests-read-summary: " + ClReadSummary + in runForTesting() 1690 ExitOnError ExitOnErr("-lowertypetests-write-summary: " + ClWriteSummary + in runForTesting()
|