Home | History | Annotate | Download | only in src

Lines Matching defs:not_at_start

2303                             bool not_at_start) {
2308 not_at_start);
2315 bool not_at_start) {
2319 on_success()->FillInBMInfo(offset, budget - 1, bm, not_at_start);
2321 SaveBMInfo(bm, not_at_start, offset);
2327 bool not_at_start) {
2334 if (assertion_type() == AT_START && not_at_start) return still_to_find;
2337 not_at_start);
2344 bool not_at_start) {
2346 if (assertion_type() == AT_START && not_at_start) return;
2347 on_success()->FillInBMInfo(offset, budget - 1, bm, not_at_start);
2348 SaveBMInfo(bm, not_at_start, offset);
2354 bool not_at_start) {
2358 not_at_start);
2364 bool not_at_start) {
2377 bool not_at_start) {
2382 return node->EatsAtLeast(still_to_find, budget - 1, not_at_start);
2390 bool not_at_start) {
2394 return node->GetQuickCheckDetails(details, compiler, filled_in, not_at_start);
2401 bool not_at_start) {
2410 node->EatsAtLeast(still_to_find, budget, not_at_start);
2420 bool not_at_start) {
2424 not_at_start);
2430 bool not_at_start) {
2434 not_at_start);
2552 bool not_at_start) {
2958 bool not_at_start) {
2964 not_at_start);
2971 bool not_at_start) {
2974 SaveBMInfo(bm, not_at_start, offset);
2977 ChoiceNode::FillInBMInfo(offset, budget - 1, bm, not_at_start);
2978 SaveBMInfo(bm, not_at_start, offset);
2985 bool not_at_start) {
2986 not_at_start = (not_at_start || not_at_start_);
2992 not_at_start);
2998 not_at_start);
3070 bool not_at_start = (trace->at_start() == Trace::FALSE_VALUE);
3071 BoyerMooreLookahead* lookahead = bm_info(not_at_start);
3076 not_at_start));
3080 FillInBMInfo(0, kRecursionBudget, bm, not_at_start);
3153 bool not_at_start) {
3154 if (assertion_type_ == AT_START && not_at_start) {
3161 not_at_start);
3962 if (not_at_start()) counter_backtrack_trace.set_at_start(false);
3978 if (not_at_start()) greedy_match_trace.set_at_start(false);
3993 bool not_at_start = current_trace->at_start() == Trace::FALSE_VALUE;
4013 BoyerMooreLookahead* lookahead = bm_info(not_at_start);
4018 not_at_start));
4025 alt0.node()->FillInBMInfo(0, kRecursionBudget, bm, not_at_start);
4038 EatsAtLeast(compiler->ascii() ? 4 : 2, kRecursionBudget, not_at_start);
4880 bool not_at_start) {
4951 if (not_at_start) alternation->set_not_at_start();
4965 if (not_at_start) center->set_not_at_start();
5796 bool not_at_start) {
5800 SaveBMInfo(bm, not_at_start, offset);
5811 bool not_at_start) {
5818 SaveBMInfo(bm, not_at_start, offset);
5821 alt.node()->FillInBMInfo(offset, budget, bm, not_at_start);
5823 SaveBMInfo(bm, not_at_start, offset);
5830 bool not_at_start) {
5836 if (initial_offset == 0) set_bm_info(not_at_start, bm);
5844 if (initial_offset == 0) set_bm_info(not_at_start, bm);
5880 if (initial_offset == 0) set_bm_info(not_at_start, bm);
5887 if (initial_offset == 0) set_bm_info(not_at_start, bm);