Home
last modified time | relevance | path

Searched refs:kPast (Results 1 – 1 of 1) sorted by last modified time

/trunk/main/sc/source/core/tool/
H A Dcompiler.cxx2282 static const int kPast = (1 << 7); in NextSymbol() local
2293 DBG_ASSERT( nRefInName & (kPast | kDefName), in NextSymbol()
2304 nRefInName |= kPast; in NextSymbol()
2308 else if (!(nRefInName & kPast) || (nRefInName & (kMarkAhead | kDefName))) in NextSymbol()
2322 nRefInName &= kPast; in NextSymbol()
2382 nRefInName |= kPast; in NextSymbol()

Completed in 38 milliseconds