Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dtree.cc2382 gcc_checking_assert (!OVL_LOOKUP_P (maybe_ovl)); in ovl_insert()
2461 gcc_checking_assert (!OVL_LOOKUP_P (probe)); in remove_node()
2502 OVL_LOOKUP_P (lookup) = true; in lookup_add()
Dname-lookup.cc65 #define STAT_HACK_P(N) ((N) && TREE_CODE (N) == OVERLOAD && OVL_LOOKUP_P (N))
94 OVL_LOOKUP_P (result) = true; in stat_hack()
Dcp-tree.h792 #define OVL_LOOKUP_P(NODE) TREE_LANG_FLAG_4 (OVERLOAD_CHECK (NODE)) macro
DChangeLog-20173931 * cp-tree.h (OVL_NESTED_P, OVL_LOOKUP_P): New.