Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DError.h399 std::unique_ptr<ErrorInfoBase> Payload2) { in ErrorList() argument
400 assert(!Payload1->isA<ErrorList>() && !Payload2->isA<ErrorList>() && in ErrorList()
403 Payloads.push_back(std::move(Payload2)); in ErrorList()