Searched refs:UnaryOperationStencil (Results 1 – 1 of 1) sorted by relevance
111 class UnaryOperationStencil : public StencilInterface { class116 UnaryOperationStencil(UnaryNodeOperator Op, std::string Id) in UnaryOperationStencil() function in __anona430d0b90111::UnaryOperationStencil439 return std::make_shared<UnaryOperationStencil>(UnaryNodeOperator::Parens, in expression()444 return std::make_shared<UnaryOperationStencil>(UnaryNodeOperator::Deref, in deref()449 return std::make_shared<UnaryOperationStencil>(UnaryNodeOperator::MaybeDeref, in maybeDeref()454 return std::make_shared<UnaryOperationStencil>(UnaryNodeOperator::AddressOf, in addressOf()459 return std::make_shared<UnaryOperationStencil>( in maybeAddressOf()464 return std::make_shared<UnaryOperationStencil>(UnaryNodeOperator::Describe, in describe()