Searched refs:IsFallthrough (Results 1 – 5 of 5) sorted by relevance
42 bool &IsFallthrough);
1011 if (IsFallthrough && EC == errc::no_such_file_or_directory) in dir_begin()1029 /*IterateExternalFS=*/IsFallthrough, *ExternalFS, EC)); in dir_begin()1489 if (!parseScalarBool(I.getValue(), FS->IsFallthrough)) in parse()1660 if (IsFallthrough && in status()1698 if (IsFallthrough && in openFileForRead()1729 if (IsFallthrough && in getRealPath()1742 return IsFallthrough ? ExternalFS->getRealPath(Path, Output) in getRealPath()
505 bool &IsFallthrough) { in guessSuccessors() argument521 IsFallthrough = I == MBB.end() || !I->isBarrier(); in guessSuccessors()
663 bool IsFallthrough = true; variable
680 bool IsFallthrough; in parseBasicBlock() local681 guessSuccessors(MBB, Successors, IsFallthrough); in parseBasicBlock()685 if (IsFallthrough) { in parseBasicBlock()