Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/be/
Dbbt.h150 StmtNode *firstStmt; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/
Dbb.h82 …BB(MapleAllocator *alloc, MapleAllocator *versAlloc, BBId id, StmtNode *firstStmt, StmtNode *lastS… in BB()
/arkcompiler/ets_frontend/ts2panda/src/
Dpandagen.ts226 private firstStmt: ts.Statement | undefined; property in PandaGen
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcgbb.h931 StmtNode *firstStmt = nullptr; variable