Searched refs:FunTy (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | Statepoint.h | 76 template <typename FunTy, typename InstructionTy, typename ValueTy, 151 FunTy *getCalledFunction() const { in getCalledFunction() 156 FunTy *getCaller() const { return getCallSite().getCaller(); } in getCaller() 420 template <typename FunTy, typename InstructionTy, typename ValueTy, 423 StatepointBase<FunTy, InstructionTy, ValueTy, CallSiteTy>::getRelocates() in getRelocates()
|
| H A D | CallSite.h | 52 template <typename FunTy = const Function, 107 FunTy *getCalledFunction() const { in getCalledFunction() 108 return dyn_cast<FunTy>(getCalledValue()); in getCalledFunction() 116 if (isa<FunTy>(V) || isa<Constant>(V)) in isIndirectCall() 267 FunTy *getCaller() const { return (*this)->getParent()->getParent(); } in getCaller()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | Sema.cpp | 1718 const FunctionType *FunTy = nullptr; in tryExprAsCall() local 1721 FunTy = PointeeTy->getAs<FunctionType>(); in tryExprAsCall() 1722 if (!FunTy) in tryExprAsCall() 1723 FunTy = ExprTy->getAs<FunctionType>(); in tryExprAsCall() 1726 dyn_cast_or_null<FunctionProtoType>(FunTy)) { in tryExprAsCall() 1728 ZeroArgCallReturnTy = FunTy->getReturnType(); in tryExprAsCall()
|