Searched refs:pvolatilep (Results 1 – 5 of 5) sorted by relevance
/openbsd/gnu/gcc/gcc/ |
H A D | tree-data-ref.c | 1607 int punsignedp, pvolatilep; in object_analysis() local 1642 &pmode, &punsignedp, &pvolatilep, false); in object_analysis()
|
H A D | expr.c | 5657 int *pvolatilep, bool keep_aligning) in get_inner_reference() argument 5776 *pvolatilep = 1; in get_inner_reference()
|
H A D | fold-const.c | 3654 int *punsignedp, int *pvolatilep, in decode_field_reference() argument 3688 punsignedp, pvolatilep, false); in decode_field_reference()
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | fold-const.c | 2628 pvolatilep, pmask, pand_mask) in decode_field_reference() argument 2632 int *punsignedp, *pvolatilep; 2659 punsignedp, pvolatilep);
|
H A D | expr.c | 5726 punsignedp, pvolatilep) in get_inner_reference() argument 5733 int *pvolatilep; 5860 *pvolatilep = 1;
|