Returns true if the provided LogicalResult corresponds to a failure value.
Synopsis
Declared in <llvm/Support/LogicalResult.h>
constexpr
bool
failed() const;
Return Value
true if the provided LogicalResult corresponds to a failure value.
Created with MrDocs