Home
last modified time | relevance | path

Searched refs:TK_SYMBOL (Results 1 – 13 of 13) sorted by relevance

/dports/math/yices/yices-2.6.2/utils/
H A Dyices_input_tables.h260 { c1, TK_SYMBOL, "error_not_a_command" },
262 { c2, TK_SYMBOL, "typename_next_goto_c10" },
268 { c6, TK_SYMBOL, "termname_next_goto_c7" },
280 { c11, TK_SYMBOL, "symbol_next_goto_c12" },
287 { c12, TK_SYMBOL, "symbol_next_goto_r0" },
289 { c13, TK_SYMBOL, "symbol_next_goto_r0" },
412 { c15, TK_SYMBOL, "symbol_next_goto_r0" },
431 { c20, TK_SYMBOL, "symbol_next_goto_r0" },
436 { td0, TK_SYMBOL, "typesymbol_return" },
453 { t0, TK_SYMBOL, "typesymbol_return" },
[all …]
/dports/devel/godot/godot-3.2.3-stable/modules/mono/editor/
H A Dscript_class_parser.cpp146 return TK_SYMBOL; in get_token()
223 return TK_SYMBOL; in get_token()
270 if (tk == TK_SYMBOL) { in _skip_generic_type_params()
441 } else if (tk == TK_SYMBOL && String(value) == "(") { in _parse_type_constraints()
443 if (tk != TK_SYMBOL || String(value) != ")") { in _parse_type_constraints()
H A Dscript_class_parser.h78 TK_SYMBOL, enumerator
/dports/devel/godot-tools/godot-3.2.3-stable/modules/mono/editor/
H A Dscript_class_parser.cpp146 return TK_SYMBOL; in get_token()
223 return TK_SYMBOL; in get_token()
270 if (tk == TK_SYMBOL) { in _skip_generic_type_params()
441 } else if (tk == TK_SYMBOL && String(value) == "(") { in _parse_type_constraints()
443 if (tk != TK_SYMBOL || String(value) != ")") { in _parse_type_constraints()
H A Dscript_class_parser.h78 TK_SYMBOL, enumerator
/dports/devel/godot/godot-3.2.3-stable/main/tests/
H A Dtest_math.cpp71 TK_SYMBOL, enumerator
169 return TK_SYMBOL; in get_token()
243 return TK_SYMBOL; in get_token()
/dports/devel/godot-tools/godot-3.2.3-stable/main/tests/
H A Dtest_math.cpp71 TK_SYMBOL, enumerator
169 return TK_SYMBOL; in get_token()
243 return TK_SYMBOL; in get_token()
/dports/math/yices/yices-2.6.2/src/frontend/yices/
H A Dyices_lexer.h74 TK_SYMBOL, enumerator
H A Dyices_lexer.c224 token_string[TK_SYMBOL] = "<symbol>"; in init_token2string()
409 tk = TK_SYMBOL; in read_symbol()
H A Dyices_parser.c1290 syntax_error(lex, err, TK_SYMBOL); in yices_parse()
/dports/devel/doxygen/doxygen-1.9.3/src/
H A Ddoctokenizer.h37 TK_SYMBOL = 8, enumerator
H A Ddoctokenizer.l140 case TK_SYMBOL: return "TK_SYMBOL"; in tokToString()
H A Ddocparser.cpp815 case TK_SYMBOL: in errorHandleDefaultToken()
1309 if (tok==TK_WORD || tok==TK_LNKWORD || tok==TK_SYMBOL || tok==TK_URL || in defaultHandleToken()
1676 case TK_SYMBOL: in defaultHandleToken()
2695 case TK_SYMBOL: in parse()
3175 case TK_SYMBOL: in parse()
3883 case TK_SYMBOL: in parse()
6711 if (tok==TK_WORD || tok==TK_LNKWORD || tok==TK_SYMBOL || tok==TK_URL || in parse()
6955 case TK_SYMBOL: in parse()
7165 case TK_SYMBOL: in parse()