Home
last modified time | relevance | path

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

/external/python/pycparser/pycparser/
D_c_ast.cfg56 # funcspec: list function specifiers (i.e. inline in C99)
62 Decl: [name, quals, storage, funcspec, type*, init*, bitsize*]
Dc_generator.py366 if n.funcspec: s = ' '.join(n.funcspec) + ' '
Dc_ast.py383 def __init__(self, name, quals, storage, funcspec, type, init, bitsize, coord=None): argument
387 self.funcspec = funcspec
Dc_parser.py439 funcspec=spec['function'],
700 funcspec=spec['function'],
/external/python/pycparser/tests/
Dtest_c_parser.py1476 self.assertEqual(ps2.ext[0].funcspec, ['inline'])