HomeSort by: relevance | last modified time | path
    Searched defs:IsFallthrough (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
VirtualFileSystem.h 738 bool shouldUseExternalFS() const { return IsFallthrough; }
797 bool IsFallthrough = true;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
MIParser.cpp 912 bool IsFallthrough;
913 guessSuccessors(MBB, Successors, IsFallthrough);
917 if (IsFallthrough) {

Completed in 36 milliseconds