Home
last modified time | relevance | path

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

/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Dll_structure.h1093 int ll_type_is_pointer_to_function(LL_Type *ty);
H A Dll_structure.cpp899 ll_type_is_pointer_to_function(LL_Type *ty) in ll_type_is_pointer_to_function() function
H A Dcgmain.cpp2282 if (ll_type_is_pointer_to_function(callee_type)) { in write_I_CALL()
2289 if (ll_type_is_pointer_to_function(return_type)) in write_I_CALL()
6482 if (load_op->ot_type == OT_VAR && ll_type_is_pointer_to_function(rslt_type)) { in make_load()