Searched defs:IassignMeStmt (Results 1 – 1 of 1) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/ |
| D | me_ir.h | 243 class IassignMeStmt; // circular dependency exists, no other choice variable 2200 IassignMeStmt(MapleAllocator *alloc, const StmtNode *stt) in IassignMeStmt() function 2205 IassignMeStmt(MapleAllocator *, const IassignMeStmt &iss) in IassignMeStmt() function 2210 …IassignMeStmt(MapleAllocator *, TyIdx tidx, IvarMeExpr *l, MeExpr *r, const MapleMap<OStIdx, ChiMe… in IassignMeStmt() function 2216 IassignMeStmt(MapleAllocator *alloc, TyIdx tidx, IvarMeExpr &l, MeExpr &r) in IassignMeStmt() function
|