Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-c-test/
H A Ddebuginfo.c113 LLVMMetadataRef FunctionTy = in llvm_test_dibuilder() local
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaLambda.cpp1540 QualType FunctionTy = S.getLambdaConversionFunctionResultType( in addBlockPointerConversion() local
/llvm-project-15.0.7/llvm/lib/IR/
H A DCore.cpp694 LLVMBool LLVMIsFunctionVarArg(LLVMTypeRef FunctionTy) { in LLVMIsFunctionVarArg()
698 LLVMTypeRef LLVMGetReturnType(LLVMTypeRef FunctionTy) { in LLVMGetReturnType()
702 unsigned LLVMCountParamTypes(LLVMTypeRef FunctionTy) { in LLVMCountParamTypes()
706 void LLVMGetParamTypes(LLVMTypeRef FunctionTy, LLVMTypeRef *Dest) { in LLVMGetParamTypes()
2293 LLVMTypeRef FunctionTy) { in LLVMAddFunction()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGObjC.cpp3693 QualType FunctionTy = C.getFunctionType(ReturnTy, ArgTys, {}); in GenerateObjCAtomicSetterCopyHelperFunction() local
3783 QualType FunctionTy = C.getFunctionType(ReturnTy, ArgTys, {}); in GenerateObjCAtomicGetterCopyHelperFunction() local
H A DCGStmtOpenMP.cpp449 QualType FunctionTy = Ctx.getFunctionType(Ctx.VoidTy, llvm::None, EPI); in emitOutlinedFunctionPrologue() local