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

  /external/clang/lib/Tooling/Core/
Replacement.cpp 398 bool endsBefore(const Replacement &R) const {
465 if (Merged.endsBefore(*I))
  /external/swiftshader/third_party/subzero/src/
IceOperand.cpp 127 bool LiveRange::endsBefore(const LiveRange &Other) const {
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
Instruction.h 208 bool endsBefore(const CycleSegment &CS) const { return Begin >= CS.End; }
210 return !startsAfter(CS) && !endsBefore(CS);

Completed in 883 milliseconds