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