Lines Matching refs:returns

179   returns the ``list<int>`` type when called with the ``int`` type.
194 It returns an instance of ``Recty`` corresponding to the derived class.
213 The ``get()`` function takes the length of the sequence, *n*, and returns the
223 returns the ``ListRecTy`` type corresponding to ``list<``\ *type*\ ``>``.
239 instances of the *direct* superclasses of the record and returns the ``RecordRecTy``
306 * A static function named ``get()`` that returns an ``Init`` representing
307 the specified value(s). In the case of ``BitInit``, ``get(true)`` returns
308 an instance of ``BitInit`` representing true, while ``get(false)`` returns
313 * A function named ``GetValue()`` that returns the value of the instance
385 ``getValue()``. Instead, it provides ``getDef()``, which returns the
396 latter function returns the integer as an ``int64_t``.
410 latter function returns an ``ArrayRef`` of the vector of pointers to ``Init``
439 latter function returns the ``StringRef``.
516 * ``getClasses()`` returns a ``RecordMap`` reference for all the classes.
518 * ``getClass(``\ *name*\ ``)`` returns a ``Record`` reference for the named
540 * ``getDefs()`` returns a ``RecordMap`` reference for all the concrete
543 * ``getDef(``\ *name*\ ``)`` returns a ``Record`` reference for the named
546 * ``getAllDerivedDefinitions(``\ *classname*\ ``)`` returns a vector of
550 * ``getAllDerivedDefinitions(``\ *classnames*\ ``)`` returns
569 ``getNameInitAsString()``, which returns the name as a ``std::string``.
583 The ``getValue()`` function returns the ``RecordVal`` instance for a field
592 ``getValueInit``, returns the value as an ``Init *``. Another function,
593 ``isValueUnset``, returns a boolean specifying whether the value is unset
608 Here is a function that returns a field value as a ``Record``, but returns
619 functions returns null.
625 record. It is named ``getSuperClasses`` and returns an ``ArrayRef`` of an