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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenFunction.cpp297 llvm::FunctionType *FunctionTy = local
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLambda.cpp1246 QualType FunctionTy = S.Context.getFunctionType( local
1371 QualType FunctionTy = Context.getFunctionType( local
/freebsd-10-stable/contrib/llvm/lib/IR/
H A DCore.cpp336 LLVMBool LLVMIsFunctionVarArg(LLVMTypeRef FunctionTy) { argument
340 LLVMTypeRef LLVMGetReturnType(LLVMTypeRef FunctionTy) { argument
344 unsigned LLVMCountParamTypes(LLVMTypeRef FunctionTy) { argument
348 void LLVMGetParamTypes(LLVMTypeRef FunctionTy, LLVMTypeRef *Dest) { argument
1424 LLVMAddFunction(LLVMModuleRef M, const char *Name, LLVMTypeRef FunctionTy) argument
[all...]

Completed in 121 milliseconds