Lines Matching defs:template
35 <https://llvm.org/doxygen/InstVisitor_8h_source.html>`__) template.
126 template is:
317 1. Provide a template specialization of ``llvm::format_provider<T>`` for your
323 template<>
758 template <typename T> ErrorOr<T> expectedToErrorOr(Expected<T> TOrErr);
759 template <typename T> Expected<T> errorOrToExpected(ErrorOr<T> TOrEC);
1082 Function template
1086 make it a function template that is templated on the callable type.
1090 template<typename Callable>
1095 The ``function_ref`` class template
1100 template represents a reference to a callable object, templated over the type
2354 number of elements in the template parameter N are exceeded.
2366 parameter to the ValueMap template.
2666 traversed. Following the example of the C++ standard template library, the
2675 program representation, the standard template library algorithms may be used on
3009 registers (see ``IRBuilder``'s template arguments).
3347 polymorphism"). For example, a template over some type parameter ``T`` can be