HomeSort by relevance Sort by last modified time
    Searched refs:lb_type (Results 1 - 25 of 32) sorted by null

1 2

  /external/python/cpython3/Parser/
grammar1.c 38 if (lb->lb_type == ENDMARKER)
40 else if (ISNONTERMINAL(lb->lb_type)) {
42 PyOS_snprintf(buf, sizeof(buf), "NT%d", lb->lb_type);
48 else if (lb->lb_type < N_TOKENS) {
50 return _PyParser_TokenNames[lb->lb_type];
53 _PyParser_TokenNames[lb->lb_type], lb->lb_str);
grammar.c 111 if (ll->ll_label[i].lb_type == type &&
120 lb->lb_type = type;
136 if (ll->ll_label[i].lb_type == type /*&&
175 if (lb->lb_type == NAME) {
183 lb->lb_type = g->g_dfa[i].d_type;
194 lb->lb_type = i;
204 if (lb->lb_type == STRING) {
213 lb->lb_type = NAME;
233 lb->lb_type = type;
245 lb->lb_type = type
    [all...]
printgrammar.c 114 fprintf(fp, " {%d, 0},\n", l->lb_type);
117 l->lb_type, l->lb_str);
parser.c 146 if (l->lb_type != NAME || l->lb_str == NULL ||
170 if (l->lb_type == type && l->lb_str == NULL) {
326 g_ll.ll_label[s->s_lower].lb_type;
349 l.lb_type = TYPE(n);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
grammar1.c 38 if (lb->lb_type == ENDMARKER)
40 else if (ISNONTERMINAL(lb->lb_type)) {
42 PyOS_snprintf(buf, sizeof(buf), "NT%d", lb->lb_type);
50 return _PyParser_TokenNames[lb->lb_type];
53 _PyParser_TokenNames[lb->lb_type], lb->lb_str);
grammar.c 98 if (ll->ll_label[i].lb_type == type &&
107 lb->lb_type = type;
123 if (ll->ll_label[i].lb_type == type /*&&
156 if (lb->lb_type == NAME) {
164 lb->lb_type = g->g_dfa[i].d_type;
175 lb->lb_type = i;
185 if (lb->lb_type == STRING) {
194 lb->lb_type = NAME;
214 lb->lb_type = type;
226 lb->lb_type = type;
    [all...]
parser.c 147 if (l->lb_type != NAME || l->lb_str == NULL ||
166 if (l->lb_type == type && l->lb_str == NULL) {
315 g_ll.ll_label[s->s_lower].lb_type;
338 l.lb_type = TYPE(n);
acceler.c 82 int type = l->lb_type;
firstsets.c 82 type = l0[a->a_lbl].lb_type;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
grammar1.c 38 if (lb->lb_type == ENDMARKER)
40 else if (ISNONTERMINAL(lb->lb_type)) {
42 PyOS_snprintf(buf, sizeof(buf), "NT%d", lb->lb_type);
50 return _PyParser_TokenNames[lb->lb_type];
53 _PyParser_TokenNames[lb->lb_type], lb->lb_str);
grammar.c 98 if (ll->ll_label[i].lb_type == type &&
107 lb->lb_type = type;
123 if (ll->ll_label[i].lb_type == type /*&&
156 if (lb->lb_type == NAME) {
164 lb->lb_type = g->g_dfa[i].d_type;
175 lb->lb_type = i;
185 if (lb->lb_type == STRING) {
194 lb->lb_type = NAME;
214 lb->lb_type = type;
226 lb->lb_type = type;
    [all...]
printgrammar.c 111 fprintf(fp, " {%d, 0},\n", l->lb_type);
114 l->lb_type, l->lb_str);
parser.c 147 if (l->lb_type != NAME || l->lb_str == NULL ||
166 if (l->lb_type == type && l->lb_str == NULL) {
315 g_ll.ll_label[s->s_lower].lb_type;
338 l.lb_type = TYPE(n);
  /external/python/cpython2/Parser/
grammar1.c 38 if (lb->lb_type == ENDMARKER)
40 else if (ISNONTERMINAL(lb->lb_type)) {
42 PyOS_snprintf(buf, sizeof(buf), "NT%d", lb->lb_type);
50 return _PyParser_TokenNames[lb->lb_type];
53 _PyParser_TokenNames[lb->lb_type], lb->lb_str);
grammar.c 98 if (ll->ll_label[i].lb_type == type &&
107 lb->lb_type = type;
123 if (ll->ll_label[i].lb_type == type /*&&
156 if (lb->lb_type == NAME) {
164 lb->lb_type = g->g_dfa[i].d_type;
175 lb->lb_type = i;
185 if (lb->lb_type == STRING) {
194 lb->lb_type = NAME;
214 lb->lb_type = type;
226 lb->lb_type = type
    [all...]
printgrammar.c 111 fprintf(fp, " {%d, 0},\n", l->lb_type);
114 l->lb_type, l->lb_str);
parser.c 147 if (l->lb_type != NAME || l->lb_str == NULL ||
166 if (l->lb_type == type && l->lb_str == NULL) {
315 g_ll.ll_label[s->s_lower].lb_type;
338 l.lb_type = TYPE(n);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
grammar.h 15 int lb_type; member in struct:__anon4334
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
grammar.h 15 int lb_type; member in struct:__anon4641
  /external/python/cpython2/Include/
grammar.h 15 int lb_type; member in struct:__anon32582
  /external/python/cpython3/Include/
grammar.h 15 int lb_type; member in struct:__anon33146
  /prebuilts/gdb/darwin-x86/include/python2.7/
grammar.h 15 int lb_type; member in struct:__anon66473
  /prebuilts/gdb/linux-x86/include/python2.7/
grammar.h 15 int lb_type; member in struct:__anon66595
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
grammar.h 15 int lb_type; member in struct:__anon988
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
grammar.h 15 int lb_type; member in struct:__anon1111

Completed in 213 milliseconds

1 2