Home
last modified time | relevance | path

Searched defs:GetPreferredType (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ir/ets/
DetsNewMultiDimArrayInstanceExpression.h82 [[nodiscard]] checker::Type *GetPreferredType() noexcept in GetPreferredType() function
87 [[nodiscard]] checker::Type const *GetPreferredType() const noexcept in GetPreferredType() function
DetsNewArrayInstanceExpression.h83 [[nodiscard]] checker::Type *GetPreferredType() noexcept in GetPreferredType() function
88 [[nodiscard]] checker::Type const *GetPreferredType() const noexcept in GetPreferredType() function
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
DarrayExpression.h107 [[nodiscard]] checker::Type *GetPreferredType() noexcept in GetPreferredType() function
112 [[nodiscard]] checker::Type const *GetPreferredType() const noexcept in GetPreferredType() function
DarrowFunctionExpression.h60 [[nodiscard]] checker::Type *GetPreferredType() noexcept in GetPreferredType() function
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzer.cpp680 checker::Type *ETSAnalyzer::GetPreferredType(ir::ArrayExpression *expr) const in GetPreferredType() function in ark::es2panda::checker::ETSAnalyzer