Searched refs:FnT (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp197 const FunctionProtoType *FnT = T->getAs<FunctionProtoType>(); local
198 if (!FnT)
201 return FnT->hasExceptionSpec();
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/RPC/
H A DRPCUtils.h138 template <typename DerivedFunc, typename FnT> class Function;
453 template <typename FnT> class AsyncHandlerTraits;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp3124 FunctionType *FnT =
3128 unwrap(B)->CreateInvoke(FnT, unwrap(Fn), unwrap(Then), unwrap(Catch),
3854 FunctionType *FnT =
3857 return wrap(unwrap(B)->CreateCall(FnT, unwrap(Fn),

Completed in 139 milliseconds