Home
last modified time | relevance | path

Searched refs:error_callback (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DReproducer.cpp259 llvm::function_ref<void(llvm::StringRef)> error_callback, in Verify() argument
263 error_callback("invalid loader"); in Verify()
271 error_callback("unable to read files: " + buffer.getError().message()); in Verify()
278 error_callback("unable to initialize the virtual file system"); in Verify()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBReproducer.cpp234 auto error_callback = [&](llvm::StringRef error) { in Replay() local
247 verifier.Verify(error_callback, warning_callback, note_callback); in Replay()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectReproducer.cpp661 auto error_callback = [&](llvm::StringRef error) { in DoExecute() local
677 verifier.Verify(error_callback, warning_callback, note_callback); in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DReproducer.h233 void Verify(llvm::function_ref<void(llvm::StringRef)> error_callback,
/freebsd-13.1/sys/dev/smartpqi/
H A Dsmartpqi_structures.h1065 typedef void (*error_callback)(struct pqisrc_softstate *, struct request_container_block *, uint16_… typedef
1079 error_callback error_cmp_callback;