Home | History | Annotate | Download | only in src

Lines Matching defs:roletrans

825 	struct cil_roletransition *roletrans = NULL;
830 roletrans = node->data;
831 ckey.key1 = (intptr_t)roletrans->src;
832 ckey.key2 = (intptr_t)roletrans->tgt;
833 ckey.key3 = (intptr_t)roletrans->obj;