Home
last modified time | relevance | path

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

/external/python/cpython2/Tools/bgen/bgen/
DbgenGenerator.py107 def setselftype(self, selftype, itselftype): argument
108 self.objecttype = selftype
133 def setselftype(self, selftype, itselftype): argument
134 self.objecttype = selftype
/external/selinux/libsepol/cil/src/
Dcil.c275 cil_type_init(&(*db)->selftype); in cil_db_init()
276 (*db)->selftype->datum.name = CIL_KEY_SELF; in cil_db_init()
277 (*db)->selftype->datum.fqn = CIL_KEY_SELF; in cil_db_init()
328 cil_destroy_type((*db)->selftype); in cil_db_destroy()
Dcil_internal.h282 struct cil_type *selftype; member
Dcil_resolve_ast.c329 rule->tgt = db->selftype; in cil_resolve_avrule()