Home
last modified time | relevance | path

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

/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Dscope.cpp64 is_scope_root(SPTR sptr) in is_scope_root() function
85 (is_scope_root(outer) || STYPEG(outer) == ST_BLOCK)); in scope_contains()
87 (is_scope_root(inner) || STYPEG(inner) == ST_BLOCK)); in scope_contains()