Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-pragma.c63 static void push_alignment (int, tree);
68 push_alignment (int alignment, tree id) in push_alignment() function
229 case push: push_alignment (align, id); break; in handle_pragma_pack()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-pragma.cc67 static void push_alignment (int, tree);
72 push_alignment (int alignment, tree id) in push_alignment() function
236 case push: push_alignment (align, id); break; in handle_pragma_pack()
H A DChangeLog9571 * c-pragma.c (push_alignment): Adjust.
13224 * c-pragma.c (push_alignment): Use typed GC allocation.
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A 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.
H A DChangeLog-19985168 (push_alignment): New function: Cache an alignment requested
H A DChangeLog-200021078 * c-pragma.c (push_alignment): Use BITS_PER_UNIT macro.
H A DChangeLog-2005904 * c-pragma.c (push_alignment): Use GGC_NEW instead of ggc_alloc.
H A DChangeLog-200218156 (push_alignment): Use GGC for struct align_stack.