Home
last modified time | relevance | path

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

/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Ddpm_out.c2194 int tag_sptr, dtype_arg_ast, type_ast = 0; in set_type_in_descriptor() local
2202 tag_sptr = get_struct_tag_sptr(dtype); in set_type_in_descriptor()
2203 if (tag_sptr > NOSYM || is_unl_poly(sptr)) { in set_type_in_descriptor()
2206 if (tag_sptr > NOSYM && !UNLPOLYG(tag_sptr)) { in set_type_in_descriptor()
2208 int typedsc_sptr = get_static_type_descriptor(tag_sptr); in set_type_in_descriptor()
H A Dsemutil2.c11329 SPTR tag_sptr = get_struct_tag_sptr(element_dtype); in get_dtype_init_template() local
11348 if (tag_sptr > NOSYM) { in get_dtype_init_template()
11349 if ((sptr = TYPDEF_INITG(tag_sptr)) > NOSYM && in get_dtype_init_template()
11369 if (tag_sptr > NOSYM) in get_dtype_init_template()
11370 TYPDEF_INITP(tag_sptr, sptr); in get_dtype_init_template()
/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Dllutil.cpp566 const SPTR tag_sptr = DTyAlgTyTag(dtype); in ll_convert_struct_dtype() local
588 if (tag_sptr) in ll_convert_struct_dtype()
590 SYMNAME(tag_sptr)); in ll_convert_struct_dtype()