Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/MC/MCParser/
DCOFFMasmParser.cpp325 SMLoc nextLoc = getTok().getLoc(); in ParseDirectiveProc() local
329 return Error(nextLoc, "far procedure definitions not yet supported"); in ParseDirectiveProc()
333 nextLoc = getTok().getLoc(); in ParseDirectiveProc()
DMasmParser.cpp2433 const SMLoc nextLoc = nextTok.getLoc(); in parseStatement() local
2460 return (*Handler.second)(Handler.first, nextVal, nextLoc); in parseStatement()
2530 nextVal, nextLoc, IDVal); in parseStatement()
/external/python/setuptools/pkg_resources/_vendor/
Dpyparsing.py1668 nextLoc,tokens = parseFn( instring, preloc, callPreParse=False )
1672 if nextLoc > loc:
1674 yield tokens, preloc, nextLoc
1678 loc = nextLoc
1682 loc = nextLoc
/external/python/setuptools/setuptools/_vendor/
Dpyparsing.py1668 nextLoc,tokens = parseFn( instring, preloc, callPreParse=False )
1672 if nextLoc > loc:
1674 yield tokens, preloc, nextLoc
1678 loc = nextLoc
1682 loc = nextLoc