OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isLess
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
ImmutableSet.h
81
else if (ImutInfo::
isLess
(K,CurrentKey))
205
ImutInfo::
isLess
(ImutInfo::KeyOfValue(getLeft()->getValue()),
210
ImutInfo::
isLess
(ImutInfo::KeyOfValue(getValue()),
553
else if (ImutInfo::
isLess
(K,KCurrent))
573
} else if (ImutInfo::
isLess
(K,KCurrent)) {
936
static bool
isLess
(key_type_ref LHS, key_type_ref RHS) {
960
static bool
isLess
(key_type_ref LHS, key_type_ref RHS) { return LHS < RHS; }
ImmutableMap.h
25
/// only the first element (the key) is used by isEqual and
isLess
.
46
static inline bool
isLess
(key_type_ref L, key_type_ref R) {
47
return ImutContainerInfo<T>::
isLess
(L,R);
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
IteratorRangeChecker.cpp
294
bool
isLess
(ProgramStateRef State, SymbolRef Sym1, SymbolRef Sym2);
329
if (
isLess
(State, Pos.getOffset(), Beg)) {
353
bool
isLess
(ProgramStateRef State, SymbolRef Sym1, SymbolRef Sym2) {
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp
1041
bool
isLess
(Cost &Other);
1438
bool Cost::
isLess
(Cost &Other) {
4394
if (CostF.
isLess
(CostBest))
4650
return CostFA.
isLess
(CostFB);
5016
if (NewCost.
isLess
(SolutionCost)) {
Completed in 102 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026