Home
last modified time | relevance | path

Searched refs:is_aligning_offset (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/gcc/gcc/
H A Dexpr.c151 static int is_aligning_offset (tree, tree);
7493 && is_aligning_offset (offset, tem)) in expand_expr_real_1()
8829 is_aligning_offset (tree offset, tree exp) in is_aligning_offset() function
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dexpr.c172 static int is_aligning_offset PARAMS ((tree, tree));
7503 && is_aligning_offset (offset, tem))
9524 is_aligning_offset (offset, exp) in is_aligning_offset() function
H A DChangeLog.711587 * expr.c (is_aligning_offset): New function.