Home | History | Annotate | Download | only in Basic

Lines Matching refs:EntryExit

222 /// used for GNU line markers.  If EntryExit is 0, then this doesn't change the
228 unsigned EntryExit,
238 if (EntryExit == 0) { // No #include stack change.
240 } else if (EntryExit == 1) {
242 } else if (EntryExit == 2) {
351 unsigned EntryExit = 0;
353 EntryExit = 1;
355 EntryExit = 2;
358 EntryExit, FileKind);