Home
last modified time | relevance | path

Searched refs:endsBefore (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Tooling/Core/
DReplacement.cpp398 bool endsBefore(const Replacement &R) const { in endsBefore() function in clang::tooling::__anon5ed43ace0411::MergedReplacement
465 if (Merged.endsBefore(*I)) in mergeReplacements()
/external/swiftshader/third_party/subzero/src/
DIceOperand.h644 bool endsBefore(const LiveRange &Other) const;
799 return Live.endsBefore(Other->Live); in rangeEndsBefore()
DIceOperand.cpp127 bool LiveRange::endsBefore(const LiveRange &Other) const { in endsBefore() function in Ice::LiveRange