Lines Matching defs:live
67 /// live and/or freed values for each operation).
101 /// Creates an empty list that corresponds to the value being live.
102 static PotentialDeleters live() { return PotentialDeleters({}); }
114 /// value is known to be live if the reuslting list is still empty.
140 return live();
228 return live();
236 static PotentialDeleters live() { return PotentialDeleters::live(); }
246 return live();
252 return live();
287 return live();
299 PotentialDeleters potentialDeleters = live();