HomeSort by: relevance | last modified time | path
    Searched defs:union_ptr (Results 1 - 3 of 3) sorted by relevancy

  /src/tests/usr.bin/xlint/lint1/
queries.c 568 /* expect+1: typedef 'union_ptr' of pointer to union type 'pointer to union union_tag' [Q24] */
569 typedef union union_tag union_typedef, *union_ptr; typedef in typeref:union:
  /src/external/gpl3/gcc/dist/gcc/
gimple-fold.cc 4124 non-padding bits in union_ptr array clear the padding bits in there. */
4142 the union_ptr array. */
4143 unsigned char *union_ptr; member in struct:clear_padding_struct
4166 if (buf->union_ptr)
4171 bits set in buf->buf in the buf->union_ptr mask. */
4178 memset (&buf->union_ptr[buf->off + i - padding_bytes],
4181 buf->union_ptr[buf->off + i] &= ~buf->buf[i];
4186 memset (&buf->union_ptr[buf->off + end - padding_bytes],
4202 clear all bits in the union_ptr buffer that are clear
4211 buf->union_ptr[buf->off + i] &= buf->buf[i]
4577 unsigned char *union_ptr = union_buf->union_ptr; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-fold.cc 4124 non-padding bits in union_ptr array clear the padding bits in there. */
4142 the union_ptr array. */
4143 unsigned char *union_ptr; member in struct:clear_padding_struct
4166 if (buf->union_ptr)
4171 bits set in buf->buf in the buf->union_ptr mask. */
4178 memset (&buf->union_ptr[buf->off + i - padding_bytes],
4181 buf->union_ptr[buf->off + i] &= ~buf->buf[i];
4186 memset (&buf->union_ptr[buf->off + end - padding_bytes],
4202 clear all bits in the union_ptr buffer that are clear
4211 buf->union_ptr[buf->off + i] &= buf->buf[i]
4577 unsigned char *union_ptr = union_buf->union_ptr; local
    [all...]

Completed in 22 milliseconds