Home
last modified time | relevance | path

Searched defs:isPostfix (Results 1 – 25 of 34) sorted by relevance

12

/dports/lang/rhino/rhino1_7R4/src/org/mozilla/javascript/ast/
H A DUnaryExpression.java26 private boolean isPostfix; field in UnaryExpression
110 public boolean isPostfix() { in isPostfix() method in UnaryExpression
124 public void setIsPostfix(boolean isPostfix) { in setIsPostfix()
/dports/textproc/p5-CSS-Minifier/CSS-Minifier-0.01/lib/CSS/
H A DMinifier.pm42 sub isPostfix { subroutine
/dports/textproc/p5-JavaScript-Minifier/JavaScript-Minifier-1.16/lib/JavaScript/
H A DMinifier.pm41 sub isPostfix { subroutine
/dports/cad/openscad/openscad-41f58fe57c03457a3a8b4dc541ef5654ec3e8c78/src/
H A Dstate.h30 bool isPostfix() const { return this->flags & POSTFIX; } in isPostfix() function
/dports/cad/openscad-devel/openscad-63a7c77740030c63d646eb0684ba6947eecb0db7/src/
H A Dstate.h30 bool isPostfix() const { return this->flags & POSTFIX; } in isPostfix() function
/dports/games/scummvm-tools/scummvm-tools-2.5.0/decompiler/
H A Dvalue.h361 UnaryOpValue(ValuePtr operand, std::string op, bool isPostfix) : in UnaryOpValue()
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/Syntax/Concrete/
H A DName.hs216 isPostfix x = isHole (List1.head xs) && not (isHole (List1.last xs)) where xs = nameParts x function
H A DOperators.hs428 isPostfix = (== PostfixNotation) . sectKind function
/dports/mail/archiveopteryx/archiveopteryx-3.2.0/server/
H A Dselector.cpp1126 bool isPostfix ) in addAddressTerm()
/dports/mail/archiveopteryx-devel/aox-96ab17e/server/
H A Dselector.cpp1127 bool isPostfix ) in addAddressTerm()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/internal/parser/
H A DParser.java668 …long firstToken, final TokenType tokenType, final Expression expression, final boolean isPostfix) { in incDecExpression()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/internal/parser/
H A DParser.java668 …long firstToken, final TokenType tokenType, final Expression expression, final boolean isPostfix) { in incDecExpression()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/parser/
H A DParser.java801 …long firstToken, final TokenType tokenType, final Expression expression, final boolean isPostfix) { in incDecExpression()
4468 …ion(final long unaryToken, final TokenType opType, final Expression lhs, final boolean isPostfix) { in verifyIncDecExpression()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/parser/
H A DParser.java801 …long firstToken, final TokenType tokenType, final Expression expression, final boolean isPostfix) { in incDecExpression()
4468 …ion(final long unaryToken, final TokenType opType, final Expression lhs, final boolean isPostfix) { in verifyIncDecExpression()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/parser/
H A DParser.java801 …long firstToken, final TokenType tokenType, final Expression expression, final boolean isPostfix) { in incDecExpression()
4468 …ion(final long unaryToken, final TokenType opType, final Expression lhs, final boolean isPostfix) { in verifyIncDecExpression()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/parser/
H A DParser.java801 …long firstToken, final TokenType tokenType, final Expression expression, final boolean isPostfix) { in incDecExpression()
4468 …ion(final long unaryToken, final TokenType opType, final Expression lhs, final boolean isPostfix) { in verifyIncDecExpression()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/parser/
H A DParser.java801 …long firstToken, final TokenType tokenType, final Expression expression, final boolean isPostfix) { in incDecExpression()
4468 …ion(final long unaryToken, final TokenType opType, final Expression lhs, final boolean isPostfix) { in verifyIncDecExpression()
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/Syntax/Translation/
H A DAbstractToConcrete.hs1545 | isPostfix x0 = Beginning :| (const Middle <$> List1.drop 1 es) function
/dports/editors/libreoffice/libreoffice-7.2.6.2/starmath/source/mathml/
H A Dmathmlimport.cxx1379 bool isPostfix; member in __anon151535111011::SmXMLOperatorContext_Impl
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/include/clang/AST/
H A DExpr.h2063 static bool isPostfix(Opcode Op) { in isPostfix() function
2073 bool isPostfix() const { return isPostfix(getOpcode()); } in isPostfix() function
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/include/clang/AST/
H A DExpr.h2093 static bool isPostfix(Opcode Op) { in isPostfix() function
2103 bool isPostfix() const { return isPostfix(getOpcode()); } in isPostfix() function
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/include/clang/AST/
H A DExpr.h2093 static bool isPostfix(Opcode Op) { in isPostfix() function
2103 bool isPostfix() const { return isPostfix(getOpcode()); } in isPostfix() function
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/include/clang/AST/
H A DExpr.h1943 static bool isPostfix(Opcode Op) { in isPostfix() function
1953 bool isPostfix() const { return isPostfix(getOpcode()); } in isPostfix() function
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/include/clang/AST/
H A DExpr.h2233 static bool isPostfix(Opcode Op) { in isPostfix() function
2243 bool isPostfix() const { return isPostfix(getOpcode()); } in isPostfix() function
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DExpr.h2227 static bool isPostfix(Opcode Op) { in isPostfix() function
2237 bool isPostfix() const { return isPostfix(getOpcode()); } in isPostfix() function

12