Searched refs:constructAndDirectiveStack (Results 1 – 1 of 1) sorted by relevance
222 constructAndDirectiveStack.emplace_back(&eval); in enterConstructOrDirective()229 constructAndDirectiveStack.pop_back(); in exitConstructOrDirective()285 if (constructAndDirectiveStack.size() > 0) { in addEvaluation()286 eval.parentConstruct = constructAndDirectiveStack.back(); in addEvaluation()751 std::vector<lower::pft::Evaluation *> constructAndDirectiveStack{}; member in __anon08121b360111::PFTBuilder