Home | History | Annotate | Download | only in cp

Lines Matching refs:note_includes

316 static vec<const char *, va_heap, vl_embed> *note_includes;
19207 else if (note_includes)
19208 /* We do not expect the note_includes vector to be large, so O(N)
19210 for (unsigned ix = note_includes->length (); !note && ix--;)
19211 if (!strcmp ((*note_includes)[ix], path))
19613 if (note_includes)
19615 for (unsigned ix = 0; ix != note_includes->length (); ix++)
19617 const char *hdr = (*note_includes)[ix];
19634 (*note_includes)[ix] = path;
20051 vec_safe_push (note_includes, str);