Home
last modified time | relevance | path

Searched refs:Gensym (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/
H A Dutil.h27 ir::Identifier *Gensym(ArenaAllocator *allocator);
H A Dutil.cpp41 ir::Identifier *Gensym(ArenaAllocator *const allocator) in Gensym() function
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DopAssignment.cpp170 ident1 = Gensym(allocator); in ConstructOpAssignmentResult()
177 ident2 = Gensym(allocator); in ConstructOpAssignmentResult()
261 id1 = Gensym(allocator); in ConstructUpdateResult()
269 id2 = Gensym(allocator); in ConstructUpdateResult()
289 id3 = Gensym(allocator); in ConstructUpdateResult()
H A DobjectIterator.cpp97 ir::Identifier *const iterIdent = Gensym(allocator); in ProcessObjectIterator()
98 ir::Identifier *const nextIdent = Gensym(allocator); in ProcessObjectIterator()
H A DoptionalLowering.cpp58 auto *tmpIdent = Gensym(allocator); in LowerOptionalExpr()
H A DrecordLowering.cpp234 auto *ident = Gensym(checker->Allocator()); in CreateBlockExpression()
H A DobjectLiteralLowering.cpp119 auto *genSymIdent = Gensym(allocator); in GenerateNewStatements()
H A DtupleLowering.cpp128 auto *gensym = Gensym(checker_->Allocator()); in GenerateSymbol()

Completed in 4 milliseconds