Searched refs:dereferenceable (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/
H A Ddir.cc153 "non-dereferenceable directory iterator",
163 "cannot advance non-dereferenceable directory iterator",
328 [[maybe_unused]] const bool dereferenceable = _M_dirs != nullptr; local
332 _GLIBCXX_THROW_OR_ABORT(filesystem_error(dereferenceable
334 : "non-dereferenceable recursive directory iterator cannot pop",
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/
H A Dfs_dir.cc161 "cannot advance non-dereferenceable directory iterator",
345 [[maybe_unused]] const bool dereferenceable = _M_dirs != nullptr; local
349 _GLIBCXX_THROW_OR_ABORT(filesystem_error(dereferenceable
351 : "non-dereferenceable recursive directory iterator cannot pop",
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/
H A Ddir.cc181 "non-dereferenceable directory iterator",
191 "cannot advance non-dereferenceable directory iterator",
355 [[maybe_unused]] const bool dereferenceable = _M_dirs != nullptr; local
359 _GLIBCXX_THROW_OR_ABORT(filesystem_error(dereferenceable
361 : "non-dereferenceable recursive directory iterator cannot pop",
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
H A Dfs_dir.cc241 "cannot advance non-dereferenceable directory iterator",
443 [[maybe_unused]] const bool dereferenceable = _M_dirs != nullptr; local
447 _GLIBCXX_THROW_OR_ABORT(filesystem_error(dereferenceable
449 : "non-dereferenceable recursive directory iterator cannot pop",
/netbsd-current/external/apache2/llvm/dist/llvm/utils/vim/syntax/
H A Dllvm.vim78 \ dereferenceable
/netbsd-current/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLLexer.cpp645 KEYWORD(dereferenceable);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp3578 return "unknown-dereferenceable";
3579 return std::string("dereferenceable") +
3622 // for overflows of the dereferenceable bytes.
3639 // dereferenceable bytes in a circluar loop now, which will simply
3659 STATS_DECLTRACK_FLOATING_ATTR(dereferenceable)
3672 STATS_DECLTRACK_FNRET_ATTR(dereferenceable)
3687 STATS_DECLTRACK_ARG_ATTR(dereferenceable)
3698 STATS_DECLTRACK_CSARG_ATTR(dereferenceable)
3712 STATS_DECLTRACK_CS_ATTR(dereferenceable); variable

Completed in 173 milliseconds