Home
last modified time | relevance | path

Searched refs:FnT (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/ExecutionEngine/Orc/
DRPCUtils.h79 template <typename FunctionIdT, FunctionIdT FuncId, typename FnT>
378 template <FunctionIdT FuncId, typename FnT>
379 using Function = FunctionHelper<FunctionIdT, FuncId, FnT>;
/external/clang/lib/Sema/
DSemaExceptionSpec.cpp139 const FunctionProtoType *FnT = T->getAs<FunctionProtoType>(); in CheckDistantExceptionSpec() local
140 if (!FnT) in CheckDistantExceptionSpec()
143 return FnT->hasExceptionSpec(); in CheckDistantExceptionSpec()