HomeSort by: relevance | last modified time | path
    Searched refs:FnT (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExceptionSpec.cpp 197 const FunctionProtoType *FnT = T->getAs<FunctionProtoType>();
198 if (!FnT)
201 return FnT->hasExceptionSpec();
  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/Shared/
RPCUtils.h 142 template <typename DerivedFunc, typename FnT> class RPCFunction;
451 template <typename FnT> class AsyncHandlerTraits;
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Core.cpp 3174 FunctionType *FnT =
3178 unwrap(B)->CreateInvoke(FnT, unwrap(Fn), unwrap(Then), unwrap(Catch),
3903 FunctionType *FnT =
3906 return wrap(unwrap(B)->CreateCall(FnT, unwrap(Fn),

Completed in 26 milliseconds