Home
last modified time | relevance | path

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

/llvm-project/llvm/tools/llvm-c-test/
H A Ddebuginfo.c118 LLVMMetadataRef FunctionTy = llvm_test_dibuilder() local
/llvm-project/llvm/lib/IR/
H A DCore.cpp772 return unwrap<FunctionType>(FunctionTy)->isVarArg(); in LLVMIsFunctionVarArg() argument
776 return wrap(unwrap<FunctionType>(FunctionTy)->getReturnType()); in LLVMGetReturnType() argument
780 return unwrap<FunctionType>(FunctionTy)->getNumParams(); in LLVMCountParamTypes() argument
784 FunctionType *Ty = unwrap<FunctionType>(FunctionTy); in LLVMGetParamTypes() argument
2322 LLVMAddFunction(LLVMModuleRef M,const char * Name,LLVMTypeRef FunctionTy) LLVMAddFunction() argument
[all...]
/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp1852 QualType FunctionTy = S.getLambdaConversionFunctionResultType( addBlockPointerConversion() local
/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp3729 QualType FunctionTy = C.getFunctionType(ReturnTy, ArgTys, {}); GenerateObjCAtomicSetterCopyHelperFunction() local
3827 QualType FunctionTy = C.getFunctionType(ReturnTy, ArgTys, {}); GenerateObjCAtomicGetterCopyHelperFunction() local
H A DCGStmtOpenMP.cpp473 QualType FunctionTy = Ctx.getFunctionType(Ctx.VoidTy, std::nullopt, EPI); emitOutlinedFunctionPrologue() local