Home | History | Annotate | Download | only in Basic

Lines Matching refs:EntryExit

217 /// used for GNU line markers.  If EntryExit is 0, then this doesn't change the
223 unsigned EntryExit,
233 if (EntryExit == 0) { // No #include stack change.
235 } else if (EntryExit == 1) {
237 } else if (EntryExit == 2) {
341 unsigned EntryExit = 0;
343 EntryExit = 1;
345 EntryExit = 2;
348 EntryExit, FileKind);