Home
last modified time | relevance | path

Searched refs:RUNTIMEG (Results 1 – 11 of 11) sorted by relevance

/dports/math/libpgmath/flang-d07daf3/tools/flang1/utils/symtab/
H A Dsymtab.in.h455 #define RUNTIMEG(sptr) 0 macro
/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dsemsym.c1678 } else if (ADJARRG(sptr) || RUNTIMEG(sptr) || ADJLENG(sptr)) { in decl_private_sym()
1867 if (ADJARRG(old) || RUNTIMEG(old)) in add_private_allocatable()
H A Ddpm_out.c1168 if (ALIGNG(sptr) || RUNTIMEG(sptr) || ADJARRG(sptr)) { in desc_need_arrays()
1309 if (ADJARRG(sptr) || RUNTIMEG(sptr)) { in _wrap_symbol()
1313 (ADJARRG(sptr) || RUNTIMEG(sptr) || ADJLENG(sptr))) { in _wrap_symbol()
4388 if (ADJARRG(sptr) || RUNTIMEG(sptr)) { in allocate_one_auto()
H A Dsemfin.c2686 if (stype == ST_ARRAY && (ADJARRG(sptr) || RUNTIMEG(sptr)) && in do_save()
3225 (POINTERG(sptr) || ALLOCG(sptr) || ADJARRG(sptr) || RUNTIMEG(sptr) || in misc_checks()
H A Ddtypeutl.c3795 && !RUNTIMEG(m)) { in chkstruct()
3803 if ((POINTERG(m) || ALLOCG(m) || ADJARRG(m) || RUNTIMEG(m)) && in chkstruct()
H A Ddump.c2959 putbit("runtime", RUNTIMEG(0)); in dsym()
3883 putbit("runtime", RUNTIMEG(0)); in dsym()
H A Dsemant2.c634 if (RUNTIMEG(sptr)) { in semant2()
H A Dsemant.c5608 (STYPEG(sptr) != ST_MEMBER && (ADJARRG(sptr) || RUNTIMEG(sptr)))) { in semant1()
7510 if (ADJARRG(sptr1) || RUNTIMEG(sptr1)) { in semant1()
8915 if (POINTERG(sptr) || ALLOCG(sptr) || ADJARRG(sptr) || RUNTIMEG(sptr)) { in semant1()
H A Dsemutil2.c131 if (ADJARRG(arg) || RUNTIMEG(arg)) { in chk_adjarr()
142 if (SCG(arg) == SC_BASED && (ADJARRG(arg) || RUNTIMEG(arg))) { in chk_adjarr()
13485 if (ADJARRG(sptr) || RUNTIMEG(sptr)) { in sem_set_storage_class()
H A Dlowersym.c366 if (DISTG(sptr) || ALIGNG(sptr) || ADJARRG(sptr) || RUNTIMEG(sptr)) { in lower_make_all_descriptors()
H A Dsemsmp.c10005 } else if (ADJARRG(sptr) || RUNTIMEG(sptr)) { in set_private_taskflag()