Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGBlocks.cpp2864 llvm::FunctionType *fty in getBlockObjectDispose() local
2866 BlockObjectDispose = CreateRuntimeFunction(fty, "_Block_object_dispose"); in getBlockObjectDispose()
2877 llvm::FunctionType *fty in getBlockObjectAssign() local
2879 BlockObjectAssign = CreateRuntimeFunction(fty, "_Block_object_assign"); in getBlockObjectAssign()
/openbsd-src/gnu/llvm/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].
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp3435 const FunctionType *fty = type->castAs<FunctionType>(); in BuildDeclarationNameExpr() local
3439 if (fty->getReturnType() == Context.UnknownAnyTy) { in BuildDeclarationNameExpr()
3456 if (!cast<FunctionDecl>(VD)->hasPrototype() && isa<FunctionProtoType>(fty)) in BuildDeclarationNameExpr()
3457 type = Context.getFunctionNoProtoType(fty->getReturnType(), in BuildDeclarationNameExpr()
3458 fty->getExtInfo()); in BuildDeclarationNameExpr()