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

123

/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dvarmod-subst.mk119 @echo ${:U1 2 3:S>2>two>:Q} greater-than sign
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DPPExpressions.cpp531 case tok::greater: return 11;
747 case tok::greater:
H A DPreprocessor.cpp1014 while (FilenameTok.isNot(tok::greater)) {
1017 Diag(FilenameTok.getLocation(), diag::err_expected) << tok::greater; member in class:tok
H A DPPMacroExpansion.cpp1456 const std::map<std::string, std::string, std::greater<std::string>>
H A DLexer.cpp3778 Kind = tok::greater;
/freebsd-13-stable/contrib/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc322 * Since NumValueSites is greater than zero, there is at least one
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc322 * Since NumValueSites is greater than zero, there is at least one
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp523 SkipUntil(tok::greater, tok::at, StopBeforeMatch);
524 if (Tok.is(tok::greater))
529 SkipUntil({tok::greater, tok::greaterequal, tok::at, tok::minus,
533 if (Tok.is(tok::greater))
1541 SkipUntil(tok::greater, StopAtSemi);
1618 NextToken().is(tok::greater) ||
1813 SkipUntil(tok::greater, tok::greatergreater, skipFlags);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusNameParser.cpp202 case tok::greater:
/freebsd-13-stable/usr.bin/dtc/
H A Dinput_buffer.cc772 expr = new binary_operator<8, std::greater<valty>>(l, ">");
/freebsd-13-stable/contrib/kyua/store/
H A Dschema_v3.sql49 -- a new record with a new schema_version greater than all existing
H A Dschema_v2.sql49 -- a new record with a new schema_version greater than all existing
/freebsd-13-stable/contrib/libpcap/
H A Dscanner.l329 greater return GREATER;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveDebugValues.cpp224 /// The first location greater than 0 that is not reserved for VarLocs of
942 // All register-based VarLocs are assigned indices greater than or equal to
1828 std::greater<unsigned int>>
1831 std::greater<unsigned int>>
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h88 std::map<llvm::StringRef, llvm::StringRef, std::greater<llvm::StringRef>>
/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.h284 /// one fake l_paren with a precedence greater than prec::Unknown.
414 if (is(TT_DictLiteral) && is(tok::greater))
H A DContinuationIndenter.cpp979 (Current.is(tok::greater) &&
1564 (Current.is(tok::greater) && Current.is(TT_DictLiteral))))
H A DUnwrappedLineFormatter.cpp935 std::greater<QueueItem>>
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMILexer.cpp645 return MIToken::greater;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNSink.cpp809 llvm::stable_sort(Candidates, std::greater<SinkingInstructionCandidate>());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp237 case '>': return lltok::greater;
H A DLLParser.cpp2416 ParseToken(lltok::greater, "expected '>' at end of packed struct"))
2819 (isPacked && ParseToken(lltok::greater, "expected '>' in packed struct")))
2894 if (ParseToken(isVector ? lltok::greater : lltok::rsquare,
3225 ParseToken(lltok::greater, "expected end of constant"))
3799 Lex.getKind() == lltok::greater ||
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp762 "profile with max count value greater then the parameter value"));
1122 std::greater<uint64_t>>
/freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-metadata.sql322 In case 'op_depth' is greater than 0, this node is part of a
/freebsd-13-stable/contrib/googletest/googlemock/test/
H A Dgmock-matchers_test.cc68 using std::greater;
2922 // This functor returns true if the input is greater than the given
5111 EXPECT_THAT(numbers, WhenSortedBy(greater<unsigned>(),
5113 EXPECT_THAT(numbers, Not(WhenSortedBy(greater<unsigned>(),

Completed in 408 milliseconds

123