Searched defs:cil_nametypetransition (Results 1 – 1 of 1) sorted by relevance
533 struct cil_nametypetransition { struct534 char *src_str;535 void *src; /* type, alias, or attribute */536 char *tgt_str;537 void *tgt; /* type, alias, or attribute */538 char *obj_str;539 struct cil_class *obj;540 char *name_str;541 struct cil_name *name;542 char *result_str;[all …]