Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DRPCUtils.h247 static ErrorReturnType returnError(Error Err) { return std::move(Err); } in returnError() function
281 static ErrorReturnType returnError(Error Err) { return Err; } in returnError() function
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dtypesem.d2852 void returnError() in returnError() function