Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DErrorOr.h94 copyConstruct(Other); in ErrorOr()
100 copyConstruct(Other);
107 copyConstruct(Other);
170 void copyConstruct(const ErrorOr<OtherT> &Other) { in copyConstruct() function