Searched refs:effective_rule (Results 1 - 3 of 3) sorted by relevance

/external/bison/src/
H A Dscan-code.l719 symbol_list *effective_rule;
725 effective_rule = rule->midrule_parent_rule;
730 effective_rule = rule;
737 n = parse_ref (cp, effective_rule, effective_rule_length,
762 quote (effective_rule->content.sym->tag));
782 symbol_list_n_type_name_get (effective_rule, dollar_loc, n);
787 cp, quote (effective_rule->content.sym->tag));
797 symbol_list_n_get (effective_rule, n)->action_props.is_value_used =
813 symbol_list *effective_rule;
819 effective_rule
[all...]
H A Dscan-code.c2908 symbol_list *effective_rule; local
2914 effective_rule = rule->midrule_parent_rule;
2919 effective_rule = rule;
2926 n = parse_ref (cp, effective_rule, effective_rule_length,
2951 quote (effective_rule->content.sym->tag));
2971 symbol_list_n_type_name_get (effective_rule, dollar_loc, n);
2976 cp, quote (effective_rule->content.sym->tag));
2986 symbol_list_n_get (effective_rule, n)->action_props.is_value_used =
3002 symbol_list *effective_rule; local
3008 effective_rule
[all...]
/external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
H A Dwebrequest_rules_registry_unittest.cc481 LinkedPtrEventResponseDelta effective_rule = *(deltas.begin()); local
483 EXPECT_EQ(kExtensionId2, effective_rule->extension_id);
485 effective_rule->extension_install_time);
486 EXPECT_EQ(GURL("http://www.bar.com"), effective_rule->new_url);

Completed in 146 milliseconds