HomeSort by relevance Sort by last modified time
    Searched defs:TabStop (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Support/
SourceMgr.cpp 24 static const size_t TabStop = 8;
326 } while ((OutCol % TabStop) != 0);
451 } while ((OutCol % TabStop) != 0);
480 } while (((OutCol % TabStop) != 0) && i != e);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
SourceMgr.cpp 38 static const size_t TabStop = 8;
358 } while ((OutCol % TabStop) != 0);
487 } while ((OutCol % TabStop) != 0);
516 } while (((OutCol % TabStop) != 0) && i != e);

Completed in 542 milliseconds