Home
last modified time | relevance | path

Searched refs:bestuse2 (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
119 bestuse = bestuse2 = bestusecount = bestuse2count = 0; in sym_in_scope()
256 if (bestuse && bestuse2 == 0 && bestsptr != sptrlink) { in sym_in_scope()
257 bestuse2 = bestuse; in sym_in_scope()
276 bestuse2 = scope->sptr; in sym_in_scope()
295 if (bestuse && bestuse2 && multiple_use_error && bestuse != bestuse2 && in sym_in_scope()
304 SYMNAME(bestuse), SYMNAME(bestuse2)); in sym_in_scope()