Home
last modified time | relevance | path

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

/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dsemsym.c110 int sptrloop, bestsptr, bestsptrloop, bestsl, bestuse, bestuse2, bestusecount, in sym_in_scope() local
118 bestsptr = bestsptrloop = 0; in sym_in_scope()
180 bestsptr = sptr; in sym_in_scope()
256 if (bestuse && bestuse2 == 0 && bestsptr != sptrlink) { in sym_in_scope()
266 bestsptr = sptrlink; in sym_in_scope()
275 !TBPLNKG(sptrlink) && bestsptr != sptrlink) { in sym_in_scope()
283 if (!bestsptr && scope->kind == SCOPE_NORMAL && scope->import) { in sym_in_scope()
296 !isSameNameGenericOrProcOrModproc(bestsptr, bestsptrloop) && in sym_in_scope()
311 return bestsptr; in sym_in_scope()