Home
last modified time | relevance | path

Searched defs:GreaterThan (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageFilters.h85 enum Operation { LessThan, GreaterThan }; enumerator
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-matchers_test.h159 Matcher<T> GreaterThan(T n) { in GreaterThan() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h139 GreaterThan, // ?O operator> enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DModuloSchedule.cpp2157 MachineBasicBlock &GreaterThan, in insertCondBranch()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.h1578 GreaterThan, enumerator
/freebsd/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc2440 bool GreaterThan(T1 x1, T2 x2) { in GreaterThan() function