Home
last modified time | relevance | path

Searched defs:FunctionTy (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp772 LLVMBool LLVMIsFunctionVarArg(LLVMTypeRef FunctionTy) { in LLVMIsFunctionVarArg()
776 LLVMTypeRef LLVMGetReturnType(LLVMTypeRef FunctionTy) { in LLVMGetReturnType()
780 unsigned LLVMCountParamTypes(LLVMTypeRef FunctionTy) { in LLVMCountParamTypes()
784 void LLVMGetParamTypes(LLVMTypeRef FunctionTy, LLVMTypeRef *Dest) { in LLVMGetParamTypes()
2383 LLVMTypeRef FunctionTy) { in LLVMAddFunction()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp1853 QualType FunctionTy = S.getLambdaConversionFunctionResultType( in addBlockPointerConversion() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp3729 QualType FunctionTy = C.getFunctionType(ReturnTy, ArgTys, {}); in GenerateObjCAtomicSetterCopyHelperFunction() local
3827 QualType FunctionTy = C.getFunctionType(ReturnTy, ArgTys, {}); in GenerateObjCAtomicGetterCopyHelperFunction() local
H A DCGStmtOpenMP.cpp478 QualType FunctionTy = Ctx.getFunctionType(Ctx.VoidTy, std::nullopt, EPI); in emitOutlinedFunctionPrologue() local