Home
last modified time | relevance | path

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

/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dscopestack.c148 next_scope_kind_sptr(SCOPESTACK *scope, SCOPEKIND kind, int sptr) in next_scope_kind_sptr() function
H A Dsemant.h871 SCOPESTACK *next_scope_kind_sptr(SCOPESTACK *scope, SCOPEKIND kind, int sptr);
H A Dsemsym.c170 SCOPESTACK *scope = next_scope_kind_sptr(0, SCOPE_USE, sptr); in sym_in_scope()