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