Home | History | Annotate | Download | only in src

Lines Matching full:is_static

8253 	      bool is_static;
8260 is_static = cu_kind & (1U << 31);
8286 printf (":%c)", (is_static ? 'S' : 'G'));