Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dmodule.cc7494 static bool has_definition (tree decl);
7785 bool write_defn = !dep && has_definition (decl); in decl_value()
11227 has_definition (tree decl) in has_definition() function
11719 mark_declaration (member, do_defn && has_definition (member)); in mark_class_member()
12441 bool has_def = ek != EK_USING && has_definition (decl); in make_dependency()
DChangeLog-202036 * module.cc (has_definition): Check DECL_LANG_SPECIFIC.