HomeSort by relevance Sort by last modified time
    Searched full:tparam (Results 1 - 25 of 82) sorted by null

1 2 3 4

  /external/clang/test/Index/
overriding-ftemplate-comments.cpp 11 /// \tparam
25 /// \tparam BBB Bbb
26 /// \tparam AAA Aaa
39 /// \tparam BBB Bbb
40 /// \tparam UUU Zzz
41 /// \tparam CCC Ccc
42 /// \tparam AAA Aaa
55 /// \tparam AAA Aaa
56 /// \tparam BBB Bbb
57 /// \tparam CCC Cc
    [all...]
comment-cplus-template-decls.cpp 61 /// \tparam
comment-to-html-xml-conversion.cpp 272 /// \tparam
289 /// \tparam T
306 /// \tparam T2 Bbb
307 /// \tparam T1 Aaa
311 // CHECK: comment-to-html-xml-conversion.cpp:[[@LINE-2]]:6: FunctionTemplate=comment_to_html_conversion_19:{{.*}} FullCommentAsHTML=[<dl><dt class="tparam-name-index-0">T1</dt><dd class="tparam-descr-index-0"> Aaa</dd><dt class="tparam-name-index-1">T2</dt><dd class="tparam-descr-index-1"> Bbb </dd></dl>] FullCommentAsXML=[<Function templateKind="template" file="{{[^"]+}}comment-to-html-xml-conversion.cpp" line="[[@LINE-2]]" column="6"><Name>comment_to_html_conversion_19</Name><USR>c:@FT@&gt;2#T#Tcomment_to_html_conversion_19#t0.0#t0.1#</USR><Declaration>template &lt;typename T1, typename T2&gt;\nvoid comment_to_html_conversion_19(T1 aaa, T2 bbb)</Declaration><TemplateParameters><Parameter><Name>T1</Name><Index>0</Index><Discussion><Para> Aaa</Para></Discussion></Parameter><Parameter><Name>T2</Name><Index>1</Index><Discussion><Para> Bbb </Para></Discussion></Parameter></TemplateParameters></Function>]
324 /// \tparam T2 Bbb
325 /// \tparam U Zz
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/
assoc_container.hpp 78 * @tparam Key Key type.
79 * @tparam Mapped Map type.
80 * @tparam Hash_Fn Hashing functor.
81 * @tparam Eq_Fn Equal functor.
82 * @tparam Resize_Policy Resizes hash.
83 * @tparam Store_Hash Indicates whether the hash value
85 * @tparam Tag Instantiating data structure type,
87 * @tparam Policy_TL Policy typelist.
88 * @tparam _Alloc Allocator type.
175 * @tparam Key Key type
    [all...]
priority_queue.hpp 65 * @tparam _Tv Value type.
66 * @tparam Cmp_Fn Comparison functor.
67 * @tparam Tag Instantiating data structure type,
69 * @tparam _Alloc Allocator type.
trie_policy.hpp 63 * @tparam String String type.
64 * @tparam Min_E_Val Minimal element value.
65 * @tparam Max_E_Val Maximum element value.
66 * @tparam Reverse Reverse iteration should be used.
68 * @tparam _Alloc Allocator type.
  /external/clang/test/Sema/
warn-documentation.cpp 312 // expected-warning@+1 {{'\tparam' command used in a comment that is not attached to a template declaration}}
313 /// \tparam T Aaa
316 // expected-warning@+1 {{'\tparam' command used in a comment that is not attached to a template declaration}}
317 /// \tparam T Aaa
320 // expected-warning@+1 {{empty paragraph passed to '\tparam' command}}
321 /// \tparam
327 /// \tparam T Aaa
332 /// \tparam T Aaa
336 /// \tparam T Aaa
341 /// \tparam T1 Aa
    [all...]
warn-documentation-fixits.cpp 13 /// \tparam ZZZZZZZZZZ Aaa
18 /// \tparam SomTy Aaa
19 /// \tparam OtherTy Bbb
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/gp_hash_table_map_/
gp_ht_map_.hpp 99 * @tparam Key Key type.
101 * @tparam Mapped Map type.
103 * @tparam Hash_Fn Hashing functor.
106 * @tparam Eq_Fn Equal functor.
109 * @tparam _Alloc Allocator type.
111 * @tparam Store_Hash If key type stores extra metadata.
114 * @tparam Comb_Probe_Fn Combining probe functor.
121 * @tparam Probe_Fn Probe functor.
125 * @tparam Resize_Policy Resizes hash.
  /external/eigen/Eigen/src/CholmodSupport/
