HomeSort by: relevance | last modified time | path
    Searched refs:as_const (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/libcxx/include/__ranges/
access.h 167 noexcept(noexcept(ranges::begin(_VSTD::as_const(__t))))
169 return ranges::begin(_VSTD::as_const(__t));
191 noexcept(noexcept(ranges::end(_VSTD::as_const(__t))))
193 return ranges::end(_VSTD::as_const(__t));
  /src/external/gpl3/gcc/dist/gcc/
cfgloop.h 669 /* Provide the functionality of std::as_const to support range-based for
670 to use const iterator. (We can't use std::as_const itself because it's
674 as_const (T &t) function
  /src/external/gpl3/gcc.old/dist/gcc/
cfgloop.h 661 /* Provide the functionality of std::as_const to support range-based for
662 to use const iterator. (We can't use std::as_const itself because it's
666 as_const (T &t) function
  /src/external/gpl3/gcc/dist/gcc/cp/
std-name-hint.h 500 {"as_const", "<utility>", cxx17},

Completed in 18 milliseconds