Home
last modified time | relevance | path

Searched defs:isLess (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DImmutableMap.h47 static inline bool isLess(key_type_ref L, key_type_ref R) { in isLess() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorRangeChecker.cpp347 bool isLess(ProgramStateRef State, SymbolRef Sym1, SymbolRef Sym2) { in isLess() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineOrder.cpp273 std::function<bool(const CallBase *L, const CallBase *R)> isLess; member in __anon8b2eb5460111::PriorityInlineOrder
/freebsd/stand/ficl/
H A Dwords.c1896 static void isLess(FICL_VM *pVM) in isLess() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1482 bool Cost::isLess(const Cost &Other) const { in isLess() function in Cost