Searched refs:fty (Results 1 – 9 of 9) sorted by relevance
41 let fty = function_type i8_type [| |] in42 let fn = define_function "fn" fty m in43 let fn2 = define_function "fn2" fty m in begin
40 let fty = function_type void_type [| |] in41 let fn = define_function "fn" fty m in
31 let fty = function_type void_type [| |] in35 let fn = define_function ("fn_" ^ name) fty m in
24 let fty = function_type (void_type context) [| |] in26 let fn = define_function "valid_fn" fty m in
854 let fty = function_type void_type [| i32_type; i32_type |] in855 let f = define_function "f" fty m in886 let fty = function_type void_type [| i32_type |] in887 let fn = define_function "BuilderParent" fty m in913 let fty = function_type void_type [| i32_type |] in914 let fn = define_function "BuilderParent" fty m in931 let fty = function_type void_type [| |] in var932 let fn = declare_function "X6" fty m in942 let fty = function_type sty [| |] in943 let fn = declare_function "XA6" fty m in[all …]
2300 llvm::FunctionType *fty in getBlockObjectDispose() local2302 BlockObjectDispose = CreateRuntimeFunction(fty, "_Block_object_dispose"); in getBlockObjectDispose()2312 llvm::FunctionType *fty in getBlockObjectAssign() local2314 BlockObjectAssign = CreateRuntimeFunction(fty, "_Block_object_assign"); in getBlockObjectAssign()
562 (** [is_var_arg fty] returns [true] if [fty] is a varargs function type, [false]566 (** [return_type fty] gets the return type of the function type [fty].570 (** [param_types fty] gets the parameter types of the function type [fty].
2914 const FunctionType *fty = type->castAs<FunctionType>(); in BuildDeclarationNameExpr() local2918 if (fty->getReturnType() == Context.UnknownAnyTy) { in BuildDeclarationNameExpr()2936 isa<FunctionProtoType>(fty)) in BuildDeclarationNameExpr()2937 type = Context.getFunctionNoProtoType(fty->getReturnType(), in BuildDeclarationNameExpr()2938 fty->getExtInfo()); in BuildDeclarationNameExpr()