Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dmodule.cc319 static vec<const char *, va_heap, vl_embed> *note_cmis; variable
19637 if (note_cmis) in init_modules()
19639 for (unsigned ix = 0; ix != note_cmis->length (); ix++) in init_modules()
19641 const char *name = (*note_cmis)[ix]; in init_modules()
20055 vec_safe_push (note_cmis, str); in handle_module_option()
H A DChangeLog-20214731 * module.cc (note_cmis): New.
4734 (init_modules): Canonicalize note_cmis entries.