Home
last modified time | relevance | path

Searched defs:binding_slot (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dname-lookup.h77 struct GTY(()) binding_slot { struct
78 union GTY((desc ("%1.is_lazy ()"))) binding_slot_lazy { argument
87 binding_slot &operator= (tree t) argument
92 bool is_lazy () const in is_lazy()
96 void set_lazy (unsigned snum) in set_lazy()
101 void or_lazy (unsigned snum) in or_lazy()
106 unsigned get_lazy () const in get_lazy()
H A Dmodule.cc12331 depset::hash::binding_slot (tree ctx, tree name, bool insert) in binding_slot() function in depset::hash