| /src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/generic/ |
| messages_members.h | 1 // std::messages implementation details, generic version -*- C++ -*- 31 // ISO C++ 14882: 22.2.7.1.2 messages virtual functions 42 messages<_CharT>::messages(size_t __refs) function in class:messages 47 messages<_CharT>::messages(__c_locale, const char*, size_t __refs) function in class:messages 52 typename messages<_CharT>::catalog 53 messages<_CharT>::open(const basic_string<char>& __s, const locale& __loc, 59 messages<_CharT>::~messages() [all...] |
| /src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/gnu/ |
| messages_members.h | 1 // std::messages implementation details, GNU version -*- C++ -*- 31 // ISO C++ 14882: 22.2.7.1.2 messages functions 44 messages<_CharT>::messages(size_t __refs) function in class:messages 50 messages<_CharT>::messages(__c_locale __cloc, const char* __s, function in class:messages 69 typename messages<_CharT>::catalog 70 messages<_CharT>::open(const basic_string<char>& __s, const locale& __loc, 79 messages<_CharT>::~messages() [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/generic/ |
| messages_members.h | 1 // std::messages implementation details, generic version -*- C++ -*- 31 // ISO C++ 14882: 22.2.7.1.2 messages virtual functions 42 messages<_CharT>::messages(size_t __refs) function in class:messages 47 messages<_CharT>::messages(__c_locale, const char*, size_t __refs) function in class:messages 52 typename messages<_CharT>::catalog 53 messages<_CharT>::open(const basic_string<char>& __s, const locale& __loc, 59 messages<_CharT>::~messages() [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/gnu/ |
| messages_members.h | 1 // std::messages implementation details, GNU version -*- C++ -*- 31 // ISO C++ 14882: 22.2.7.1.2 messages functions 44 messages<_CharT>::messages(size_t __refs) function in class:messages 50 messages<_CharT>::messages(__c_locale __cloc, const char* __s, function in class:messages 69 typename messages<_CharT>::catalog 70 messages<_CharT>::open(const basic_string<char>& __s, const locale& __loc, 79 messages<_CharT>::~messages() [all...] |
| /src/external/gpl3/gcc/dist/contrib/ |
| filter-clang-warnings.py | 74 messages = set() variable 84 messages.add(line) 86 for line in sorted(messages): 89 print('\nTotal warnings: %d' % len(messages))
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/ieee_1003.1-2001/ |
| messages_members.h | 1 // std::messages implementation details, IEEE 1003.1-200x version -*- C++ -*- 31 // ISO C++ 14882: 22.2.7.1.2 messages virtual functions 42 typename messages<_CharT>::catalog 43 messages<_CharT>::open(const basic_string<char>& __s, const locale& __loc, 49 messages<_CharT>::~messages() 53 typename messages<_CharT>::catalog 54 messages<_CharT>::do_open(const basic_string<char>& __s, 59 typename messages<_CharT>::string_type 60 messages<_CharT>::do_get(catalog __c, int __setid, int __msgid [all...] |
| /src/external/gpl3/gcc.old/dist/contrib/ |
| filter-clang-warnings.py | 73 messages = [] variable 82 messages.append(line) 84 for line in sorted(messages):
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/ieee_1003.1-2001/ |
| messages_members.h | 1 // std::messages implementation details, IEEE 1003.1-200x version -*- C++ -*- 31 // ISO C++ 14882: 22.2.7.1.2 messages virtual functions 42 typename messages<_CharT>::catalog 43 messages<_CharT>::open(const basic_string<char>& __s, const locale& __loc, 49 messages<_CharT>::~messages() 53 typename messages<_CharT>::catalog 54 messages<_CharT>::do_open(const basic_string<char>& __s, 59 typename messages<_CharT>::string_type 60 messages<_CharT>::do_get(catalog __c, int __setid, int __msgid [all...] |
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| locale_classes.h | 101 * monetary, and messages. They form a bitmask that supports union and 112 static const category messages = 1L << 5; member in class:locale 114 time | monetary | messages); 349 // collate, ctype, monetary, numeric, time, and messages. These
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
| locale_classes.h | 93 * monetary, and messages. They form a bitmask that supports union and 104 static const category messages = 1L << 5; member in class:locale 106 time | monetary | messages); 326 // collate, ctype, monetary, numeric, time, and messages. These
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| format.c | 284 re-issuing warning messages. If TARG is PER_XVEC_NO_TARGET, then 285 it acts like a sort of wildcard -- messages are only reissued if 287 which one it is. If TARG is anything else, then only messages 297 print_warnmsg (&list->messages); 304 print_warnmsg (&iter->messages); 305 clear_warnmsg (&iter->messages); 391 struct per_xvec_messages messages = { abfd, PER_XVEC_NO_TARGET, NULL, NULL }; local 432 orig_messages = _bfd_set_error_handler_caching (&messages); 676 print_and_clear_messages (&messages, abfd->xvec); 723 print_and_clear_messages (&messages, PER_XVEC_NO_TARGET) [all...] |
| libbfd.h | 968 /* Cached _bfd_check_format messages are put in this. */ 983 struct per_xvec_message *messages; 981 struct per_xvec_message *messages; member in struct:per_xvec_messages
|
| /src/external/gpl2/gettext/dist/gettext-tools/src/ |
| message.h | 36 named 'messages'. */ 37 #define MESSAGE_DOMAIN_DEFAULT "messages" 150 /* Used for checking that messages have been used, in the msgcmp, 206 If keep_messages = 0, also free the messages. If keep_messages = 1, don't 207 free the messages. */ 245 If keep_level = 0, also free the messages. If keep_level = 1, don't free 246 the messages but free the lists. If keep_level = 2, don't free the 247 the messages and the lists. */ 268 message_list_ty *messages; member in struct:msgdomain_ty
|
| msgl-fsearch.c | 1 /* Fast fuzzy searching among messages. 33 /* Fuzzy searching of L strings in a large set of N messages (assuming 37 So we preprocess the set of N messages, yielding a data structure 38 that allows to select the similar messages for any given string, and 46 occurring in the message strings to the list of messages that contains 55 Searching the similar messages to, say, "closest", is done by looking up 63 and only the first few messages from this frequency list are passed to 179 /* Such short strings are handled by direct comparison with all messages 192 message_ty **messages; member in struct:message_fuzzy_index_ty 199 /* Allocate a fuzzy index corresponding to a given list of messages [all...] |
| /src/external/gpl3/binutils/dist/bfd/ |
| format.c | 286 re-issuing warning messages. If TARG is PER_XVEC_NO_TARGET, then 287 it acts like a sort of wildcard -- messages are reissued if all 288 targets with messages have identical messages. One copy of the 289 messages are then reissued. If TARG is anything else, then only 290 messages associated with TARG are emitted. */ 303 struct per_xvec_message *msg1 = list->messages; 304 struct per_xvec_message *msg2 = iter->messages; 326 print_warnmsg (&iter->messages); 327 clear_warnmsg (&iter->messages); 458 struct per_xvec_messages messages = { abfd, PER_XVEC_NO_TARGET, NULL, NULL }; local [all...] |
| libbfd.h | 942 /* Cached _bfd_check_format messages are put in this. */ 957 struct per_xvec_message *messages; 955 struct per_xvec_message *messages; member in struct:per_xvec_messages
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| format.c | 312 re-issuing warning messages. If TARG is PER_XVEC_NO_TARGET, then 313 it acts like a sort of wildcard -- messages are reissued if all 314 targets with messages have identical messages. One copy of the 315 messages are then reissued. If TARG is anything else, then only 316 messages associated with TARG are emitted. */ 329 struct per_xvec_message *msg1 = list->messages; 330 struct per_xvec_message *msg2 = iter->messages; 352 print_warnmsg (&iter->messages); 353 clear_warnmsg (&iter->messages); 469 struct per_xvec_messages messages = { abfd, PER_XVEC_NO_TARGET, NULL, NULL }; local [all...] |
| libbfd.h | 961 /* Cached _bfd_check_format messages are put in this. */ 976 struct per_xvec_message *messages; 974 struct per_xvec_message *messages; member in struct:per_xvec_messages
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/ |
| locale.cc | 67 const locale::category locale::messages; member in class:locale 183 __ret = messages;
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/ |
| locale.cc | 67 const locale::category locale::messages; member in class:locale 183 __ret = messages;
|
| /src/external/gpl3/gdb/dist/bfd/ |
| format.c | 284 re-issuing warning messages. If TARG is PER_XVEC_NO_TARGET, then 285 it acts like a sort of wildcard -- messages are reissued if all 286 targets with messages have identical messages. One copy of the 287 messages are then reissued. If TARG is anything else, then only 288 messages associated with TARG are emitted. */ 301 struct per_xvec_message *msg1 = list->messages; 302 struct per_xvec_message *msg2 = iter->messages; 324 print_warnmsg (&iter->messages); 325 clear_warnmsg (&iter->messages); 411 struct per_xvec_messages messages = { abfd, PER_XVEC_NO_TARGET, NULL, NULL }; local [all...] |
| libbfd.h | 972 /* Cached _bfd_check_format messages are put in this. */ 987 struct per_xvec_message *messages; 985 struct per_xvec_message *messages; member in struct:per_xvec_messages
|
| /src/external/gpl3/binutils/dist/gas/ |
| listing.c | 176 /* Pointers to linked list of messages associated with this line. */ 177 struct list_message *messages, *last_message; member in struct:list_info_struct 236 listing_tail->messages = lm; 410 new_i->messages = NULL; 919 for (msg = list->messages; msg; msg = msg->next)
|
| /src/external/gpl3/binutils.old/dist/gas/ |
| listing.c | 176 /* Pointers to linked list of messages associated with this line. */ 177 struct list_message *messages, *last_message; member in struct:list_info_struct 236 listing_tail->messages = lm; 410 new_i->messages = NULL; 919 for (msg = list->messages; msg; msg = msg->next)
|
| /src/external/apache2/llvm/dist/libcxx/src/ |
| locale.cpp | 155 const locale::category locale::messages; member in class:locale 231 install(&make<_VSTD::messages<char> >(1u)); 232 install(&make<_VSTD::messages<wchar_t> >(1u)); 358 if (c & locale::messages) 443 if (c & locale::messages) 445 install_from<_VSTD::messages<char> >(one); 446 install_from<_VSTD::messages<wchar_t> >(one); 6329 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS messages<char>; variable in typeref:class:_LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS 6330 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS messages<wchar_t>; variable in typeref:class:_LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS
|