Searched refs:isLess (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DImmutableSet.h81 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)) {
930 static bool isLess(key_type_ref LHS, key_type_ref RHS) { function in struct:llvm::ImutContainerInfo
954 static bool isLess(key_type_ref LHS, key_type_ref RHS) { return LHS < RHS; } function in struct:llvm::ImutContainerInfo
H A DImmutableMap.h25 /// 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) { function in struct:llvm::ImutKeyValueInfo
47 return ImutContainerInfo<T>::isLess(L,R);
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorRangeChecker.cpp292 bool isLess(ProgramStateRef State, SymbolRef Sym1, SymbolRef Sym2);
327 if (isLess(State, Pos.getOffset(), Beg)) {
351 bool isLess(ProgramStateRef State, SymbolRef Sym1, SymbolRef Sym2) { function in namespace:__anon2239
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DRangedConstraintManager.h58 static inline bool isLess(key_type_ref lhs, key_type_ref rhs) { function in class:clang::ento::RangeTrait
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1028 bool isLess(Cost &Other);
1427 bool Cost::isLess(Cost &Other) { function in class:Cost
4376 if (CostF.isLess(CostBest))
4632 return CostFA.isLess(CostFB);
4998 if (NewCost.isLess(SolutionCost)) {
/freebsd-13-stable/stand/ficl/
H A Dwords.c1897 static void isLess(FICL_VM *pVM) function
4900 dictAppendWord(dp, "<", isLess, FW_DEFAULT);

Completed in 220 milliseconds