Searched refs:cmpt (Results 1 – 9 of 9) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/ |
| H A D | fs_path.cc | 61 struct cmpt struct 76 pair<cmpt, cmpt> root_path() noexcept in root_path() 79 pair<cmpt, cmpt> root; in root_path() 149 cmpt next() noexcept in next() 159 cmpt f; in next() 185 offset(const cmpt& c) const noexcept in offset() 753 std::array<_Parser::cmpt, 64> buf; in _M_append() 762 auto cmpt = parser.next(); in _M_append() local 763 if (cmpt.valid()) in _M_append() 767 *next++ = cmpt; in _M_append() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/ |
| H A D | fs_path.cc | 62 struct cmpt struct 77 pair<cmpt, cmpt> root_path() noexcept in root_path() 80 pair<cmpt, cmpt> root; in root_path() 150 cmpt next() noexcept in next() 160 cmpt f; in next() 186 offset(const cmpt& c) const noexcept in offset() 754 std::array<_Parser::cmpt, 64> buf; in _M_append() 763 auto cmpt = parser.next(); in _M_append() local 764 if (cmpt.valid()) in _M_append() 768 *next++ = cmpt; in _M_append() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/ |
| H A D | std-path.cc | 48 auto cmpt = std::prev(_M_cmpts.end()); in remove_filename() local 49 if (cmpt->_M_type == _Type::_Filename && !cmpt->empty()) in remove_filename() 51 _M_pathname.erase(cmpt->_M_pos); in remove_filename() 52 auto prev = std::prev(cmpt); in remove_filename() 56 _M_cmpts.erase(cmpt); in remove_filename() 60 cmpt->clear(); in remove_filename() 109 int cmpt = 1; in do_compare() local 113 return -cmpt; in do_compare() 115 return +cmpt; in do_compare() 118 ++cmpt; in do_compare() [all …]
|
| H A D | path.cc | 45 auto cmpt = std::prev(_M_cmpts.end()); in remove_filename() local 46 _M_pathname.erase(cmpt->_M_pos); in remove_filename() 47 _M_cmpts.erase(cmpt); in remove_filename() 99 int cmpt = 1; in do_compare() local 103 return -cmpt; in do_compare() 105 return +cmpt; in do_compare() 108 ++cmpt; in do_compare() 114 return -cmpt; in do_compare() 116 return +cmpt; in do_compare()
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/ |
| H A D | path.cc | 45 auto cmpt = std::prev(_M_cmpts.end()); in remove_filename() local 46 _M_pathname.erase(cmpt->_M_pos); in remove_filename() 47 _M_cmpts.erase(cmpt); in remove_filename() 99 int cmpt = 1; in do_compare() local 103 return -cmpt; in do_compare() 105 return +cmpt; in do_compare() 108 ++cmpt; in do_compare() 114 return -cmpt; in do_compare() 116 return +cmpt; in do_compare()
|
| /netbsd-src/external/bsd/pcc/dist/pcc/cc/cxxcom/ |
| H A D | builtins.c | 474 builtin_isany(NODE *a, TWORD rt, int cmpt) in builtin_isany() argument 483 q = buildtree(cmpt, cast(ccopy(a->n_left), t, 0), in builtin_isany()
|
| /netbsd-src/external/bsd/pcc/dist/pcc/cc/ccom/ |
| H A D | builtins.c | 640 builtin_isany(P1ND *a, TWORD rt, int cmpt) in builtin_isany() argument 649 q = buildtree(cmpt, cast(ccopy(a->n_left), t, 0), in builtin_isany()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/alpha/ |
| H A D | alpha.md | 159 ;; SU accepts only /su (cmpt et al)
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/alpha/ |
| H A D | alpha.md | 159 ;; SU accepts only /su (cmpt et al)
|