Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dmodule.cc3773 static char *cmi_path; variable
4547 XDELETEVEC (cmi_path); in set_cmi_repo()
4580 XDELETEVEC (cmi_path); in maybe_add_cmi_prefix()
4582 cmi_path = XNEWVEC (char, cmi_path_alloc); in maybe_add_cmi_prefix()
4584 memcpy (cmi_path, cmi_repo, cmi_repo_length); in maybe_add_cmi_prefix()
4585 cmi_path[cmi_repo_length] = DIR_SEPARATOR; in maybe_add_cmi_prefix()
4588 memcpy (&cmi_path[cmi_repo_length + 1], to, len + 1); in maybe_add_cmi_prefix()
4590 to = cmi_path; in maybe_add_cmi_prefix()