Home
last modified time | relevance | path

Searched refs:ast_verifier (Results 1 - 25 of 64) sorted by relevance

123

/arkcompiler/ets_frontend/ets2panda/test/unit/public/
H A Dast_verifier_private_protected_public_access_correct_test.cpp19 using ark::es2panda::compiler::ast_verifier::ASTVerifier;
20 using ark::es2panda::compiler::ast_verifier::InvariantNameSet;
H A Dast_verifier_short_test.cpp31 using ark::es2panda::compiler::ast_verifier::ASTVerifier;
32 using ark::es2panda::compiler::ast_verifier::InvariantNameSet;
54 ark::es2panda::compiler::ast_verifier::ASTVerifier verifier {Allocator()}; in TEST_F()
58 auto checks = ark::es2panda::compiler::ast_verifier::InvariantNameSet {}; in TEST_F()
70 ark::es2panda::compiler::ast_verifier::ASTVerifier verifier {Allocator()}; in TEST_F()
74 auto checks = ark::es2panda::compiler::ast_verifier::InvariantNameSet {}; in TEST_F()
269 ark::es2panda::compiler::ast_verifier::ASTVerifier verifier {Allocator()}; in TEST_F()
311 auto checks = ark::es2panda::compiler::ast_verifier::InvariantNameSet {}; in TEST_F()
323 ark::es2panda::compiler::ast_verifier::ASTVerifier verifier {Allocator()}; in TEST_F()
342 auto checks = ark::es2panda::compiler::ast_verifier in TEST_F()
[all...]
H A Dast_verifier_check_normal_loop_test.cpp22 using ark::es2panda::compiler::ast_verifier::ASTVerifier;
23 using ark::es2panda::compiler::ast_verifier::InvariantNameSet;
H A Dast_verifier_protected_access_correct_test.cpp19 using ark::es2panda::compiler::ast_verifier::ASTVerifier;
20 using ark::es2panda::compiler::ast_verifier::InvariantNameSet;
H A Dast_verifier_check_infinite_loop_test.cpp22 using ark::es2panda::compiler::ast_verifier::ASTVerifier;
23 using ark::es2panda::compiler::ast_verifier::InvariantNameSet;
H A Dast_verifier_every_child_has_valid_parent_test.cpp24 using ark::es2panda::compiler::ast_verifier::ASTVerifier;
25 using ark::es2panda::compiler::ast_verifier::InvariantNameSet;
H A Dast_verifier_check_abstract_call_test.cpp25 using ark::es2panda::compiler::ast_verifier::ASTVerifier;
26 using ark::es2panda::compiler::ast_verifier::InvariantNameSet;
H A Dast_verifier_getter_setter_test.cpp23 using ark::es2panda::compiler::ast_verifier::ASTVerifier;
24 using ark::es2panda::compiler::ast_verifier::InvariantNameSet;
H A Dast_verifier_variable_has_enclosing_scope_test.cpp24 using ark::es2panda::compiler::ast_verifier::ASTVerifier;
25 using ark::es2panda::compiler::ast_verifier::InvariantNameSet;
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DcompilerImpl.cpp18 #include "ast_verifier/ASTVerifier.h"
104 using GroupedMessages = std::map<Source, ast_verifier::Messages>;
115 const ast_verifier::InvariantNameSet &accumulatedChecks) in Verify()
129 const auto filterMessages = [this, &warnings, &errors](const ast_verifier::CheckMessage &message, in DumpMessages()
134 warnings.Add(message.DumpJSON(ast_verifier::CheckSeverity::WARNING, sourceName, phaseName)); in DumpMessages()
138 errors.Add(message.DumpJSON(ast_verifier::CheckSeverity::ERROR, sourceName, phaseName)); in DumpMessages()
170 ast_verifier::ASTVerifier verifier_;
195 auto verificationCtx = ast_verifier::VerificationContext {}; in RunVerifierAndPhases()
/arkcompiler/ets_frontend/ets2panda/ast_verifier/
H A DcheckAbstractMethod.h21 namespace ark::es2panda::compiler::ast_verifier { namespace in ark::es2panda::compiler
31 } // namespace ark::es2panda::compiler::ast_verifier
H A DeveryChildHasValidParent.h21 namespace ark::es2panda::compiler::ast_verifier { namespace in ark::es2panda::compiler
29 } // namespace ark::es2panda::compiler::ast_verifier
H A DeveryChildInParentRange.h21 namespace ark::es2panda::compiler::ast_verifier { namespace in ark::es2panda::compiler
29 } // namespace ark::es2panda::compiler::ast_verifier
H A DsequenceExpressionHasLastType.h21 namespace ark::es2panda::compiler::ast_verifier { namespace in ark::es2panda::compiler
31 } // namespace ark::es2panda::compiler::ast_verifier
H A DreferenceTypeAnnotationIsNull.h21 namespace ark::es2panda::compiler::ast_verifier { namespace in ark::es2panda::compiler
29 } // namespace ark::es2panda::compiler::ast_verifier
H A DnodeHasSourceRange.h21 namespace ark::es2panda::compiler::ast_verifier { namespace in ark::es2panda::compiler
29 } // namespace ark::es2panda::compiler::ast_verifier
H A DnodeHasParent.h21 namespace ark::es2panda::compiler::ast_verifier { namespace in ark::es2panda::compiler
29 } // namespace ark::es2panda::compiler::ast_verifier
H A DvariableNameIdentifierNameSame.h21 namespace ark::es2panda::compiler::ast_verifier { namespace in ark::es2panda::compiler
29 } // namespace ark::es2panda::compiler::ast_verifier
H A DidentifierHasVariable.h23 namespace ark::es2panda::compiler::ast_verifier { namespace in ark::es2panda::compiler
35 } // namespace ark::es2panda::compiler::ast_verifier
H A DmodifierAccessValid.h21 namespace ark::es2panda::compiler::ast_verifier { namespace in ark::es2panda::compiler
33 } // namespace ark::es2panda::compiler::ast_verifier
H A DcheckContext.cpp18 namespace ark::es2panda::compiler::ast_verifier { namespace in ark::es2panda::compiler
37 } // namespace ark::es2panda::compiler::ast_verifier
H A DarithmeticOperationValid.h21 namespace ark::es2panda::compiler::ast_verifier { namespace in ark::es2panda::compiler
32 } // namespace ark::es2panda::compiler::ast_verifier
H A DgetterSetterValidation.h21 namespace ark::es2panda::compiler::ast_verifier { namespace in ark::es2panda::compiler
33 } // namespace ark::es2panda::compiler::ast_verifier
H A DcheckScopeDeclaration.h21 namespace ark::es2panda::compiler::ast_verifier { namespace in ark::es2panda::compiler
32 } // namespace ark::es2panda::compiler::ast_verifier
H A DreferenceTypeAnnotationIsNull.cpp20 namespace ark::es2panda::compiler::ast_verifier { namespace in ark::es2panda::compiler
34 } // namespace ark::es2panda::compiler::ast_verifier

Completed in 6 milliseconds

123