Searched refs:greater (Results 51 - 61 of 61) sorted by relevance

123

/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp1343 case tok::greater:
H A DParseExpr.cpp422 if (OpToken.isOneOf(tok::comma, tok::greater, tok::greatergreater,
H A DParseExprCXX.cpp1554 if (ExpectAndConsume(tok::greater))
H A DParseDecl.cpp5932 NextToken().isOneOf(tok::comma, tok::greater, tok::greatergreater);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp1712 if (Token.isNot(MIToken::greater))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp533 llvm::stable_sort(NodeSets, std::greater<NodeSet>());
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp459 case tok::greater:
H A DSemaDeclAttr.cpp222 std::greater<unsigned>());
H A DSemaExpr.cpp1234 // The unsigned type has greater than or equal rank to the
1380 // conversion rank is always greater than an integer conversion rank; if the
9521 /// An error shall occur if any scalar operand type has greater rank
9617 // differs and the number of bits is greater than that of the vector
9624 // order is greater than that of the vector element type.
11651 .Cases("less", "less_equal", "greater", "greater_equal", true)
13460 case tok::greater: Opc = BO_GT; break;
/freebsd-13-stable/contrib/ncurses/
H A Dconfigure11431 0x2265 greater-than-or-equal-to
/freebsd-13-stable/contrib/sqlite3/
H A Dsqlite3.c1800 ** greater than 100 to avoid conflicts. VFS implementations should
2416 ** greater and the function pointer is not NULL) and will fall back
2460 ** Those below are for version 3 and greater.
3148 ** slots. The size of the buffer in the first argument must be greater than
3872 ** ^As long as the buffer size is greater than zero, sqlite3_snprintf()
4211 ** might provide greater resolution on the profiler callback. Invoking
4661 ** pointer if N is less than zero or greater than the number of query
6138 ** parameter is less than -1 or greater than 127 then the behavior is
6930 ** if the first string is less than, equal to, or greater than the second,
7541 ** ^The soft heap limit may not be greater tha
[all...]

Completed in 735 milliseconds

123