• Home
  • Raw
  • Download

Lines Matching refs:URX_BUILD

371         fRXPat->fCompiledPat->addElement(URX_BUILD(URX_STATE_SAVE, 2), *fStatus);  in doParseActions()
372 fRXPat->fCompiledPat->addElement(URX_BUILD(URX_JMP, 3), *fStatus); in doParseActions()
373 fRXPat->fCompiledPat->addElement(URX_BUILD(URX_FAIL, 0), *fStatus); in doParseActions()
396 fRXPat->fCompiledPat->addElement(URX_BUILD(URX_END, 0), *fStatus); in doParseActions()
418 op = URX_BUILD(URX_STATE_SAVE, fRXPat->fCompiledPat->size()+1); in doParseActions()
424 op = URX_BUILD(URX_JMP, 0); in doParseActions()
434 fRXPat->fCompiledPat->addElement(URX_BUILD(URX_NOP, 0), *fStatus); in doParseActions()
460 fRXPat->fCompiledPat->addElement(URX_BUILD(URX_NOP, 0), *fStatus); in doParseActions()
463 int32_t cop = URX_BUILD(URX_START_CAPTURE, varsLoc); in doParseActions()
465 fRXPat->fCompiledPat->addElement(URX_BUILD(URX_NOP, 0), *fStatus); in doParseActions()
490 fRXPat->fCompiledPat->addElement(URX_BUILD(URX_NOP, 0), *fStatus); in doParseActions()
491 fRXPat->fCompiledPat->addElement(URX_BUILD(URX_NOP, 0), *fStatus); in doParseActions()
513 fRXPat->fCompiledPat->addElement(URX_BUILD(URX_NOP, 0), *fStatus); in doParseActions()
516 int32_t stoOp = URX_BUILD(URX_STO_SP, varLoc); in doParseActions()
518 fRXPat->fCompiledPat->addElement(URX_BUILD(URX_NOP, 0), *fStatus); in doParseActions()
563 int32_t op = URX_BUILD(URX_LA_START, dataLoc); in doParseActions()
566 op = URX_BUILD(URX_STATE_SAVE, fRXPat->fCompiledPat->size()+ 2); in doParseActions()
569 op = URX_BUILD(URX_JMP, fRXPat->fCompiledPat->size()+ 3); in doParseActions()
572 op = URX_BUILD(URX_LA_END, dataLoc); in doParseActions()
575 op = URX_BUILD(URX_BACKTRACK, 0); in doParseActions()
578 op = URX_BUILD(URX_NOP, 0); in doParseActions()
607 int32_t op = URX_BUILD(URX_LA_START, dataLoc); in doParseActions()
610 op = URX_BUILD(URX_STATE_SAVE, 0); // dest address will be patched later. in doParseActions()
613 op = URX_BUILD(URX_NOP, 0); in doParseActions()
656 int32_t op = URX_BUILD(URX_LB_START, dataLoc); in doParseActions()
660 op = URX_BUILD(URX_LB_CONT, dataLoc); in doParseActions()
666 op = URX_BUILD(URX_NOP, 0); in doParseActions()
712 int32_t op = URX_BUILD(URX_LB_START, dataLoc); in doParseActions()
716 op = URX_BUILD(URX_LBN_CONT, dataLoc); in doParseActions()
723 op = URX_BUILD(URX_NOP, 0); in doParseActions()
795 int32_t loopOpI = URX_BUILD(URX_LOOP_SR_I, URX_VAL(repeatedOp)); in doParseActions()
799 int32_t loopOpC = URX_BUILD(URX_LOOP_C, frameLoc); in doParseActions()
808 int32_t loopOpI = URX_BUILD(URX_LOOP_DOT_I, 0); in doParseActions()
819 int32_t loopOpC = URX_BUILD(URX_LOOP_C, frameLoc); in doParseActions()
837 int32_t op = URX_BUILD(URX_STO_INP_LOC, frameLoc); in doParseActions()
840 op = URX_BUILD(URX_JMP_SAV_X, topLoc+1); in doParseActions()
844 int32_t jmpOp = URX_BUILD(URX_JMP_SAV, topLoc); in doParseActions()
857 int32_t saveStateOp = URX_BUILD(URX_STATE_SAVE, topLoc); in doParseActions()
872 int32_t saveStateOp = URX_BUILD(URX_STATE_SAVE, fRXPat->fCompiledPat->size()); in doParseActions()
891 int32_t jmp1_op = URX_BUILD(URX_JMP, jmp2_loc+1); in doParseActions()
894 int32_t jmp2_op = URX_BUILD(URX_JMP, jmp2_loc+2); in doParseActions()
897 int32_t save_op = URX_BUILD(URX_STATE_SAVE, jmp1_loc+1); in doParseActions()
938 int32_t loopOpI = URX_BUILD(URX_LOOP_SR_I, URX_VAL(repeatedOp)); in doParseActions()
942 int32_t loopOpC = URX_BUILD(URX_LOOP_C, dataLoc); in doParseActions()
951 int32_t loopOpI = URX_BUILD(URX_LOOP_DOT_I, 0); in doParseActions()
962 int32_t loopOpC = URX_BUILD(URX_LOOP_C, dataLoc); in doParseActions()
972 int32_t jmpOp = URX_BUILD(URX_JMP_SAV, saveStateLoc+1); in doParseActions()
981 int32_t op = URX_BUILD(URX_STO_INP_LOC, dataLoc); in doParseActions()
983 jmpOp = URX_BUILD(URX_JMP_SAV_X, saveStateLoc+2); in doParseActions()
991 int32_t saveStateOp = URX_BUILD(URX_STATE_SAVE, continueLoc); in doParseActions()
1009 int32_t jmpOp = URX_BUILD(URX_JMP, saveLoc); in doParseActions()
1010 int32_t stateSaveOp = URX_BUILD(URX_STATE_SAVE, jmpLoc+1); in doParseActions()
1083 int32_t op = URX_BUILD(URX_STO_SP, varLoc); in doParseActions()
1092 op = URX_BUILD(URX_LD_SP, varLoc); in doParseActions()
1131 op = URX_BUILD(URX_DOTANY_ALL, 0); in doParseActions()
1133 op = URX_BUILD(URX_DOTANY_UNIX, 0); in doParseActions()
1135 op = URX_BUILD(URX_DOTANY, 0); in doParseActions()
1154 fRXPat->fCompiledPat->addElement(URX_BUILD(op, 0), *fStatus); in doParseActions()
1171 fRXPat->fCompiledPat->addElement(URX_BUILD(op, 0), *fStatus); in doParseActions()
1177 fRXPat->fCompiledPat->addElement(URX_BUILD(URX_CARET, 0), *fStatus); in doParseActions()
1189 fRXPat->fCompiledPat->addElement(URX_BUILD(op, 1), *fStatus); in doParseActions()
1202 fRXPat->fCompiledPat->addElement(URX_BUILD(op, 0), *fStatus); in doParseActions()
1208 fRXPat->fCompiledPat->addElement(URX_BUILD(URX_BACKSLASH_D, 1), *fStatus); in doParseActions()
1213 fRXPat->fCompiledPat->addElement(URX_BUILD(URX_BACKSLASH_D, 0), *fStatus); in doParseActions()
1218 fRXPat->fCompiledPat->addElement(URX_BUILD(URX_BACKSLASH_G, 0), *fStatus); in doParseActions()
1224 URX_BUILD(URX_STAT_SETREF_N, URX_ISSPACE_SET), *fStatus); in doParseActions()
1230 URX_BUILD(URX_STATIC_SETREF, URX_ISSPACE_SET), *fStatus); in doParseActions()
1236 URX_BUILD(URX_STAT_SETREF_N, URX_ISWORD_SET), *fStatus); in doParseActions()
1242 URX_BUILD(URX_STATIC_SETREF, URX_ISWORD_SET), *fStatus); in doParseActions()
1247 fRXPat->fCompiledPat->addElement(URX_BUILD(URX_BACKSLASH_X, 0), *fStatus); in doParseActions()
1253 fRXPat->fCompiledPat->addElement(URX_BUILD(URX_DOLLAR, 0), *fStatus); in doParseActions()
1258 fRXPat->fCompiledPat->addElement(URX_BUILD(URX_BACKSLASH_Z, 0), *fStatus); in doParseActions()
1320 op = URX_BUILD(URX_BACKREF_I, groupNum); in doParseActions()
1322 op = URX_BUILD(URX_BACKREF, groupNum); in doParseActions()
1347 int32_t op = URX_BUILD(URX_STO_SP, stoLoc); in doParseActions()
1351 op = URX_BUILD(URX_STATE_SAVE, fRXPat->fCompiledPat->size()+2); in doParseActions()
1355 op = URX_BUILD(URX_JMP, topLoc+1); in doParseActions()
1359 op = URX_BUILD(URX_LD_SP, stoLoc); in doParseActions()
1382 int32_t op = URX_BUILD(URX_STO_SP, stoLoc); in doParseActions()
1387 op = URX_BUILD(URX_STATE_SAVE, L7); in doParseActions()
1391 op = URX_BUILD(URX_JMP, topLoc+1); in doParseActions()
1395 op = URX_BUILD(URX_LD_SP, stoLoc); in doParseActions()
1417 int32_t op = URX_BUILD(URX_STO_SP, stoLoc); in doParseActions()
1422 op = URX_BUILD(URX_STATE_SAVE, continueLoc); in doParseActions()
1426 op = URX_BUILD(URX_LD_SP, stoLoc); in doParseActions()
1484 fRXPat->fCompiledPat->addElement(URX_BUILD(URX_NOP, 0), *fStatus); in doParseActions()
1485 fRXPat->fCompiledPat->addElement(URX_BUILD(URX_NOP, 0), *fStatus); in doParseActions()
1861 op = URX_BUILD(URX_ONECHAR_I, lastCodePoint); in fixLiterals()
1863 op = URX_BUILD(URX_ONECHAR, lastCodePoint); in fixLiterals()
1869 op = URX_BUILD(URX_STRING_I, fRXPat->fLiteralText.length()); in fixLiterals()
1873 op = URX_BUILD(URX_STRING, fRXPat->fLiteralText.length()); in fixLiterals()
1876 op = URX_BUILD(URX_STRING_LEN, fLiteralChars.length()); in fixLiterals()
1904 int32_t nop = URX_BUILD(URX_NOP, 0); in insertOp()
1925 op = URX_BUILD(opType, opValue); in insertOp()
1992 int32_t nop = URX_BUILD(URX_NOP, 0); in blockTopLoc()
2067 int32_t endCaptureOp = URX_BUILD(URX_END_CAPTURE, frameVarLocation); in handleCloseParen()
2079 int32_t ldOp = URX_BUILD(URX_LD_SP, stoLoc); in handleCloseParen()
2089 int32_t op = URX_BUILD(URX_LA_END, dataLoc); in handleCloseParen()
2100 int32_t op = URX_BUILD(URX_LA_END, dataLoc); in handleCloseParen()
2102 op = URX_BUILD(URX_BACKTRACK, 0); in handleCloseParen()
2104 op = URX_BUILD(URX_LA_END, dataLoc); in handleCloseParen()
2112 saveOp = URX_BUILD(URX_STATE_SAVE, dest); in handleCloseParen()
2125 int32_t op = URX_BUILD(URX_LB_END, dataLoc); in handleCloseParen()
2127 op = URX_BUILD(URX_LA_END, dataLoc); in handleCloseParen()
2160 int32_t op = URX_BUILD(URX_LBN_END, dataLoc); in handleCloseParen()
2182 op = URX_BUILD(URX_RELOC_OPRND, fRXPat->fCompiledPat->size()); in handleCloseParen()
2223 fRXPat->fCompiledPat->addElement(URX_BUILD(URX_BACKTRACK, 0), *fStatus); in compileSet()
2244 int32_t setOp = URX_BUILD(URX_SETREF, setNumber); in compileSet()
2282 int32_t op = URX_BUILD(InitOp, counterLoc); in compileInterval()
2290 op = URX_BUILD(URX_RELOC_OPRND, loopEnd); in compileInterval()
2299 op = URX_BUILD(LoopOp, topOfBlock); in compileInterval()
2345 int32_t saveOp = URX_BUILD(URX_STATE_SAVE, endOfSequenceLoc); in compileInlineInterval()
3463 op = URX_BUILD(opType, fixedOperandAddress); in stripNOPs()
3478 op = URX_BUILD(opType, where); in stripNOPs()