Home
last modified time | relevance | path

Searched refs:plusplus (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/games/phantasia/
H A Dmap.c3 #define minusminus plusplus
71 plusplus("Rovanion", -250, 320); in main()
72 plusplus("The Iron Hills", -100, 560); in main()
73 plusplus("Rhun", 250, 570); in main()
130 plusplus(s, x, y) /* draw strings in plus plus quadrant */ in plusplus() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DOperatorKinds.def94 OVERLOADED_OPERATOR(PlusPlus , "++" , plusplus , true , true , false)
H A DTokenKinds.def196 PUNCTUATOR(plusplus, "++")
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseExpr.cpp293 Tok.isOneOf(tok::period, tok::plusplus, tok::minusminus) || in ParseConstraintLogicalAndExpression()
1314 case tok::plusplus: // unary-expression: '++' unary-expression [C99] in ParseCastExpression()
1781 case tok::plusplus: in ParseCastExpression()
2205 case tok::plusplus: // postfix-expression: postfix-expression '++' in ParsePostfixExpressionSuffix()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormatToken.h554 case tok::plusplus: in isUnaryOperator()
H A DFormatTokenLexer.cpp486 if (Prev->isOneOf(tok::plusplus, tok::minusminus, tok::exclaim)) in canPrecedeRegexLiteral()
H A DTokenAnnotator.cpp1633 } else if (Current.isOneOf(tok::minusminus, tok::plusplus)) { in determineTokenType()
3359 (Left.isOneOf(tok::plus, tok::plusplus) && in spaceRequiredBefore()
3360 Right.isOneOf(tok::plus, tok::plusplus))) in spaceRequiredBefore()
H A DUnwrappedLineParser.cpp1034 Previous->isOneOf(tok::r_square, tok::r_paren, tok::plusplus, in readTokenWithJavaScriptASI()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h1787 K == tok::plusplus || K == tok::minusminus); in isPostfixExpressionSuffixStart()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DLexer.cpp3579 Kind = tok::plusplus; in LexTokenInternal()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-201491 2014-12-22 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
102 2014-12-22 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4552 2014-10-14 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4605 2014-10-13 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4766 2014-10-06 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5931 2014-06-02 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
H A DChangeLog-20154478 2015-02-17 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmt.cpp2965 IncrExpr = ActOnUnaryOp(S, ColonLoc, tok::plusplus, BeginRef.get()); in BuildCXXForRangeStmt()
H A DSemaExpr.cpp4592 case tok::plusplus: Opc = UO_PostInc; break; in ActOnPostfixUnaryOp()
13763 case tok::plusplus: Opc = UO_PreInc; break; in ConvertTokenKindToUnaryOpcode()
H A DSemaCodeComplete.cpp538 case tok::plusplus: in getPreferredTypeOfUnaryArg()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201221060 2012-06-20 Rüdiger Sonderfeld <ruediger@c-plusplus.de>