Home
last modified time | relevance | path

Searched refs:CPP_ALIGN (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dinternal.h90 #define CPP_ALIGN(size) CPP_ALIGN2 (size, DEFAULT_ALIGNMENT) macro
H A Dtraditional.c41 #define BLOCK_LEN(TEXT_LEN) CPP_ALIGN (BLOCK_HEADER_LEN + (TEXT_LEN))
H A Dlex.c3608 len = CPP_ALIGN (len); in new_buff()
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dinternal.h92 #define CPP_ALIGN(size) CPP_ALIGN2 (size, DEFAULT_ALIGNMENT) macro
H A Dtraditional.cc41 #define BLOCK_LEN(TEXT_LEN) CPP_ALIGN (BLOCK_HEADER_LEN + (TEXT_LEN))
H A Dlex.cc4453 len = CPP_ALIGN (len); in new_buff()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200216969 (struct dummy, DEFAULT_ALIGNMENT, CPP_ALIGN): Move...