Searched refs:nextLoc (Results 1 – 3 of 3) sorted by relevance
449 SMLoc nextLoc = getTok().getLoc(); in ParseDirectiveProc() local453 return Error(nextLoc, "far procedure definitions not yet supported"); in ParseDirectiveProc()457 nextLoc = getTok().getLoc(); in ParseDirectiveProc()
2511 const SMLoc nextLoc = nextTok.getLoc(); in parseStatement() local2540 return (*Handler.second)(Handler.first, nextVal, nextLoc); in parseStatement()2640 nextVal, nextLoc, IDVal); in parseStatement()
830 const uint64_t nextLoc = loc + r.addend; in relax() local833 remove = nextLoc - ((loc + align - 1) & -align); in relax()