Searched defs:cil_nametypetransition (Results 1 – 1 of 1) sorted by relevance
544 struct cil_nametypetransition { struct545 char *src_str;546 void *src; /* type, alias, or attribute */547 char *tgt_str;548 void *tgt; /* type, alias, or attribute */549 char *obj_str;550 struct cil_class *obj;551 char *name_str;552 struct cil_name *name;553 char *result_str;[all …]