clang 20.0.0git
|
Public Types | |
using | iterator_category = std::forward_iterator_tag |
using | value_type = CritSectionMarker |
using | difference_type = std::ptrdiff_t |
using | reference = CritSectionMarker & |
using | pointer = CritSectionMarker * |
Definition at line 218 of file BlockInCriticalSectionChecker.cpp.
using std::iterator_traits< typename llvm::ImmutableList< CritSectionMarker >::iterator >::difference_type = std::ptrdiff_t |
Definition at line 222 of file BlockInCriticalSectionChecker.cpp.
using std::iterator_traits< typename llvm::ImmutableList< CritSectionMarker >::iterator >::iterator_category = std::forward_iterator_tag |
Definition at line 220 of file BlockInCriticalSectionChecker.cpp.
using std::iterator_traits< typename llvm::ImmutableList< CritSectionMarker >::iterator >::pointer = CritSectionMarker * |
Definition at line 224 of file BlockInCriticalSectionChecker.cpp.
using std::iterator_traits< typename llvm::ImmutableList< CritSectionMarker >::iterator >::reference = CritSectionMarker & |
Definition at line 223 of file BlockInCriticalSectionChecker.cpp.
using std::iterator_traits< typename llvm::ImmutableList< CritSectionMarker >::iterator >::value_type = CritSectionMarker |
Definition at line 221 of file BlockInCriticalSectionChecker.cpp.