Home
last modified time | relevance | path

Searched refs:_cpp_aligned_alloc (Results 1 – 9 of 9) sorted by relevance

/openbsd/gnu/gcc/libcpp/
H A Dinternal.h110 extern unsigned char *_cpp_aligned_alloc (cpp_reader *, size_t);
H A Dlex.c1665 _cpp_aligned_alloc (cpp_reader *pfile, size_t len) in _cpp_aligned_alloc() function
H A Dmacro.c1578 macro = (cpp_macro *) _cpp_aligned_alloc (pfile, sizeof (cpp_macro)); in _cpp_create_definition()
H A Ddirectives.c1042 _cpp_aligned_alloc (pfile, sizeof (struct pragma_entry)); in new_pragma_entry()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dcpphash.h126 extern unsigned char *_cpp_aligned_alloc PARAMS ((cpp_reader *, size_t));
H A Dcpplib.c1007 _cpp_aligned_alloc (pfile, sizeof (struct pragma_entry));
H A Dcppmacro.c1554 macro = (cpp_macro *) _cpp_aligned_alloc (pfile, sizeof (cpp_macro));
H A Dcpplex.c2169 _cpp_aligned_alloc (pfile, len) in _cpp_aligned_alloc() function
H A DChangeLog.69698 _cpp_aligned_alloc.