Lines Matching refs:singleton
116 * \brief Generic singleton creator.
123 * so we have to resort to global singleton instances.
225 //! Create container from elementwise singleton values.
278 //! The resulting interval might not be a singleton if rounding in both
1070 //! Return a reference to a singleton void constant.
1073 static const ExprP<Void> singleton = constant(Void());
1075 return singleton;