Searched refs:kPast (Results 1 – 1 of 1) sorted by relevance
2282 static const int kPast = (1 << 7); in NextSymbol() local2293 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