Home
last modified time | relevance | path

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

/external/python/cffi/cffi/
Dcparser.py45 _r_int_dotdotdot = re.compile(r"(\b(int|long|short|signed|unsigned|char)\s*)+" variable
206 csource = _r_int_dotdotdot.sub(' __dotdotdotint__ ', csource)