Home
last modified time | relevance | path

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

/external/python/cffi/c/
Dparse_c_type.c13 TOK_CLOSE_PAREN=')', enumerator
327 if (tok->kind != TOK_CLOSE_PAREN) { in parse_sequel()
360 if (tok->kind != TOK_CLOSE_PAREN) in parse_sequel()