| /src/external/gpl3/gdb.old/dist/gdb/python/lib/gdb/dap/ |
| startup.py | 23 from enum import IntEnum, auto namespace 131 DEFAULT = auto() 132 FULL = auto()
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| tid-parse.c | 105 const auto [inf_num, thr_num] = parse_thread_id_1 (tidstr, end); local
|
| /src/external/gpl3/gdb/dist/gdb/python/lib/gdb/dap/ |
| startup.py | 23 from enum import IntEnum, auto namespace 131 DEFAULT = auto() 132 FULL = auto()
|
| /src/external/gpl3/gdb/dist/gdb/ |
| tid-parse.c | 105 const auto [inf_num, thr_num] = parse_thread_id_1 (tidstr, end); local
|
| /src/external/bsd/jemalloc.old/dist/scripts/ |
| gen_travis.py | 4 from enum import Enum, auto namespace 65 COMPILER = auto() 66 COMPILER_FLAG = auto() 67 CONFIGURE_FLAG = auto() 68 MALLOC_CONF = auto() 69 FEATURE = auto()
|
| /src/external/bsd/jemalloc/dist/scripts/ |
| gen_gh_actions.py | 4 from enum import Enum, auto namespace 36 COMPILER = auto() 37 COMPILER_FLAG = auto() 38 CONFIGURE_FLAG = auto() 39 MALLOC_CONF = auto() 40 FEATURE = auto()
|
| gen_travis.py | 4 from enum import Enum, auto namespace 65 COMPILER = auto() 66 COMPILER_FLAG = auto() 67 CONFIGURE_FLAG = auto() 68 MALLOC_CONF = auto() 69 FEATURE = auto()
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| stl_algobase.h | 1831 constexpr auto 1838 auto __c = __x <=> __y; 1856 [[nodiscard]] constexpr auto 1878 const auto [__len, __lencmp] = _GLIBCXX_STD_A:: local 1882 const auto __blen = __len * sizeof(*__first1); 1883 const auto __c 1895 if (auto __cmp = __comp(*__first1, *__first2); __cmp != 0) 1904 constexpr auto 2262 auto __matches
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/ |
| floating_to_chars.cc | 443 constexpr auto get_uint_t = [] { 627 const auto [mantissa, exponent, sign] = get_ieee_repr(value); local 655 constexpr auto& pow10_adjustment_tab 749 const auto orig_first = first; 846 if (auto result = __handle_special_value(first, last, value, 852 const auto [ieee_mantissa, biased_exponent, sign] = get_ieee_repr(value); local 957 const auto nibble = unsigned(effective_mantissa >> rounded_mantissa_bits); 964 const auto nibble = unsigned(effective_mantissa >> (rounded_mantissa_bits-4)); 1009 const auto nibble = unsigned(effective_mantissa >> nibble_offset); 1120 if (auto result = __handle_special_value(first, last, value, fmt, 0) 1336 const auto [mantissa, biased_exponent, sign] = get_ieee_repr(value); local [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
| stl_algobase.h | 1605 auto __d1 = std::distance(__first1, __last1); 1606 auto __d2 = std::distance(__first2, __last2); 1632 auto __d1 = std::distance(__first1, __last1); 1633 auto __d2 = std::distance(__first2, __last2); 1795 constexpr auto 1802 auto __c = __x <=> __y; 1820 constexpr auto 1842 const auto [__len, __lencmp] = _GLIBCXX_STD_A:: local 1846 const auto __blen = __len * sizeof(*__first1); 1847 const auto __ [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/ |
| floating_to_chars.cc | 394 constexpr auto get_uint_t = [] { 503 const auto [mantissa, exponent, sign] = get_ieee_repr(value); local 531 constexpr auto& pow10_adjustment_tab 625 const auto orig_first = first; 700 if (auto result = __handle_special_value(first, last, value, 706 const auto [ieee_mantissa, biased_exponent, sign] = get_ieee_repr(value); local 801 const auto nibble = unsigned(effective_mantissa >> rounded_mantissa_bits); 808 const auto nibble = unsigned(effective_mantissa >> (rounded_mantissa_bits-4)); 853 const auto nibble = unsigned(effective_mantissa >> nibble_offset); 931 if (auto result = __handle_special_value(first, last, value, fmt, 0) 1145 const auto [mantissa, biased_exponent, sign] = get_ieee_repr(value); local [all...] |
| /src/external/gpl2/gettext/dist/gettext-tools/misc/ |
| po-mode.el | 38 ;; (setq auto-mode-alist (cons '("\\.po\\'\\|\\.po\\." . po-mode) 39 ;; auto-mode-alist)) 100 (defcustom po-auto-edit-with-msgid nil 105 (defcustom po-auto-fuzzy-on-edit nil 110 (defcustom po-auto-select-on-unfuzzy nil 115 (defcustom po-auto-replace-revision-date t 675 /SPC Auto select V Validate 698 ["Auto select" po-auto-select-entry 978 (define-key po-mode-map " " 'po-auto-select-entry [all...] |