OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:startLess
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/ADT/
IntervalMap.h
123
// The point x is contained in [a;b] when !
startLess
(x, a) && !stopLess(b, x).
134
///
startLess
- Return true if x is not in [a;b].
136
static inline bool
startLess
(const T &x, const T &a) {
586
return Traits::
startLess
(x, start(i)) ? NotFound : value(i);
[
all
...]
/external/llvm/include/llvm/CodeGen/
SlotIndexes.h
750
static inline bool
startLess
(const SlotIndex &x, const SlotIndex &a) {
Completed in 719 milliseconds