| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | dtemplate.c | 46 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 D | dcast.c | 861 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 D | dtemplate.d | 1754 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 D | tree.ipp | 51 /// \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 D | sstream | 51 * @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 D | fstream | 64 * @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 D | any | 446 * @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 D | array | 90 * @tparam Tp Type of element. Required to be a complete type. 91 * @tparam Nm Number of elements.
|
| H A D | memory | 186 * @tparam _Align An alignment value (i.e. a power of two) 187 * @tparam _Tp An object type
|
| H A D | istream | 49 * @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 D | sstream | 63 * @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 D | fstream | 69 * @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 D | any | 453 * @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 D | bit | 73 * @tparam _To A trivially-copyable type. 96 * @tparam _Tp An integral type.
|
| H A D | array | 95 * @tparam Tp Type of element. Required to be a complete type. 96 * @tparam Nm Number of elements.
|
| H A D | istream | 49 * @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 D | string_view | 88 * @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 D | DiagnosticCommentKinds.td | 112 // 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 D | any | 347 * @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 D | string_view | 64 * @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 D | any | 347 * @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 D | string_view | 63 * @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 D | operations.ipp | 64 /// \tparam Type The type to convert the string to. An input stream operator
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/apps/ |
| H A D | cms.c | 1095 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 D | CommentCommands.td | 110 def Tparam : BlockCommand<"tparam"> { let IsTParamCommand = 1; }
|