Home
last modified time | relevance | path

Searched defs:FuncType (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DExtractGV.cpp139 auto *FuncType = dyn_cast<FunctionType>(IF.getValueType()); in run() local
H A DExpandVariadics.cpp646 FunctionType *FuncType = CB->getFunctionType(); in expandCall() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp688 struct FuncType { in checkMustTailAttr() struct
689 enum { in checkMustTailAttr()
694 } MemberType = ft_non_member; in checkMustTailAttr()
696 QualType This; in checkMustTailAttr()
697 const FunctionProtoType *Func; in checkMustTailAttr()
698 const CXXMethodDecl *Method = nullptr; in checkMustTailAttr()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGPointerAuth.cpp356 QualType FuncType = FD->getType(); in getFunctionPointer() local
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp424 for (uint32_t FuncType : Section.FunctionTypes) in writeSectionContent() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVPreLegalizer.cpp642 SPIRVType *FuncType = GR->getOrCreateOpTypeFunctionWithArgs( in insertInlineAsmProcess() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNullabilityChecker.cpp875 const FunctionType *FuncType = Decl->getFunctionType(); in checkPostCall() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp1458 FunctionType *FuncType = FunctionType::get(ReturnType, ParamTypes, IsVaArgs); in emitLibCall() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp179 using FuncType = std::function<Value *(Instruction *, LLVMContext &)>; typedef
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp3100 QualType FuncType = getSimpleFunctionType( in SynthMsgSendStretCallExpr() local
4542 QualType FuncType; in convertFunctionTypeOfBlocks() local
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp6567 auto FuncType = FunctionType::get(Builder.getVoidTy(), ParameterTypes, in createOutlinedFunction() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp3252 const auto *FuncType = cast<FunctionType>(T); in encodeTypeForFunctionPointerAuth() local