Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DErrorOr.h94 copyConstruct(Other); in ErrorOr()
100 copyConstruct(Other);
108 copyConstruct(Other);
171 void copyConstruct(const ErrorOr<OtherT> &Other) { in copyConstruct() function