CholmodSupport.h 347 * \tparam _MatrixType the type of the sparse matrix A, it must be a SparseMatrix<>
348 * \tparam _UpLo the triangular part that will be used for the computations. It can be Lower
394 * \tparam _MatrixType the type of the sparse matrix A, it must be a SparseMatrix<>
395 * \tparam _UpLo the triangular part that will be used for the computations. It can be Lower
439 * \tparam _MatrixType the type of the sparse matrix A, it must be a SparseMatrix<>
440 * \tparam _UpLo the triangular part that will be used for the computations. It can be Lower
486 * \tparam _MatrixType the type of the sparse matrix A, it must be a SparseMatrix<>
487 * \tparam _UpLo the triangular part that will be used for the computations. It can be Lower
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/cc_hash_table_map_/
cc_ht_map_.hpp 101 * @tparam Key Key type.
103 * @tparam Mapped Map type.
105 * @tparam Hash_Fn Hashing functor.
108 * @tparam Eq_Fn Equal functor.
111 * @tparam _Alloc Allocator type.
113 * @tparam Store_Hash If key type stores extra metadata.
116 * @tparam Comb_Hash_Fn Combining hash functor.
123 * @tparam Resize_Policy Resizes hash.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stream_iterator.h 148 * @tparam _Tp The type to write to the ostream.
149 * @tparam _CharT The ostream char_type.
150 * @tparam _Traits The ostream char_traits.
  /external/eigen/Eigen/src/Core/
Matrix.h 27 * \tparam _Scalar \anchor matrix_tparam_scalar Numeric type, e.g. float, double, int or std::complex<float>.
29 * \tparam _Rows Number of rows, or \b Dynamic
30 * \tparam _Cols Number of columns, or \b Dynamic
33 * \tparam _Options \anchor matrix_tparam_options A combination of either \b #RowMajor or \b #ColMajor, and of either
37 * \tparam _MaxRows Maximum number of rows. Defaults to \a _Rows (\ref maxrows "note").
38 * \tparam _MaxCols Maximum number of columns. Defaults to \a _Cols (\ref maxrows "note").
Map.h 21 * \tparam PlainObjectType the equivalent matrix type of the mapped data
22 * \tparam MapOptions specifies whether the pointer is \c #Aligned, or \c #Unaligned.
24 * \tparam StrideType optionally specifies strides. By default, Map assumes the memory layout
DenseCoeffsBase.h 24 * \tparam Derived Type of the derived class
25 * \tparam #ReadOnlyAccessors Constant indicating read-only access
264 * \tparam Derived Type of the derived class
265 * \tparam #WriteAccessors Constant indicating read/write access
556 * \tparam Derived Type of the derived class
557 * \tparam #DirectAccessors Constant indicating direct access
626 * \tparam Derived Type of the derived class
627 * \tparam #DirectWriteAccessors Constant indicating direct access
  /external/eigen/Eigen/src/IterativeLinearSolvers/
ConjugateGradient.h 101 * \tparam _MatrixType the type of the sparse matrix A, can be a dense or a sparse matrix.
102 * \tparam _UpLo the triangular part that will be used for the computations. It can be Lower
104 * \tparam _Preconditioner the type of the preconditioner. Default is DiagonalPreconditioner
BasicPreconditioners.h 24 * \tparam _Scalar the type of the scalar.
BiCGSTAB.h 111 * \tparam _MatrixType the type of the sparse matrix A, can be a dense or a sparse matrix.
112 * \tparam _Preconditioner the type of the preconditioner. Default is DiagonalPreconditioner
  /external/clang/test/Misc/
ast-dump-comment.cpp 38 /// \tparam Aaa xxx
  /external/clang/include/clang/AST/
CommentCommandTraits.h 46 /// \\param and \\tparam commands -- these have special argument parsers.
67 /// a template parameter (\\tparam or an alias).
CommentParser.h 103 /// Parse arguments for \\tparam command.
  /external/clang/include/clang/Basic/
DiagnosticCommentKinds.td 108 // tparam command
111 "'%select{\\|@}0tparam' command used in a comment that is not attached to "
  /external/llvm/utils/TableGen/
SequenceToOffsetTable.h 32 /// @tparam SeqT The sequence container. (vector or string).
33 /// @tparam Less A stable comparator for SeqT elements.
  /external/clang/bindings/xml/
comment-xml-schema.rng 175 variables, but the user can specify \tparam \param or \returns
211 namespaces, but the user can specify \tparam, \param or \returns
283 enums, but the user can specify \tparam \param or \returns in a
  /external/skia/src/core/
SkTileGrid.h 86 * \tparam T a type to which it is safe to cast a datum and that has an operator <

Completed in 323 milliseconds

1 2 3 4