Home
last modified time | relevance | path

Searched refs:notes_cap (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/gcc/libcpp/
H A Dlex.c85 if (buffer->notes_used == buffer->notes_cap) in add_line_note()
87 buffer->notes_cap = buffer->notes_cap * 2 + 200; in add_line_note()
89 buffer->notes_cap); in add_line_note()
H A Dinternal.h259 unsigned int notes_cap; /* Size of allocated array. */ member