Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
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
/external/llvm-project/llvm/include/llvm/Support/
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