Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dfunc_desc.h57 struct FuncDesc { struct
72 bool Equals(const FuncDesc &desc) const in Equals() argument
88 bool IsConfiged() const in IsConfiged()
93 void SetConfiged() in SetConfiged()
98 bool IsConst() const in IsConst()
103 bool IsPure() const in IsPure()
108 bool IsReturnNoAlias() const in IsReturnNoAlias()
112 bool IsReturnAlias() const in IsReturnAlias()
117 size_t EnumToIndex(const RI &ri) const in EnumToIndex()
138 size_t ReturnParamX() const in ReturnParamX()
[all …]