Home
last modified time | relevance | path

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

/trunk/main/basic/source/comp/
H A Dloops.cxx310 sal_uInt32 nLbl = 0; in OnGoto() local
319 nLbl++; in OnGoto()
325 nLbl |= 0x8000; in OnGoto()
326 aGen.Patch( nLabelsTarget, nLbl ); in OnGoto()
522 sal_uInt32 nLbl; in Resume() local
543 nLbl = pProc->GetLabels().Reference( aSym ); in Resume()
544 aGen.Gen( _RESUME, nLbl ); in Resume()