Home
last modified time | relevance | path

Searched defs:other (Results 1 - 25 of 185) sorted by relevance

12345678

/arkcompiler/ets_frontend/ets2panda/ir/
H A Dexpression.cpp21 AnnotatedExpression::AnnotatedExpression(AnnotatedExpression const &other, ArenaAllocator *const allocator) in AnnotatedExpression() argument
H A Dstatement.h42 Statement(Statement const &other) : AstNode(static_cast<AstNode const &>(other)) {} in Statement() argument
/arkcompiler/runtime_core/static_core/runtime/mem/
H A Dvm_handle-inl.h27 inline VMHandle<T>::VMHandle(const LocalObjectHandle<P> &other) : HandleBase(other.GetAddress()) in VMHandle() argument
H A Dvm_handle.h49 inline explicit VMHandle(const VMHandle<P> &other) : HandleBase(other.GetAddress()) in VMHandle() argument
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
H A Dets_handle.h36 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 Dets_method_set.cpp38 void EtsMethodSet::MergeWith(const EtsMethodSet &other) in MergeWith() argument
/arkcompiler/ets_frontend/es2panda/parser/program/
H A Dprogram.cpp32 Program::Program(Program &&other) in Program() argument
62 operator =(Program &&other) operator =() argument
[all...]
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
H A DetsBigIntType.cpp19 void ETSBigIntType::Identical(TypeRelation *relation, Type *other) in Identical() argument
H A DshortType.cpp22 void ShortType::Identical(TypeRelation *relation, Type *other) in Identical() argument
H A DlongType.cpp22 void LongType::Identical(TypeRelation *relation, Type *other) in Identical() argument
H A DwildcardType.cpp24 void WildcardType::Identical(TypeRelation *relation, Type *other) in Identical() argument
/arkcompiler/ets_runtime/tools/circuit_viewer/src/ir/
H A DIrToPicture.js
/arkcompiler/runtime_core/bytecode_optimizer/constant_propagation/
H A Dlattice_element.cpp37 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 DarrayType.cpp35 void ArrayType::Identical(TypeRelation *relation, Type *other) in Identical() argument
H A DbigintLiteralType.cpp29 void BigintLiteralType::Identical(TypeRelation *relation, Type *other) in Identical() argument
H A DanyType.cpp24 void AnyType::Identical(TypeRelation *relation, Type *other) in Identical() argument
H A DnumberType.cpp27 void NumberType::Identical(TypeRelation *relation, Type *other) in Identical() argument
H A DstringLiteralType.cpp29 void StringLiteralType::Identical(TypeRelation *relation, Type *other) in Identical() argument
H A DundefinedType.cpp24 void UndefinedType::Identical(TypeRelation *relation, Type *other) in Identical() argument
H A DunknownType.cpp29 void UnknownType::Identical(TypeRelation *relation, Type *other) in Identical() argument
H A DvoidType.cpp29 void VoidType::Identical(TypeRelation *relation, Type *other) in Identical() argument
/arkcompiler/ets_frontend/ets2panda/ir/ets/
H A DetsNewClassInstanceExpression.cpp104 ETSNewClassInstanceExpression::ETSNewClassInstanceExpression(ETSNewClassInstanceExpression const &other, in ETSNewClassInstanceExpression() argument
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
H A DcallExpression.cpp126 CallExpression::CallExpression(CallExpression const &other, ArenaAllocator *const allocator) in CallExpression() argument
[all...]
H A DsequenceExpression.cpp26 SequenceExpression::SequenceExpression([[maybe_unused]] Tag const tag, SequenceExpression const &other, in SequenceExpression() argument
H A DnewExpression.cpp26 NewExpression::NewExpression([[maybe_unused]] Tag const tag, NewExpression const &other, in NewExpression() argument

Completed in 6 milliseconds

12345678