Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorRangeChecker.cpp353 bool isLess(ProgramStateRef State, SymbolRef Sym1, SymbolRef Sym2) { in isLess() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DImmutableMap.h46 static inline bool isLess(key_type_ref L, key_type_ref R) { in isLess() function
/freebsd-13.1/stand/ficl/
H A Dwords.c1897 static void isLess(FICL_VM *pVM) in isLess() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1464 bool Cost::isLess(Cost &Other) { in isLess() function in Cost