Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/IR/
H A 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()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A 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()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DCore.cpp695 LLVMBool LLVMIsFunctionVarArg(LLVMTypeRef FunctionTy) { in LLVMIsFunctionVarArg()
699 LLVMTypeRef LLVMGetReturnType(LLVMTypeRef FunctionTy) { in LLVMGetReturnType()
703 unsigned LLVMCountParamTypes(LLVMTypeRef FunctionTy) { in LLVMCountParamTypes()
707 void LLVMGetParamTypes(LLVMTypeRef FunctionTy, LLVMTypeRef *Dest) { in LLVMGetParamTypes()
2272 LLVMTypeRef FunctionTy) { in LLVMAddFunction()
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaLambda.cpp1344 QualType FunctionTy = S.Context.getFunctionType( in addBlockPointerConversion() local
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCodeGenFunction.cpp414 llvm::FunctionType *FunctionTy = in EmitFunctionInstrumentation() local