Lines Matching refs:stoLoc
1345 int32_t stoLoc = fRXPat->fDataSize; in doParseActions() local
1347 int32_t op = URX_BUILD(URX_STO_SP, stoLoc); in doParseActions()
1359 op = URX_BUILD(URX_LD_SP, stoLoc); in doParseActions()
1380 int32_t stoLoc = fRXPat->fDataSize; in doParseActions() local
1382 int32_t op = URX_BUILD(URX_STO_SP, stoLoc); in doParseActions()
1395 op = URX_BUILD(URX_LD_SP, stoLoc); in doParseActions()
1415 int32_t stoLoc = fRXPat->fDataSize; in doParseActions() local
1417 int32_t op = URX_BUILD(URX_STO_SP, stoLoc); in doParseActions()
1426 op = URX_BUILD(URX_LD_SP, stoLoc); in doParseActions()
2078 int32_t stoLoc = URX_VAL(stoOp); in handleCloseParen() local
2079 int32_t ldOp = URX_BUILD(URX_LD_SP, stoLoc); in handleCloseParen()