Searched defs:cil_nametypetransition (Results 1 – 1 of 1) sorted by relevance
560 struct cil_nametypetransition { struct561 char *src_str;562 void *src; /* type, alias, or attribute */563 char *tgt_str;564 void *tgt; /* type, alias, or attribute */565 char *obj_str;566 struct cil_class *obj;567 char *name_str;568 struct cil_name *name;569 char *result_str;[all …]