Searched refs:NAME_OR_INT (Results 1 - 10 of 10) sorted by relevance

/freebsd-9.3-release/contrib/gdb/gdb/
H A Df-exp.y184 /* A NAME_OR_INT is a symbol which is not known in the symbol table,
189 %token <ssym> NAME_OR_INT
411 exp : NAME_OR_INT
621 | NAME_OR_INT
628 the parser can't tell whether NAME_OR_INT is a name_not_typename (=variable,
631 | NAME_OR_INT
1170 return NAME_OR_INT;
H A Dc-exp.y184 /* A NAME_OR_INT is a symbol which is not known in the symbol table,
189 %token <ssym> NAME_OR_INT
481 exp : NAME_OR_INT
1024 | NAME_OR_INT { $$ = $1.stoken; }
1031 the parser can't tell whether NAME_OR_INT is a name_not_typename (=variable,
1034 | NAME_OR_INT
1793 return NAME_OR_INT;
H A Djv-exp.y166 /* A NAME_OR_INT is a symbol which is not known in the symbol table,
171 %token <sval> NAME_OR_INT
237 | NAME_OR_INT
331 | NAME_OR_INT
1198 return NAME_OR_INT;
H A Dobjc-exp.y188 /* A NAME_OR_INT is a symbol which is not known in the symbol table,
193 %token <ssym> NAME_OR_INT
545 exp : NAME_OR_INT
972 | NAME_OR_INT { $$ = $1.stoken; }
979 because the parser can't tell whether NAME_OR_INT is a
983 /* | NAME_OR_INT */
1801 return NAME_OR_INT;
H A Dp-exp.y191 /* A NAME_OR_INT is a symbol which is not known in the symbol table,
196 %token <ssym> NAME_OR_INT
458 exp : NAME_OR_INT
744 | NAME_OR_INT { $$ = $1.stoken; }
751 the parser can't tell whether NAME_OR_INT is a name_not_typename (=variable,
754 | NAME_OR_INT
1631 return NAME_OR_INT;
H A Df-exp.c62 NAME_OR_INT = 264, enumerator in enum:yytokentype
100 #define NAME_OR_INT 264 macro
485 "BOOLEAN_LITERAL", "NAME", "TYPENAME", "NAME_OR_INT", "SIZEOF", "ERROR",
2547 return NAME_OR_INT;
H A Djv-exp.c62 NAME_OR_INT = 264, enumerator in enum:yytokentype
94 #define NAME_OR_INT 264 macro
500 "BOOLEAN_LITERAL", "TYPENAME", "NAME_OR_INT", "ERROR", "LONG", "SHORT",
2572 return NAME_OR_INT;
H A Dc-exp.c61 NAME_OR_INT = 263, enumerator in enum:yytokentype
104 #define NAME_OR_INT 263 macro
540 "TYPENAME", "NAME_OR_INT", "STRUCT", "CLASS", "UNION", "ENUM", "SIZEOF",
3426 return NAME_OR_INT;
H A Dobjc-exp.c64 NAME_OR_INT = 266, enumerator in enum:yytokentype
107 #define NAME_OR_INT 266 macro
538 "SELECTOR", "NAME", "TYPENAME", "CLASSNAME", "NAME_OR_INT", "STRUCT",
3446 return NAME_OR_INT;
H A Dp-exp.c62 NAME_OR_INT = 264, enumerator in enum:yytokentype
98 #define NAME_OR_INT 264 macro
486 "NAME", "TYPENAME", "NAME_OR_INT", "STRUCT", "CLASS", "SIZEOF",
2956 return NAME_OR_INT;

Completed in 108 milliseconds