Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DExtractGV.cpp138 auto *FuncType = dyn_cast<FunctionType>(IF.getValueType()); in run() local
H A DExpandVariadics.cpp624 FunctionType *FuncType = CB->getFunctionType(); in expandCall() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DRealtimeSanitizer.cpp41 FunctionType *FuncType = FunctionType::get(Type::getVoidTy(Context), in insertCallBeforeInstruction() local
/freebsd/contrib/llvm-project/lldb/tools/lldb-rpc/lldb-rpc-gen/server/
H A DRPCServerSourceEmitter.cpp431 QualType FuncType = FuncPointerParam.Type->getPointeeType(); in EmitCallbackFunction() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp730 struct FuncType { in checkMustTailAttr() struct
731 enum { in checkMustTailAttr()
736 } MemberType = ft_non_member; in checkMustTailAttr()
738 QualType This; in checkMustTailAttr()
739 const FunctionProtoType *Func; in checkMustTailAttr()
740 const CXXMethodDecl *Method = nullptr; in checkMustTailAttr()
H A DSemaFunctionEffects.cpp232 SpecialFuncType FuncType = SpecialFuncType::None; member
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DGlobalMergeFunctions.cpp198 FunctionType *FuncType = FunctionType::get(OrigTy->getReturnType(), in createMergedFunction() local
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp432 for (uint32_t FuncType : Section.FunctionTypes) in writeSectionContent() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGPointerAuth.cpp488 QualType FuncType = FD->getType(); in getFunctionPointer() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVPreLegalizer.cpp761 SPIRVType *FuncType = GR->getOrCreateOpTypeFunctionWithArgs( in insertInlineAsmProcess() local
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp754 DISubroutineType *FuncType = DBuilder.createSubroutineType(ParamTypes); in createBPFUnreachable() 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.cpp1607 FunctionType *FuncType = FunctionType::get(ReturnType, ParamTypes, IsVaArgs); in emitLibCall() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp169 using FuncType = std::function<Value *(Instruction *, LLVMContext &)>; typedef
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp3099 QualType FuncType = getSimpleFunctionType( in SynthMsgSendStretCallExpr() local
4526 QualType FuncType; in convertFunctionTypeOfBlocks() local
H A DRewriteObjC.cpp3702 QualType FuncType; in convertFunctionTypeOfBlocks() local
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp7008 auto FuncType = FunctionType::get(Builder.getVoidTy(), ParameterTypes, in createOutlinedFunction() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp3439 const auto *FuncType = cast<FunctionType>(T); in encodeTypeForFunctionPointerAuth() local