Home | History | Annotate | Download | only in gcc

Lines Matching refs:holes

92 /* Holes occur for types which are present in the CTF container, but are either
94 static vec<ctf_id_t> holes;
363 return holes.contains (id);
366 /* Adjust the given type ID to account for holes and duplicate definitions of
383 for (n = 0; n < holes.length (); n++)
385 if (holes[n] < id)
387 else if (holes[n] == id)
411 holes.safe_push (ctftype->dtd_type);
417 holes.safe_push (ctftype->dtd_type);
1046 holes.create (0);
1114 holes.release ();