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

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorRangeChecker.cpp194 bool isLess(ProgramStateRef State, SymbolRef Sym1, SymbolRef Sym2);
229 if (isLess(State, Pos.getOffset(), Beg)) {
253 bool isLess(ProgramStateRef State, SymbolRef Sym1, SymbolRef Sym2) { function in namespace:__anon801
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DImmutableSet.h80 else if (ImutInfo::isLess(K,CurrentKey))
204 ImutInfo::isLess(ImutInfo::KeyOfValue(getLeft()->getValue()),
209 ImutInfo::isLess(ImutInfo::KeyOfValue(getValue()),
546 else if (ImutInfo::isLess(K,KCurrent))
566 } else if (ImutInfo::isLess(K,KCurrent)) {
923 static bool isLess(key_type_ref LHS, key_type_ref RHS) { function in struct:llvm::ImutContainerInfo
947 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-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DRangedConstraintManager.h54 static inline bool isLess(key_type_ref lhs, key_type_ref rhs) { function in class:clang::ento::RangeTrait
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1038 bool isLess(Cost &Other);
1437 bool Cost::isLess(Cost &Other) { function in class:Cost
4378 if (CostF.isLess(CostBest))
4634 return CostFA.isLess(CostFB);
4946 if (NewCost.isLess(SolutionCost)) {
/freebsd-11-stable/stand/ficl/
H A Dwords.c1897 static void isLess(FICL_VM *pVM) function
4900 dictAppendWord(dp, "<", isLess, FW_DEFAULT);

Completed in 110 milliseconds