Searched refs:aliasing_int (Results 1 – 1 of 1) sorted by relevance
7 typedef int __attribute__((may_alias)) aliasing_int; typedef9 void test0(aliasing_int *ai, int *i) in test0()