Home
last modified time | relevance | path

Searched refs:Postfix (Results 1 – 6 of 6) sorted by relevance

/external/clang/lib/AST/
DExpr.cpp892 UnaryOperator::getOverloadedOpcode(OverloadedOperatorKind OO, bool Postfix) { in getOverloadedOpcode() argument
895 case OO_PlusPlus: return Postfix ? UO_PostInc : UO_PreInc; in getOverloadedOpcode()
896 case OO_MinusMinus: return Postfix ? UO_PostDec : UO_PreDec; in getOverloadedOpcode()
/external/clang/include/clang/AST/
DExpr.h1617 static Opcode getOverloadedOpcode(OverloadedOperatorKind OO, bool Postfix);
/external/bison/doc/
Dbison.texinfo8608 @item Postfix operator
Dbison.info7845 Postfix operator
/external/webkit/Source/JavaScriptCore/
DChangeLog-2007-10-142324 * kjs/grammar.y: Create {Prefix,Postfix}ErrorNode based on the actual node,
DChangeLog-2008-08-1028733 …Split the increment and decrement cases for Prefix- and Postfix- ResolveNode, BracketNode, and Dot…