Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DErrorOr.h96 copyConstruct(Other); in ErrorOr()
104 copyConstruct(Other);
112 copyConstruct(Other);
178 void copyConstruct(const ErrorOr<OtherT> &Other) { in copyConstruct() function