Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaLambda.cpp1349 QualType FunctionTy = S.Context.getFunctionType( in addBlockPointerConversion() local
1479 QualType FunctionTy = Context.getFunctionType( in ActOnLambdaExpr() local
/minix/external/bsd/llvm/dist/llvm/lib/IR/
H A DCore.cpp395 LLVMBool LLVMIsFunctionVarArg(LLVMTypeRef FunctionTy) { in LLVMIsFunctionVarArg()
399 LLVMTypeRef LLVMGetReturnType(LLVMTypeRef FunctionTy) { in LLVMGetReturnType()
403 unsigned LLVMCountParamTypes(LLVMTypeRef FunctionTy) { in LLVMCountParamTypes()
407 void LLVMGetParamTypes(LLVMTypeRef FunctionTy, LLVMTypeRef *Dest) { in LLVMGetParamTypes()
1639 LLVMTypeRef FunctionTy) { in LLVMAddFunction()
/minix/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCodeGenFunction.cpp330 llvm::FunctionType *FunctionTy = in EmitFunctionInstrumentation() local