Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DPointerLikeTypeTraits.h146 template <typename ReturnT, typename... ParamTs>
147 struct PointerLikeTypeTraits<ReturnT (*)(ParamTs...)>
148 : FunctionPointerLikeTypeTraits<4, ReturnT (*)(ParamTs...)> {};
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DFunctionExtras.h80 template <typename ReturnT, typename... ParamTs> class UniqueFunctionBase {
122 using CallPtrT = ReturnT (*)(void *CallableAddr,
219 static ReturnT CallImpl(void *CallableAddr,
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextStubV5.cpp467 template <typename ReturnT = AttrToTargets>
468 Expected<ReturnT> getLibSection(const Object *File, TBDKey Key, TBDKey SubKey, in getLibSection()
472 return ReturnT(); in getLibSection()
474 ReturnT Result; in getLibSection()
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.cpp4885 std::optional<PrimType> ReturnT = classify(E); in VisitBuiltinCallExpr() local
4888 if (!Initializing && !ReturnT && !ReturnType->isVoidType()) { in VisitBuiltinCallExpr()
4908 assert(ReturnT); in VisitBuiltinCallExpr()
4909 return this->emitPop(*ReturnT, E); in VisitBuiltinCallExpr()
H A DInterpBuiltin.cpp985 PrimType ReturnT = *S.getContext().classify(Call->getType()); in interp__builtin_bswap() local
990 INT_TYPE_SWITCH(ReturnT, in interp__builtin_bswap()
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp8725 template<typename ClassT, typename ReturnT, typename... Args>
8726 struct UnaryLambdaTraits<ReturnT( ClassT::* )( Args... ) const> {
8730 template<typename ClassT, typename ReturnT, typename ArgT>
8731 struct UnaryLambdaTraits<ReturnT( ClassT::* )( ArgT ) const> {
8734 using ReturnType = ReturnT;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp7383 QualType ReturnT = Methods[b]->getReturnType(); in SelectBestMethod() local
7384 if (ReturnT->isObjCIdType()) in SelectBestMethod()