Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-c-test/
Ddebuginfo.c114 LLVMMetadataRef FunctionTy = in llvm_test_dibuilder() local
/external/llvm-project/clang/lib/CodeGen/
DCGBlocks.cpp1953 QualType FunctionTy = C.getFunctionType(ReturnTy, ArgTys, {}); in GenerateCopyHelperFunction() local
2147 QualType FunctionTy = C.getFunctionType(ReturnTy, ArgTys, {}); in GenerateDestroyHelperFunction() local
2401 QualType FunctionTy = Context.getFunctionType(ReturnTy, ArgTys, {}); in generateByrefCopyHelper() local
2476 QualType FunctionTy = Context.getFunctionType(R, ArgTys, {}); in generateByrefDisposeHelper() local
DCGObjC.cpp3641 QualType FunctionTy = C.getFunctionType(ReturnTy, ArgTys, {}); in GenerateObjCAtomicSetterCopyHelperFunction() local
3725 QualType FunctionTy = C.getFunctionType(ReturnTy, ArgTys, {}); in GenerateObjCAtomicGetterCopyHelperFunction() local
DItaniumCXXABI.cpp2548 QualType FunctionTy = Ctx.getFunctionType(Ctx.VoidTy, llvm::None, {}); in createGlobalInitOrCleanupFnDecl() local
DCGStmtOpenMP.cpp432 QualType FunctionTy = Ctx.getFunctionType(Ctx.VoidTy, llvm::None, EPI); in emitOutlinedFunctionPrologue() local
/external/clang/lib/Sema/
DSemaLambda.cpp1344 QualType FunctionTy = S.Context.getFunctionType( in addBlockPointerConversion() local
/external/llvm/lib/IR/
DCore.cpp486 LLVMBool LLVMIsFunctionVarArg(LLVMTypeRef FunctionTy) { in LLVMIsFunctionVarArg()
490 LLVMTypeRef LLVMGetReturnType(LLVMTypeRef FunctionTy) { in LLVMGetReturnType()
494 unsigned LLVMCountParamTypes(LLVMTypeRef FunctionTy) { in LLVMCountParamTypes()
498 void LLVMGetParamTypes(LLVMTypeRef FunctionTy, LLVMTypeRef *Dest) { in LLVMGetParamTypes()
1746 LLVMTypeRef FunctionTy) { in LLVMAddFunction()
/external/llvm-project/clang/lib/Sema/
DSemaLambda.cpp1532 QualType FunctionTy = S.getLambdaConversionFunctionResultType( in addBlockPointerConversion() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp649 LLVMBool LLVMIsFunctionVarArg(LLVMTypeRef FunctionTy) { in LLVMIsFunctionVarArg()
653 LLVMTypeRef LLVMGetReturnType(LLVMTypeRef FunctionTy) { in LLVMGetReturnType()
657 unsigned LLVMCountParamTypes(LLVMTypeRef FunctionTy) { in LLVMCountParamTypes()
661 void LLVMGetParamTypes(LLVMTypeRef FunctionTy, LLVMTypeRef *Dest) { in LLVMGetParamTypes()
2255 LLVMTypeRef FunctionTy) { in LLVMAddFunction()
/external/clang/lib/CodeGen/
DCodeGenFunction.cpp414 llvm::FunctionType *FunctionTy = in EmitFunctionInstrumentation() local
/external/llvm-project/llvm/lib/IR/
DCore.cpp661 LLVMBool LLVMIsFunctionVarArg(LLVMTypeRef FunctionTy) { in LLVMIsFunctionVarArg()
665 LLVMTypeRef LLVMGetReturnType(LLVMTypeRef FunctionTy) { in LLVMGetReturnType()
669 unsigned LLVMCountParamTypes(LLVMTypeRef FunctionTy) { in LLVMCountParamTypes()
673 void LLVMGetParamTypes(LLVMTypeRef FunctionTy, LLVMTypeRef *Dest) { in LLVMGetParamTypes()
2291 LLVMTypeRef FunctionTy) { in LLVMAddFunction()