Home
last modified time | relevance | path

Searched refs:errorIsA (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Protocol/MCP/
H A DProtocolServerMCP.cpp395 if (result.errorIsA<UnsupportedURI>()) { in ResourcesReadHandler()
/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/
H A DPassBuilder.h718 assert((Result || Result.template errorIsA<StringError>()) &&
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DError.h604 template <typename ErrT> bool errorIsA() const { in errorIsA() function