Searched refs:adjacent (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIntervalMap.h124 // in an interval, and if two intervals are adjacent so they can be coalesced.
150 /// adjacent - Return true when the intervals [x;a] and [b;y] can coalesce.
152 static inline bool adjacent(const T &a, const T &b) { function in struct:llvm::IntervalMapInfo
175 /// adjacent - Return true when the intervals [x;a) and [b;y) can coalesce.
176 static inline bool adjacent(const T &a, const T &b) { function in struct:llvm::IntervalMapHalfOpenInfo
548 // The intervals are kept sorted and fully coalesced so there are no adjacent
557 // - value(i) != value(i + 1) || !Traits::adjacent(stop(i), start(i + 1))
638 if (i && value(i - 1) == y && Traits::adjacent(stop(i - 1), a)) {
641 if (i != Size && value(i) == y && Traits::adjacent(b, start(i))) {
663 if (value(i) == y && Traits::adjacent(
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp649 // Check for long long. The L's need to be adjacent and the same case.
/freebsd-12-stable/contrib/processor-trace/libipt/test/src/
H A Dptunit-image.c938 static struct ptunit_result adjacent(struct image_fixture *ifix) function
2233 ptu_run_f(suite, adjacent, ifix);

Completed in 115 milliseconds