Home
last modified time | relevance | path

Searched refs:push_alignment (Results 1 – 6 of 6) sorted by relevance

/freebsd-9-stable/contrib/gcc/
Dc-pragma.c70 static void push_alignment (int, tree);
75 push_alignment (int alignment, tree id) in push_alignment() function
129 #define push_alignment(ID, N) \ macro
242 case push: push_alignment (align, id); break; in handle_pragma_pack()
DChangeLog-19994014 * c-pragma.c (push_alignment): Don't check the return value
4795 (push_alignment): Initialize to current effective alignment.
13528 * c-pragma.c (push_alignment): Don't ignore alignments greater than
15100 * c-pragma.c (push_alignment): Don't ignore alignments greater than
15106 (push_alignment, pop_alignment): Take id parameter.
DChangeLog-19985168 (push_alignment): New function: Cache an alignment requested
DChangeLog-200021078 * c-pragma.c (push_alignment): Use BITS_PER_UNIT macro.
DChangeLog-2005904 * c-pragma.c (push_alignment): Use GGC_NEW instead of ggc_alloc.
DChangeLog-200218156 (push_alignment): Use GGC for struct align_stack.