Searched refs:ReturnT (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | PointerLikeTypeTraits.h | 146 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 D | FunctionExtras.h | 80 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 D | TextStubV5.cpp | 467 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 D | Compiler.cpp | 4885 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 D | InterpBuiltin.cpp | 985 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 D | catch.hpp | 8725 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 D | SemaOverload.cpp | 7383 QualType ReturnT = Methods[b]->getReturnType(); in SelectBestMethod() local 7384 if (ReturnT->isObjCIdType()) in SelectBestMethod()
|