Home
last modified time | relevance | path

Searched refs:invalidNode (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/core/
DregAllocator.h131 ir::AstNode *invalidNode = nullptr; in Alloc() local
133 … auto *ret = Allocator()->New<T>(isInvalid ? invalidNode : node, std::forward<Args>(args)...); in Alloc()