Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DExtractGV.cpp139 auto *FuncType = dyn_cast<FunctionType>(IF.getValueType()); in run() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp665 struct FuncType { checkMustTailAttr() struct
666 __anona8c5d3ef0503Sema::checkMustTailAttr::FuncType checkMustTailAttr() argument
671 MemberTypeSema::checkMustTailAttr::FuncType checkMustTailAttr() argument
673 ThisSema::checkMustTailAttr::FuncType checkMustTailAttr() argument
674 FuncSema::checkMustTailAttr::FuncType checkMustTailAttr() argument
675 MethodSema::checkMustTailAttr::FuncType checkMustTailAttr() argument
/freebsd-src/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp424 for (uint32_t FuncType : Section.FunctionTypes) in writeSectionContent() local
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNullabilityChecker.cpp875 const FunctionType *FuncType = Decl->getFunctionType(); in checkPostCall() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp1447 FunctionType *FuncType = FunctionType::get(ReturnType, ParamTypes, IsVaArgs); emitLibCall() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp179 using FuncType = std::function<Value *(Instruction *, LLVMContext &)>; typedef
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp4544 FuncType = getSimpleFunctionType(Res, ArgTypes); in convertFunctionTypeOfBlocks() local
3101 QualType FuncType = getSimpleFunctionType( SynthMsgSendStretCallExpr() local
H A DRewriteObjC.cpp3710 QualType FuncType; in convertFunctionTypeOfBlocks() local
/freebsd-src/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp5019 auto FuncType = FunctionType::get(Builder.getVoidTy(), ParameterTypes, createOutlinedFunction() local