Searched defs:endsBefore (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/lib/Tooling/Core/ | ||
H A D | Replacement.cpp | 410 bool endsBefore(const Replacement &R) const { in endsBefore() function in __anon411aaf200211::MergedReplacement |
/llvm-project/llvm/include/llvm/MCA/ | ||
H A D | Instruction.h | 400 bool endsBefore(const CycleSegment &CS) const { return Begin >= CS.End; } in endsBefore() function |