Home
last modified time | relevance | path

Searched refs:CheckCompound (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ast_verifier/
H A DarithmeticOperationValid.cpp29 if (auto [decision, action] = CheckCompound(ctx, ast); action == CheckAction::SKIP_SUBTREE) { in operator ()()
51 CheckResult ArithmeticOperationValid::CheckCompound(CheckContext &ctx, const ir::AstNode *ast) in CheckCompound() function in ark::es2panda::compiler::ast_verifier::ArithmeticOperationValid
H A DnodeHasType.cpp44 if (auto [decision, action] = CheckCompound(ctx, ast); action == CheckAction::SKIP_SUBTREE) { in operator ()()
64 CheckResult NodeHasType::CheckCompound(CheckContext &ctx, const ir::AstNode *ast) in CheckCompound() function in ark::es2panda::compiler::ast_verifier::NodeHasType
H A DarithmeticOperationValid.h29 CheckResult CheckCompound(CheckContext &ctx, const ir::AstNode *ast);
H A DnodeHasType.h29 CheckResult CheckCompound(CheckContext &ctx, const ir::AstNode *ast);

Completed in 2 milliseconds