Home
last modified time | relevance | path

Searched defs:iterator_traits (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBlockInCriticalSectionChecker.cpp273 struct std::iterator_traits< struct in std
275 using iterator_category = std::forward_iterator_tag;
276 using value_type = CritSectionMarker;
277 using difference_type = std::ptrdiff_t;
278 using reference = CritSectionMarker &;
279 using pointer = CritSectionMarker *;
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__iterator/
H A Diterator_traits.h36 struct _LIBCPP_TEMPLATE_VIS iterator_traits; variable