Home
last modified time | relevance | path

Searched refs:fty (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBlocks.cpp2917 llvm::FunctionType *fty in getBlockObjectDispose() local
2919 BlockObjectDispose = CreateRuntimeFunction(fty, "_Block_object_dispose"); in getBlockObjectDispose()
2930 llvm::FunctionType *fty in getBlockObjectAssign() local
2932 BlockObjectAssign = CreateRuntimeFunction(fty, "_Block_object_assign"); in getBlockObjectAssign()
/netbsd/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.mli654 (** [is_var_arg fty] returns [true] if [fty] is a varargs function type, [false]
658 (** [return_type fty] gets the return type of the function type [fty].
662 (** [param_types fty] gets the parameter types of the function type [fty].
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp3370 const FunctionType *fty = type->castAs<FunctionType>(); in BuildDeclarationNameExpr() local
3374 if (fty->getReturnType() == Context.UnknownAnyTy) { in BuildDeclarationNameExpr()
3392 isa<FunctionProtoType>(fty)) in BuildDeclarationNameExpr()
3393 type = Context.getFunctionNoProtoType(fty->getReturnType(), in BuildDeclarationNameExpr()
3394 fty->getExtInfo()); in BuildDeclarationNameExpr()