Home
last modified time | relevance | path

Searched defs:allocator (Results 1 - 25 of 654) sorted by relevance

12345678910>>...27

/arkcompiler/ets_frontend/ets2panda/ir/
H A DtypeNode.cpp23 TypeNode *TypeNode::Clone(ArenaAllocator *const allocator, AstNode *const parent) in Clone() argument
H A Dexpression.cpp21 AnnotatedExpression::AnnotatedExpression(AnnotatedExpression const &other, ArenaAllocator *const allocator) in AnnotatedExpression() argument
/arkcompiler/ets_frontend/ets2panda/ast_verifier/
H A DimportExportAccessValid.h25 explicit ImportExportAccessValid([[maybe_unused]] ArenaAllocator &allocator) {} in ImportExportAccessValid() argument
H A DidentifierHasVariable.h27 explicit IdentifierHasVariable([[maybe_unused]] ArenaAllocator &allocator) {} in IdentifierHasVariable() argument
H A DmodifierAccessValid.h25 explicit ModifierAccessValid([[maybe_unused]] ArenaAllocator &allocator) {} in ModifierAccessValid() argument
H A DcheckInfiniteLoop.h25 explicit CheckInfiniteLoop([[maybe_unused]] ArenaAllocator &allocator) {} in CheckInfiniteLoop() argument
H A DarithmeticOperationValid.h25 explicit ArithmeticOperationValid([[maybe_unused]] ArenaAllocator &allocator) {} in ArithmeticOperationValid() argument
H A DcheckAbstractMethod.h25 explicit CheckAbstractMethod([[maybe_unused]] ArenaAllocator &allocator) {} in CheckAbstractMethod() argument
H A DforLoopCorrectlyInitialized.h25 explicit ForLoopCorrectlyInitialized([[maybe_unused]] ArenaAllocator &allocator) {} in ForLoopCorrectlyInitialized() argument
H A DgetterSetterValidation.h25 explicit GetterSetterValidation([[maybe_unused]] ArenaAllocator &allocator) {} in GetterSetterValidation() argument
H A DcheckScopeDeclaration.h25 explicit CheckScopeDeclaration([[maybe_unused]] ArenaAllocator &allocator) {} in CheckScopeDeclaration() argument
H A DeveryChildHasValidParent.h25 explicit EveryChildHasValidParent([[maybe_unused]] ArenaAllocator &allocator) {} in EveryChildHasValidParent() argument
H A DeveryChildInParentRange.h25 explicit EveryChildInParentRange([[maybe_unused]] ArenaAllocator &allocator) {} in EveryChildInParentRange() argument
H A DsequenceExpressionHasLastType.h25 explicit SequenceExpressionHasLastType([[maybe_unused]] ArenaAllocator &allocator) {} in SequenceExpressionHasLastType() argument
H A DreferenceTypeAnnotationIsNull.h25 explicit ReferenceTypeAnnotationIsNull([[maybe_unused]] ArenaAllocator &allocator) {} in ReferenceTypeAnnotationIsNull() argument
H A DnodeHasSourceRange.h25 explicit NodeHasSourceRange([[maybe_unused]] ArenaAllocator &allocator) {} in NodeHasSourceRange() argument
H A DnodeHasType.h25 explicit NodeHasType([[maybe_unused]] ArenaAllocator &allocator) {} in NodeHasType() argument
H A DnodeHasParent.h25 explicit NodeHasParent([[maybe_unused]] ArenaAllocator &allocator) {} in NodeHasParent() argument
H A DvariableNameIdentifierNameSame.h25 explicit VariableNameIdentifierNameSame([[maybe_unused]] ArenaAllocator &allocator) {} in VariableNameIdentifierNameSame() argument
H A DvariableHasEnclosingScope.h25 explicit VariableHasEnclosingScope(ArenaAllocator &allocator) : allocator_ {allocator} {} in VariableHasEnclosingScope() argument
H A DvariableHasScope.h27 explicit VariableHasScope(ArenaAllocator &allocator) : allocator_ {allocator} {} in VariableHasScope() argument
/arkcompiler/ets_frontend/ets2panda/varbinder/
H A DTypedBinder.h24 explicit TypedBinder(ArenaAllocator *allocator) : VarBinder(allocator) {} in TypedBinder() argument
H A DASBinder.h24 explicit ASBinder(ArenaAllocator *allocator) : VarBinder(allocator) {} in ASBinder() argument
H A DTSBinder.h24 explicit TSBinder(ArenaAllocator *allocator) : TypedBinder(allocator) {} in TSBinder() argument
H A DJSBinder.h24 explicit JSBinder(ArenaAllocator *allocator) : VarBinder(allocator) {} in JSBinder() argument

Completed in 6 milliseconds

12345678910>>...27