Home
last modified time | relevance | path

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

/external/python/cpython2/Parser/
Dasdl.py221 builtin_types = ("identifier", "string", "int", "bool", "object") variable
374 if t not in mod.types and not t in builtin_types:
Dasdl_c.py23 if name in asdl.builtin_types:
171 assert type in asdl.builtin_types, type
/external/mesa3d/src/compiler/
DMakefile.sources23 glsl/builtin_types.cpp \
/external/python/cpython2/Lib/test/
Dtest_descr.py4031 builtin_types = [tp for tp in __builtin__.__dict__.itervalues()
4033 for tp in builtin_types: