Searched refs:minus (Results 1 - 25 of 33) sorted by relevance

12

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Basic/
H A DOperatorPrecedence.cpp67 case tok::minus: return prec::Additive;
/freebsd-9.3-release/contrib/groff/font/devps/generate/
H A Dsymbolchars5 minus mi
/freebsd-9.3-release/usr.sbin/ppp/
H A Dnat_cmd.c347 char *minus; local
350 minus = strchr(str, '-');
351 if (minus)
352 *minus = '\0'; /* Cheat the const-ness ! */
356 if (minus)
357 *minus = '-'; /* Cheat the const-ness ! */
360 if (minus)
361 res = StrToPort(minus + 1, high, proto);
H A Dchat.c192 int minus; local
203 minus = 0;
206 minus++;
209 if (minus % 2)
212 else if (minus) {
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Lex/
H A DTokenConcatenation.cpp79 TokenInfo[tok::minus ] |= aci_custom_firstchar;
105 TokenInfo[tok::minus ] |= aci_avoid_equal; // -=
253 case tok::minus: // --, ->, ->*
H A DPPExpressions.cpp362 case tok::minus: {
428 case tok::minus: return 13;
625 case tok::minus:
H A DLexer.cpp3262 Kind = tok::minus;
/freebsd-9.3-release/contrib/libstdc++/include/backward/
H A Dfunction.h69 using std::minus;
/freebsd-9.3-release/contrib/llvm/lib/TableGen/
H A DTGLexer.h35 minus, plus, // - + enumerator in enum:llvm::tgtok::TokKind
/freebsd-9.3-release/contrib/groff/font/devps/
H A Dtext.enc154 minus 173
/freebsd-9.3-release/contrib/llvm/include/llvm/CodeGen/PBQP/
H A DMath.h81 std::transform(data, data + length, v.data, data, std::minus<PBQPNum>());
249 std::bind2nd(std::minus<PBQPNum>(), val));
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseObjc.cpp398 if (Tok.is(tok::minus) || Tok.is(tok::plus)) {
415 tok::minus,
674 assert((Tok.is(tok::minus) || Tok.is(tok::plus)) && "expected +/-");
990 Actions.CodeCompleteObjCMethodDecl(getCurScope(), mType == tok::minus, member in class:tok
1008 Actions.CodeCompleteObjCMethodDecl(getCurScope(), mType == tok::minus, member in class:tok
1081 mType == tok::minus, member in class:tok
1107 mType == tok::minus, member in class:tok
2097 case tok::minus:
2105 case tok::minus: Symbol = "-"; break;
H A DParseTentative.cpp912 case tok::minus:
H A DParser.cpp719 case tok::minus:
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Format/
H A DFormatToken.h301 case tok::minus:
H A DTokenAnnotator.cpp319 case tok::minus:
644 } else if (Current.isOneOf(tok::minus, tok::plus, tok::caret)) {
H A DUnwrappedLineParser.cpp328 !NextTok->isOneOf(tok::plus, tok::minus))) {
H A DFormat.cpp479 tok::at, tok::minus, tok::plus))
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dlinespec.c1020 /* Check for a colon and a plus or minus and a [ (which
1576 none, plus, minus
1601 sign = minus, (*argptr)++;
1611 case minus:
1569 none, plus, minus enumerator in enum:sign
/freebsd-9.3-release/contrib/libstdc++/include/bits/
H A Dstl_function.h143 struct minus : public binary_function<_Tp, _Tp, _Tp> struct in inherits:binary_function
375 * of the first, e.g., @c bind2nd(std::minus<float>,1.3) will create a
/freebsd-9.3-release/contrib/amd/doc/
H A Dtexinfo.tex1073 % @bullet and @minus need the same treatment as @math, just above.
1075 \def\minus{$-$}
2243 % used internally for \itemindent minus \itemmargin
3161 \definedummyword{minus}%
3299 \def\minus{-}%
3731 % (undoubled) page height minus any material left over from the
4588 \penalty-300 \vskip1\baselineskip plus.33\baselineskip minus.25\baselineskip
6657 \chapheadingskip = 15pt plus 4pt minus 2pt
6658 \secheadingskip = 12pt plus 3pt minus 2pt
6659 \subsecheadingskip = 9pt plus 2pt minus
[all...]
/freebsd-9.3-release/contrib/gcc/doc/include/
H A Dtexinfo.tex1097 % @bullet and @minus need the same treatment as @math, just above.
1099 \def\minus{$-$}
2406 % used internally for \itemindent minus \itemmargin
3334 \definedummyword{minus}%
3473 \def\minus{-}%
3905 % (undoubled) page height minus any material left over from the
4783 \penalty-300 \vskip1\baselineskip plus.33\baselineskip minus.25\baselineskip
6858 \chapheadingskip = 15pt plus 4pt minus 2pt
6859 \secheadingskip = 12pt plus 3pt minus 2pt
6860 \subsecheadingskip = 9pt plus 2pt minus
[all...]
/freebsd-9.3-release/contrib/groff/doc/
H A Dtexinfo.tex1074 % @bullet and @minus need the same treatment as @math, just above.
1076 \def\minus{$-$}
2305 % used internally for \itemindent minus \itemmargin
3232 \definedummyword{minus}%
3371 \def\minus{-}%
3803 % (undoubled) page height minus any material left over from the
4660 \penalty-300 \vskip1\baselineskip plus.33\baselineskip minus.25\baselineskip
6729 \chapheadingskip = 15pt plus 4pt minus 2pt
6730 \secheadingskip = 12pt plus 3pt minus 2pt
6731 \subsecheadingskip = 9pt plus 2pt minus
[all...]
/freebsd-9.3-release/contrib/gnu-sort/src/
H A Dsort.c2831 char *minus = "-", **files; local
3208 files = &minus;
/freebsd-9.3-release/crypto/openssl/util/
H A Dpod2man.pl33 little roffish things that it catches include translating the minus in
948 # translate the minus in foo-bar into foo\-bar for roff

Completed in 188 milliseconds

12