Searched refs:_First (Results 1 – 4 of 4) sorted by relevance
| /freebsd-9-stable/contrib/libstdc++/include/debug/ |
| D | macros.h | 56 #define __glibcxx_check_valid_range(_First,_Last) \ argument 57 _GLIBCXX_DEBUG_VERIFY(__gnu_debug::__valid_range(_First, _Last), \ 59 ._M_iterator(_First, #_First) \ 92 #define __glibcxx_check_insert_range(_Position,_First,_Last) \ argument 93 __glibcxx_check_valid_range(_First,_Last); \ 121 #define __glibcxx_check_erase_range(_First,_Last) \ argument 122 __glibcxx_check_valid_range(_First,_Last); \ 123 _GLIBCXX_DEBUG_VERIFY(_First._M_attached_to(this), \ 126 ._M_iterator(_First, #_First) \ 145 #define __glibcxx_check_strict_weak_ordering(_First,_Last) \ argument [all …]
|
| D | debug.h | 69 # define __glibcxx_requires_valid_range(_First,_Last) argument 70 # define __glibcxx_requires_sorted(_First,_Last) argument 71 # define __glibcxx_requires_sorted_pred(_First,_Last,_Pred) argument 72 # define __glibcxx_requires_partitioned(_First,_Last,_Value) argument 73 # define __glibcxx_requires_partitioned_pred(_First,_Last,_Value,_Pred) argument 74 # define __glibcxx_requires_heap(_First,_Last) argument 75 # define __glibcxx_requires_heap_pred(_First,_Last,_Pred) argument 120 # define __glibcxx_requires_valid_range(_First,_Last) \ argument 121 __glibcxx_check_valid_range(_First,_Last) 122 # define __glibcxx_requires_sorted(_First,_Last) \ argument [all …]
|
| /freebsd-9-stable/contrib/libstdc++/include/bits/ |
| D | boost_concept_check.h | 276 template <class _First, class _Second> \ 282 _First __a; \ 287 template <class _Ret, class _First, class _Second> \ 293 _First __a; \ 355 template <class _Func, class _Return, class _First, class _Second> 362 _First __first; 367 template <class _Func, class _First, class _Second> 368 struct _BinaryFunctionConcept<_Func, void, _First, _Second> 374 _First __first; 388 template <class _Func, class _First, class _Second> [all …]
|
| /freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Lex/ |
| D | PPCallbacks.h | 325 PPChainedCallbacks(PPCallbacks *_First, PPCallbacks *_Second) in PPChainedCallbacks() argument 326 : First(_First), Second(_Second) {} in PPChainedCallbacks()
|