Searched refs:ExitOnError (Results 1 - 10 of 10) sorted by relevance
/third_party/json/tests/thirdparty/Fuzzer/ |
H A 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() 81 auto S = FileToVector(X, MaxSize, ExitOnError); in ReadDirToVectorOfUnits() 69 ReadDirToVectorOfUnits(const char *Path, std::vector<Unit> *V, long *Epoch, size_t MaxSize, bool ExitOnError) ReadDirToVectorOfUnits() argument
|
H A 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/ |
H A D | InitLLVM.cpp | 43 ExitOnError ExitOnErr(Banner); in InitLLVM()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | Error.h | 938 class ExitOnError { class 941 ExitOnError(std::string Banner = "", int DefaultErrorExitCode = 1) in ExitOnError() function in llvm::ExitOnError
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
H A 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()
|
H A D | COFFEmitter.cpp | 183 ExitOnError Err("Error occurred writing .debug$S section"); in toDebugS()
|
H A 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/include/llvm/Support/ |
H A D | Error.h | 1301 class ExitOnError { class 1304 ExitOnError(std::string Banner = "", int DefaultErrorExitCode = 1) in ExitOnError() function in llvm::ExitOnError
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | WholeProgramDevirt.cpp | 749 ExitOnError ExitOnErr("-wholeprogramdevirt-read-summary: " + ClReadSummary + in runForTesting() 767 ExitOnError ExitOnErr( in runForTesting()
|
H A D | LowerTypeTests.cpp | 1673 ExitOnError ExitOnErr("-lowertypetests-read-summary: " + ClReadSummary + in runForTesting() 1690 ExitOnError ExitOnErr("-lowertypetests-write-summary: " + ClWriteSummary + in runForTesting()
|
Completed in 22 milliseconds