Home
last modified time | relevance | path

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

/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Dllutil.h826 const struct LL_Type_ *ll_abi_return_type(LL_ABI_Info *abi);
1206 LL_Type *ll_abi_return_type(LL_ABI_Info *abi);
H A Dcgmain.cpp6993 func_type = make_function_type_from_args(ll_abi_return_type(abi), in gen_call_expr()
6998 ll_abi_return_type(abi), first_arg_op, abi->call_as_varargs); in gen_call_expr()
7016 ll_abi_return_type(abi), first_arg_op, abi->call_as_varargs); in gen_call_expr()
7036 ll_abi_return_type(abi), first_arg_op, abi->call_as_varargs); in gen_call_expr()
7082 return_type = ll_abi_return_type(abi); in gen_call_expr()
H A Dllutil.cpp3480 ll_abi_return_type(LL_ABI_Info *abi) in ll_abi_return_type() function