Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dsymtable.py26 if table.type == _symtable.TYPE_FUNCTION:
70 if self._table.type == _symtable.TYPE_FUNCTION:
101 return bool(self._table.type == _symtable.TYPE_FUNCTION)
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_internal.h51 TYPE_FUNCTION enumerator
Ddxil_module.c396 case TYPE_FUNCTION: in types_equal()
896 struct dxil_type *type = create_type(m, TYPE_FUNCTION); in dxil_module_add_function_type()
1498 case TYPE_FUNCTION: in emit_type()
1848 assert(type->type == TYPE_FUNCTION); in add_function()
Ddxil_dump.c223 case TYPE_FUNCTION: in dump_type_name()