Searched refs:getFunctionType (Results 176 - 192 of 192) sorted by relevance

12345678

/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp2475 /// getFunctionType - Return the underlying function type for this block.
2477 const FunctionProtoType *BlockExpr::getFunctionType() const { function in class:BlockExpr
H A DASTImporter.cpp1348 return Importer.getToContext().getFunctionType(
3787 FromTy = Importer.getFromContext().getFunctionType(
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp3523 FunctionType *FnTy = GuardCheckFn->getFunctionType();
/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h6172 /// getFunctionType - Return the underlying function type for this block.
6173 const FunctionProtoType *getFunctionType() const;
/freebsd-current/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp3690 FunctionType *FType = MF.getFunction().getFunctionType();
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2919 FunctionType *FnTy = GuardCheckFn->getFunctionType();
8302 FunctionType *FTy = CB.getFunctionType();
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp450 QualType FunctionTy = Ctx.getFunctionType(Ctx.VoidTy, std::nullopt, EPI);
H A DCGOpenMPRuntime.cpp2837 C.getFunctionType(KmpInt32Ty, KmpRoutineEntryTyArgs, EPI));
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2246 return GetType(getASTContext().getFunctionType(
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp9651 FT = Context.getFunctionType(FPT->getReturnType(),
H A DTreeTransform.h14827 const FunctionProtoType *exprFunctionType = E->getFunctionType();
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp12320 FunctionType *CSFT = CB->getFunctionType();
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp2735 FunctionType *FType = MF.getFunction().getFunctionType();
/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp21578 Val, Strex->getFunctionType()->getParamType(0)),
/freebsd-current/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp17682 FunctionType *FType = MF.getFunction().getFunctionType();
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp25277 Val, Stxr->getFunctionType()->getParamType(0)),
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp[all...]

Completed in 1182 milliseconds

12345678