Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DCore.cpp406 LLVMBool LLVMIsFunctionVarArg(LLVMTypeRef FunctionTy) { in LLVMIsFunctionVarArg()
410 LLVMTypeRef LLVMGetReturnType(LLVMTypeRef FunctionTy) { in LLVMGetReturnType()
414 unsigned LLVMCountParamTypes(LLVMTypeRef FunctionTy) { in LLVMCountParamTypes()
418 void LLVMGetParamTypes(LLVMTypeRef FunctionTy, LLVMTypeRef *Dest) { in LLVMGetParamTypes()
1655 LLVMTypeRef FunctionTy) { in LLVMAddFunction()
/external/clang/lib/Sema/
DSemaLambda.cpp1337 QualType FunctionTy = S.Context.getFunctionType( in addBlockPointerConversion() local
/external/clang/lib/CodeGen/
DCodeGenFunction.cpp406 llvm::FunctionType *FunctionTy = in EmitFunctionInstrumentation() local