Searched defs:FunctionTy (Results 1 – 11 of 11) sorted by relevance
/external/llvm-project/llvm/tools/llvm-c-test/ |
D | debuginfo.c | 114 LLVMMetadataRef FunctionTy = in llvm_test_dibuilder() local
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGBlocks.cpp | 1953 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
|
D | CGObjC.cpp | 3641 QualType FunctionTy = C.getFunctionType(ReturnTy, ArgTys, {}); in GenerateObjCAtomicSetterCopyHelperFunction() local 3725 QualType FunctionTy = C.getFunctionType(ReturnTy, ArgTys, {}); in GenerateObjCAtomicGetterCopyHelperFunction() local
|
D | ItaniumCXXABI.cpp | 2548 QualType FunctionTy = Ctx.getFunctionType(Ctx.VoidTy, llvm::None, {}); in createGlobalInitOrCleanupFnDecl() local
|
D | CGStmtOpenMP.cpp | 432 QualType FunctionTy = Ctx.getFunctionType(Ctx.VoidTy, llvm::None, EPI); in emitOutlinedFunctionPrologue() local
|
/external/clang/lib/Sema/ |
D | SemaLambda.cpp | 1344 QualType FunctionTy = S.Context.getFunctionType( in addBlockPointerConversion() local
|
/external/llvm/lib/IR/ |
D | Core.cpp | 486 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/ |
D | SemaLambda.cpp | 1532 QualType FunctionTy = S.getLambdaConversionFunctionResultType( in addBlockPointerConversion() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Core.cpp | 649 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/ |
D | CodeGenFunction.cpp | 414 llvm::FunctionType *FunctionTy = in EmitFunctionInstrumentation() local
|
/external/llvm-project/llvm/lib/IR/ |
D | Core.cpp | 661 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()
|