Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dmodule.cc11336 trees_in::odr_duplicate (tree maybe_existing, bool has_defn) in odr_duplicate() argument
11340 if (uintptr_t *dup = find_duplicate (maybe_existing)) in odr_duplicate()
11346 res = maybe_existing; in odr_duplicate()
11348 assert_definition (maybe_existing, res && !has_defn); in odr_duplicate()