Home
last modified time | relevance | path

Searched defs:MSVCPExpected (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DMSVCErrorWorkarounds.h45 MSVCPExpected() in MSVCPExpected() function
50 MSVCPExpected(MSVCPExpected &&Other) : Expected<T>(std::move(Other)) {} in MSVCPExpected() function
57 MSVCPExpected(Error Err) : Expected<T>(std::move(Err)) {} in MSVCPExpected() function