Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DRefCountObject.h27 template <typename ContextT, typename ErrorT>
32 using ErrorType = ErrorT;
58 template <class ObjectType, typename ContextT, typename ErrorT = angle::Result>
63 using ErrorType = ErrorT;
DError.h24 template <typename ErrorT, typename ErrorBaseT, ErrorBaseT NoErrorVal, typename CodeT, CodeT EnumT>
38 operator ErrorT() { return ErrorT(EnumT, mID, mErrorStream.str()); } in ErrorT() function
/external/llvm-project/llvm/unittests/FileCheck/
DFileCheckTest.cpp42 template <typename ErrorT>
60 handleErrors(std::move(RemainingErrors), [&](const ErrorT &E) { in expectSameErrors()
72 template <typename ErrorT>
74 expectSameErrors<ErrorT>({ExpectedMsg.str()}, std::move(Err)); in expectError()