Home
last modified time | relevance | path

Searched defs:Expression (Results 1 – 25 of 68) sorted by relevance

123

/arkcompiler/ets_frontend/ets2panda/ir/
Dexpression.h107 explicit Expression(AstNodeType const type) : TypedAstNode(type) {} in Expression() function
108 …explicit Expression(AstNodeType const type, ModifierFlags const flags) : TypedAstNode(type, flags)… in Expression() function
110 Expression(Expression const &other) : TypedAstNode(static_cast<TypedAstNode const &>(other)) in Expression() function
/arkcompiler/ets_frontend/ets2panda/ir/base/
Ddecorator.h22 class Expression; variable
DclassStaticBlock.h22 class Expression; variable
/arkcompiler/ets_frontend/ets2panda/ir/statements/
DthrowStatement.h26 class Expression; variable
DexpressionStatement.h23 class Expression; variable
DassertStatement.h26 class Expression; variable
DswitchCaseStatement.h23 class Expression; variable
DdoWhileStatement.h26 class Expression; variable
DwhileStatement.h26 class Expression; variable
/arkcompiler/ets_frontend/es2panda/ir/statements/
DthrowStatement.h32 class Expression; variable
DexpressionStatement.h32 class Expression; variable
DswitchCaseStatement.h32 class Expression; variable
DwhileStatement.h36 class Expression; variable
DdoWhileStatement.h36 class Expression; variable
DifStatement.h32 class Expression; variable
/arkcompiler/ets_frontend/es2panda/ir/base/
Ddecorator.h31 class Expression; variable
/arkcompiler/ets_frontend/ets2panda/evaluate/debugInfoDeserialization/
DclassBuilder.h37 class Expression; variable
/arkcompiler/ets_frontend/es2panda/ir/module/
DassertEntry.h32 class Expression; variable
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsEnumMember.h32 class Expression; variable
DtsImportEqualsDeclaration.h32 class Expression; variable
DtsTypeParameter.h38 : Expression(AstNodeType::TS_TYPE_PARAMETER), in Expression() function
/arkcompiler/ets_frontend/ets2panda/ir/ts/
DtsImportEqualsDeclaration.h22 class Expression; variable
/arkcompiler/ets_frontend/es2panda/ir/
Dexpression.h76 explicit Expression(AstNodeType type) : AstNode(type) {} in Expression() function
/arkcompiler/ets_frontend/ets2panda/compiler/core/
Dpandagen.h41 class Expression; variable
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Darithmetic.cpp255std::tuple<ir::Expression *, ir::Expression *, lexer::TokenType, lexer::SourcePosition> op, bool i… in CheckBinaryOperatorMulDivMod()
352std::tuple<ir::Expression *, ir::Expression *, lexer::TokenType, lexer::SourcePosition> op, bool i… in CheckBinaryOperatorPlus()
428std::tuple<ir::Expression *, ir::Expression *, lexer::TokenType, lexer::SourcePosition> op, bool i… in CheckBinaryOperatorShift()
468std::tuple<ir::Expression *, ir::Expression *, lexer::TokenType, lexer::SourcePosition> op, bool i… in CheckBinaryOperatorBitwise()
1088ir::Expression *expr, std::tuple<ir::Expression *, ir::Expression *, lexer::TokenType, lexer::Sour… in CheckArithmeticOperations()

123