Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A 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()
H A 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()
H A Dcp-tree.h792 #define OVL_LOOKUP_P(NODE) TREE_LANG_FLAG_4 (OVERLOAD_CHECK (NODE)) macro
H A DChangeLog-20173931 * cp-tree.h (OVL_NESTED_P, OVL_LOOKUP_P): New.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtree.c2264 gcc_checking_assert (!OVL_LOOKUP_P (maybe_ovl)); in ovl_insert()
2349 gcc_checking_assert (!OVL_LOOKUP_P (probe)); in remove_node()
2390 OVL_LOOKUP_P (lookup) = true; in lookup_add()
H A Dname-lookup.c52 #define STAT_HACK_P(N) ((N) && TREE_CODE (N) == OVERLOAD && OVL_LOOKUP_P (N))
67 OVL_LOOKUP_P (result) = true;
H A Dcp-tree.h761 #define OVL_LOOKUP_P(NODE) TREE_LANG_FLAG_4 (OVERLOAD_CHECK (NODE)) macro