| /arkcompiler/ets_frontend/ets2panda/ir/ |
| H A D | expression.cpp | 21 AnnotatedExpression::AnnotatedExpression(AnnotatedExpression const &other, ArenaAllocator *const allocator) in AnnotatedExpression() argument
|
| H A D | statement.h | 42 Statement(Statement const &other) : AstNode(static_cast<AstNode const &>(other)) {} in Statement() argument
|
| /arkcompiler/runtime_core/static_core/runtime/mem/ |
| H A D | vm_handle-inl.h | 27 inline VMHandle<T>::VMHandle(const LocalObjectHandle<P> &other) : HandleBase(other.GetAddress()) in VMHandle() argument
|
| H A D | vm_handle.h | 49 inline explicit VMHandle(const VMHandle<P> &other) : HandleBase(other.GetAddress()) in VMHandle() argument
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| H A D | ets_handle.h | 36 inline explicit EtsHandle(const VMHandle<P> &other) : VMHandle<T>(other) in EtsHandle() argument
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/ |
| H A D | ets_method_set.cpp | 38 void EtsMethodSet::MergeWith(const EtsMethodSet &other) in MergeWith() argument
|
| /arkcompiler/ets_frontend/es2panda/parser/program/ |
| H A D | program.cpp | 32 Program::Program(Program &&other) in Program() argument 62 operator =(Program &&other) operator =() argument [all...] |
| /arkcompiler/ets_frontend/ets2panda/checker/types/ets/ |
| H A D | etsBigIntType.cpp | 19 void ETSBigIntType::Identical(TypeRelation *relation, Type *other) in Identical() argument
|
| H A D | shortType.cpp | 22 void ShortType::Identical(TypeRelation *relation, Type *other) in Identical() argument
|
| H A D | longType.cpp | 22 void LongType::Identical(TypeRelation *relation, Type *other) in Identical() argument
|
| H A D | wildcardType.cpp | 24 void WildcardType::Identical(TypeRelation *relation, Type *other) in Identical() argument
|
| /arkcompiler/ets_runtime/tools/circuit_viewer/src/ir/ |
| H A D | IrToPicture.js | |
| /arkcompiler/runtime_core/bytecode_optimizer/constant_propagation/ |
| H A D | lattice_element.cpp | 37 LatticeElement *TopElement::Meet(LatticeElement *other) in Meet() argument 55 LatticeElement *BottomElement::Meet(LatticeElement *other) in Meet() argument 101 LatticeElement *ConstantElement::Meet(LatticeElement *other) in Meet() argument
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ts/ |
| H A D | arrayType.cpp | 35 void ArrayType::Identical(TypeRelation *relation, Type *other) in Identical() argument
|
| H A D | bigintLiteralType.cpp | 29 void BigintLiteralType::Identical(TypeRelation *relation, Type *other) in Identical() argument
|
| H A D | anyType.cpp | 24 void AnyType::Identical(TypeRelation *relation, Type *other) in Identical() argument
|
| H A D | numberType.cpp | 27 void NumberType::Identical(TypeRelation *relation, Type *other) in Identical() argument
|
| H A D | stringLiteralType.cpp | 29 void StringLiteralType::Identical(TypeRelation *relation, Type *other) in Identical() argument
|
| H A D | undefinedType.cpp | 24 void UndefinedType::Identical(TypeRelation *relation, Type *other) in Identical() argument
|
| H A D | unknownType.cpp | 29 void UnknownType::Identical(TypeRelation *relation, Type *other) in Identical() argument
|
| H A D | voidType.cpp | 29 void VoidType::Identical(TypeRelation *relation, Type *other) in Identical() argument
|
| /arkcompiler/ets_frontend/ets2panda/ir/ets/ |
| H A D | etsNewClassInstanceExpression.cpp | 104 ETSNewClassInstanceExpression::ETSNewClassInstanceExpression(ETSNewClassInstanceExpression const &other, in ETSNewClassInstanceExpression() argument
|
| /arkcompiler/ets_frontend/ets2panda/ir/expressions/ |
| H A D | callExpression.cpp | 126 CallExpression::CallExpression(CallExpression const &other, ArenaAllocator *const allocator) in CallExpression() argument [all...] |
| H A D | sequenceExpression.cpp | 26 SequenceExpression::SequenceExpression([[maybe_unused]] Tag const tag, SequenceExpression const &other, in SequenceExpression() argument
|
| H A D | newExpression.cpp | 26 NewExpression::NewExpression([[maybe_unused]] Tag const tag, NewExpression const &other, in NewExpression() argument
|