Home
last modified time | relevance | path

Searched refs:tparam (Results 1 – 25 of 39) sorted by relevance

12

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddtemplate.c46 static size_t templateParameterLookup(Type *tparam, TemplateParameters *parameters);
48 static unsigned char deduceWildHelper(Type *t, Type **at, Type *tparam);
49 static MATCH deduceTypeHelper(Type *t, Type **at, Type *tparam);
1042 TypeDeduced(Type *tt, Expression *e, Type *tparam) in TypeDeduced() argument
1047 tparams.push(tparam); in TypeDeduced()
1054 void update(Expression *e, Type *tparam) in update() argument
1057 tparams.push(tparam); in update()
1059 void update(Type *tt, Expression *e, Type *tparam) in update() argument
1063 tparams.push(tparam); in update()
1490 TemplateParameter *tparam = (*parameters)[i]; in deduceFunctionTemplateMatch() local
[all …]
H A Ddcast.c861 Type *tparam = fparam->type; in implicitConvTo() local
862 if (!tparam) in implicitConvTo()
866 if (targ->constConv(tparam->castMod(mod)) == MATCHnomatch) in implicitConvTo()
1138 Type *tparam = fparam->type; in implicitConvTo() local
1139 if (!tparam) in implicitConvTo()
1143 if (targ->constConv(tparam->castMod(mod)) == MATCHnomatch) in implicitConvTo()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddtemplate.d1754 TemplateParameter tparam = (*parameters)[i]; in deduceFunctionTemplateMatch() local
1763 if (tparam.specialization() || !tparam.isTemplateTypeParameter()) in deduceFunctionTemplateMatch()
1769 … MATCH m2 = tparam.matchArg(instLoc, paramscope, dedargs, i, parameters, dedtypes, null); in deduceFunctionTemplateMatch()
1776 … error("specialization not allowed for deduced parameter `%s`", tparam.ident.toChars()); in deduceFunctionTemplateMatch()
1783 (*dedargs)[i] = declareParameter(paramscope, tparam, oded); in deduceFunctionTemplateMatch()
1788 oded = tparam.defaultArg(instLoc, paramscope); in deduceFunctionTemplateMatch()
1791 (*dedargs)[i] = declareParameter(paramscope, tparam, oded); in deduceFunctionTemplateMatch()
2130 TemplateParameter tparam = (*parameters)[i]; in deduceFunctionTemplateMatch() local
2146 if (tparam.specialization() || !tparam.isTemplateTypeParameter()) in deduceFunctionTemplateMatch()
2152 … MATCH m2 = tparam.matchArg(instLoc, paramscope, dedargs, i, parameters, dedtypes, null); in deduceFunctionTemplateMatch()
[all …]
/netbsd-src/external/bsd/kyua-cli/dist/utils/config/
H A Dtree.ipp51 /// \tparam LeafType The node type of the leaf we are defining.
69 /// \tparam LeafType The node type of the leaf we are querying.
96 /// \tparam LeafType The node type of the leaf we are querying.
124 /// \tparam LeafType The node type of the leaf we are setting.
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Dsstream51 * @tparam _CharT Type of character stream.
52 * @tparam _Traits Traits for character type, defaults to
54 * @tparam _Alloc Allocator type, defaults to allocator<_CharT>.
381 * @tparam _CharT Type of character stream.
382 * @tparam _Traits Traits for character type, defaults to
384 * @tparam _Alloc Allocator type, defaults to allocator<_CharT>.
539 * @tparam _CharT Type of character stream.
540 * @tparam _Traits Traits for character type, defaults to
542 * @tparam _Alloc Allocator type, defaults to allocator<_CharT>.
697 * @tparam _CharT Type of character stream.
[all …]
H A Dfstream64 * @tparam _CharT Type of character stream.
65 * @tparam _Traits Traits for character type, defaults to
482 * @tparam _CharT Type of character stream.
483 * @tparam _Traits Traits for character type, defaults to
743 * @tparam _CharT Type of character stream.
744 * @tparam _Traits Traits for character type, defaults to
1006 * @tparam _CharT Type of character stream.
1007 * @tparam _Traits Traits for character type, defaults to
H A Dany446 * @tparam _ValueType A const-reference or CopyConstructible type.
470 * @tparam _ValueType A reference or CopyConstructible type.
538 * @tparam _ValueType The type of the contained object.
H A Darray90 * @tparam Tp Type of element. Required to be a complete type.
91 * @tparam Nm Number of elements.
H A Dmemory186 * @tparam _Align An alignment value (i.e. a power of two)
187 * @tparam _Tp An object type
H A Distream49 * @tparam _CharT Type of character stream.
50 * @tparam _Traits Traits for character type, defaults to
816 * @tparam _CharT Type of character stream.
817 * @tparam _Traits Traits for character type, defaults to
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Dsstream63 * @tparam _CharT Type of character stream.
64 * @tparam _Traits Traits for character type, defaults to
66 * @tparam _Alloc Allocator type, defaults to allocator<_CharT>.
534 * @tparam _CharT Type of character stream.
535 * @tparam _Traits Traits for character type, defaults to
537 * @tparam _Alloc Allocator type, defaults to allocator<_CharT>.
758 * @tparam _CharT Type of character stream.
759 * @tparam _Traits Traits for character type, defaults to
761 * @tparam _Alloc Allocator type, defaults to allocator<_CharT>.
982 * @tparam _CharT Type of character stream.
[all …]
H A Dfstream69 * @tparam _CharT Type of character stream.
70 * @tparam _Traits Traits for character type, defaults to
487 * @tparam _CharT Type of character stream.
488 * @tparam _Traits Traits for character type, defaults to
748 * @tparam _CharT Type of character stream.
749 * @tparam _Traits Traits for character type, defaults to
1011 * @tparam _CharT Type of character stream.
1012 * @tparam _Traits Traits for character type, defaults to
H A Dany453 * @tparam _ValueType A const-reference or CopyConstructible type.
477 * @tparam _ValueType A reference or CopyConstructible type.
545 * @tparam _ValueType The type of the contained object.
H A Dbit73 * @tparam _To A trivially-copyable type.
96 * @tparam _Tp An integral type.
H A Darray95 * @tparam Tp Type of element. Required to be a complete type.
96 * @tparam Nm Number of elements.
H A Distream49 * @tparam _CharT Type of character stream.
50 * @tparam _Traits Traits for character type, defaults to
882 * @tparam _CharT Type of character stream.
883 * @tparam _Traits Traits for character type, defaults to
H A Dstring_view88 * @tparam _CharT Type of character
89 * @tparam _Traits Traits for character type, defaults to
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DDiagnosticCommentKinds.td112 // tparam command
115 "'%select{\\|@}0tparam' command used in a comment that is not attached to "
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/
H A Dany347 * @tparam _ValueType A const-reference or CopyConstructible type.
368 * @tparam _ValueType A reference or CopyConstructible type.
459 * @tparam _ValueType The type of the contained object.
H A Dstring_view64 * @tparam _CharT Type of character
65 * @tparam _Traits Traits for character type, defaults to
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/
H A Dany347 * @tparam _ValueType A const-reference or CopyConstructible type.
368 * @tparam _ValueType A reference or CopyConstructible type.
459 * @tparam _ValueType The type of the contained object.
H A Dstring_view63 * @tparam _CharT Type of character
64 * @tparam _Traits Traits for character type, defaults to
/netbsd-src/external/bsd/kyua-cli/dist/utils/text/
H A Doperations.ipp64 /// \tparam Type The type to convert the string to. An input stream operator
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Dcms.c1095 cms_key_param *tparam; in cms_main() local
1097 tparam = key_param->next; in cms_main()
1099 key_param = tparam; in cms_main()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DCommentCommands.td110 def Tparam : BlockCommand<"tparam"> { let IsTParamCommand = 1; }

12