Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/
DglobalDeclTransformer.h40 struct ResultT { struct
41 …explicit ResultT(ArenaAllocator *alloc) : classProperties(alloc->Adapter()), initStatements(alloc-… in ResultT() function
64 ResultT TransformStatements(const ArenaVector<ir::Statement *> &stmts, bool addInitializer); argument