Home
last modified time | relevance | path

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

/external/python/pycparser/pycparser/
Dc_parser.py325 if not isinstance(tn, c_ast.IdentifierType):
339 type.type = c_ast.IdentifierType(
346 type.type = c_ast.IdentifierType(
417 (c_ast.Struct, c_ast.Union, c_ast.IdentifierType)):
446 (c_ast.Struct, c_ast.Union, c_ast.IdentifierType)):
586 type=[c_ast.IdentifierType(['int'],
835 p[0] = c_ast.IdentifierType([p[1]], coord=self._token_coord(p, 1))
991 decl_type = c_ast.IdentifierType(node)
1270 spec['type'] = [c_ast.IdentifierType(['int'],
1281 spec['type'] = [c_ast.IdentifierType(['int'],
[all …]
D_c_ast.cfg131 IdentifierType: [names]
Dc_generator.py416 elif typ == c_ast.IdentifierType:
Dc_ast.py714 class IdentifierType(Node): class
/external/python/pycparser/examples/
Dcdecl.py101 elif typ == c_ast.IdentifierType:
162 elif (typ == c_ast.IdentifierType and
/external/python/cffi/cffi/
Dcparser.py376 if (isinstance(decl.type.type, pycparser.c_ast.IdentifierType) and
382 pycparser.c_ast.IdentifierType) and
556 isinstance(typenode.type, pycparser.c_ast.IdentifierType) and
584 if isinstance(type, pycparser.c_ast.IdentifierType):
660 pycparser.c_ast.IdentifierType) and
772 if (isinstance(decl.type, pycparser.c_ast.IdentifierType) and
/external/python/pycparser/utils/internal/
Dmemprofiling.py15 elif typ == IdentifierType:
/external/python/pycparser/tests/
Dtest_c_parser.py29 elif typ == IdentifierType: