Home
last modified time | relevance | path

Searched refs:__obj (Results 1 – 18 of 18) sorted by relevance

/freebsd-12.1/contrib/libstdc++/include/bits/
H A Dstream_iterator.h70 istream_iterator(const istream_iterator& __obj) in _GLIBCXX_BEGIN_NAMESPACE()
71 : _M_stream(__obj._M_stream), _M_value(__obj._M_value), in _GLIBCXX_BEGIN_NAMESPACE()
72 _M_ok(__obj._M_ok) in _GLIBCXX_BEGIN_NAMESPACE()
185 ostream_iterator(const ostream_iterator& __obj) in ostream_iterator() argument
186 : _M_stream(__obj._M_stream), _M_string(__obj._M_string) { } in ostream_iterator()
/freebsd-12.1/share/mk/
H A Dbsd.dep.mk235 .for __obj in ${DEPENDOBJS:O:u}
239 .if ${__obj:M*/*}
241 _meta_obj= ${.OBJDIR:C,/,_,g}_${__obj:C,/,_,g}.meta
243 _meta_obj= ${__obj:C,/,_,g}.meta
246 _meta_obj= ${__obj}.meta
248 _dep_obj= ${DEPENDFILE}.${__obj:${DEPEND_FILTER}}
255 ${__obj}: ${OBJS_DEPEND_GUESS}
256 ${__obj}: ${OBJS_DEPEND_GUESS.${__obj}}
263 ${__obj}: ${OBJS_DEPEND_GUESS:N*.h}
264 ${__obj}: ${OBJS_DEPEND_GUESS.${__obj}}
H A Dbsd.clang-analyze.mk81 .for __obj in ${CLANG_ANALYZE_OBJS}
82 ${__obj}: ${OBJS_DEPEND_GUESS}
83 ${__obj}: ${OBJS_DEPEND_GUESS.${__obj}}
/freebsd-12.1/contrib/libstdc++/include/ext/
H A Dhashtable.h436 insert_unique(const value_type& __obj)
439 return insert_unique_noresize(__obj);
443 insert_equal(const value_type& __obj)
446 return insert_equal_noresize(__obj);
603 _M_new_node(const value_type& __obj)
758 _Node* __tmp = _M_new_node(__obj);
776 _Node* __tmp = _M_new_node(__obj);
783 _Node* __tmp = _M_new_node(__obj);
793 find_or_insert(const value_type& __obj)
797 size_type __n = _M_bkt_num(__obj);
[all …]
H A Dcodecvt_specializations.h114 encoding_state(const encoding_state& __obj) : _M_in_desc(0), _M_out_desc(0) in _GLIBCXX_BEGIN_NAMESPACE()
115 { construct(__obj); } in _GLIBCXX_BEGIN_NAMESPACE()
119 operator=(const encoding_state& __obj) in _GLIBCXX_BEGIN_NAMESPACE()
121 construct(__obj); in _GLIBCXX_BEGIN_NAMESPACE()
188 construct(const encoding_state& __obj) in _GLIBCXX_BEGIN_NAMESPACE()
191 _M_int_enc = __obj._M_int_enc; in _GLIBCXX_BEGIN_NAMESPACE()
192 _M_ext_enc = __obj._M_ext_enc; in _GLIBCXX_BEGIN_NAMESPACE()
193 _M_ext_bom = __obj._M_ext_bom; in _GLIBCXX_BEGIN_NAMESPACE()
194 _M_int_bom = __obj._M_int_bom; in _GLIBCXX_BEGIN_NAMESPACE()
195 _M_bytes = __obj._M_bytes; in _GLIBCXX_BEGIN_NAMESPACE()
H A Dhash_set195 insert(const value_type& __obj)
197 pair<typename _Ht::iterator, bool> __p = _M_ht.insert_unique(__obj);
207 insert_noresize(const value_type& __obj)
210 = _M_ht.insert_unique_noresize(__obj);
400 insert(const value_type& __obj)
401 { return _M_ht.insert_equal(__obj); }
409 insert_noresize(const value_type& __obj)
410 { return _M_ht.insert_equal_noresize(__obj); }
H A Dhash_map201 insert(const value_type& __obj)
202 { return _M_ht.insert_unique(__obj); }
210 insert_noresize(const value_type& __obj)
211 { return _M_ht.insert_unique_noresize(__obj); }
423 insert(const value_type& __obj)
424 { return _M_ht.insert_equal(__obj); }
432 insert_noresize(const value_type& __obj)
433 { return _M_ht.insert_equal_noresize(__obj); }
/freebsd-12.1/sys/conf/
H A Dkern.post.mk287 .for __obj in ${DEPENDOBJS:O:u}
289 _depfile= ${.OBJDIR}/${__obj}.meta
291 _depfile= ${.OBJDIR}/.depend.${__obj}
294 .if ${SYSTEM_OBJS:M${__obj}}
295 ${__obj}: ${OBJS_DEPEND_GUESS}
297 ${__obj}: ${OBJS_DEPEND_GUESS.${__obj}}
304 .if ${SYSTEM_OBJS:M${__obj}}
305 ${__obj}: ${OBJS_DEPEND_GUESS:N*.h}
307 ${__obj}: ${OBJS_DEPEND_GUESS.${__obj}}
/freebsd-12.1/contrib/libstdc++/include/debug/
H A Dhash_multiset.h133 insert(const value_type& __obj) in insert() argument
134 { return iterator(_Base::insert(__obj), this); } in insert()
146 insert_noresize(const value_type& __obj) in insert_noresize() argument
147 { return iterator(_Base::insert_noresize(__obj), this); } in insert_noresize()
H A Dhash_multimap.h139 insert(const value_type& __obj) in insert() argument
140 { return iterator(_Base::insert(__obj), this); } in insert()
151 insert_noresize(const value_type& __obj) in insert_noresize() argument
152 { return iterator(_Base::insert_noresize(__obj), this); } in insert_noresize()
H A Dhash_set.h131 insert(const value_type& __obj) in insert() argument
134 _Base::insert(__obj); in insert()
155 insert_noresize(const value_type& __obj) in insert_noresize() argument
158 _Base::insert_noresize(__obj); in insert_noresize()
H A Dhash_map.h142 insert(const value_type& __obj) in insert() argument
144 std::pair<typename _Base::iterator, bool> __res = _Base::insert(__obj); in insert()
165 insert_noresize(const value_type& __obj) in insert_noresize() argument
168 _Base::insert_noresize(__obj); in insert_noresize()
/freebsd-12.1/contrib/binutils/include/
H A Dobstack.h440 void *__obj = (void *) (OBJ); \
441 if (__obj > (void *)__o->chunk && __obj < (void *)__o->chunk_limit) \
442 __o->next_free = __o->object_base = (char *) __obj; \
443 else (obstack_free) (__o, __obj); })
/freebsd-12.1/contrib/gcclibs/include/
H A Dobstack.h440 void *__obj = (void *) (OBJ); \
441 if (__obj > (void *)__o->chunk && __obj < (void *)__o->chunk_limit) \
442 __o->next_free = __o->object_base = (char *) __obj; \
443 else (obstack_free) (__o, __obj); })
/freebsd-12.1/contrib/gdb/include/
H A Dobstack.h497 void *__obj = (OBJ); \
498 if (__obj > (void *)__o->chunk && __obj < (void *)__o->chunk_limit) \
499 __o->next_free = __o->object_base = __obj; \
500 else (obstack_free) (__o, __obj); })
/freebsd-12.1/gnu/usr.bin/grep/
H A Dobstack.h482 void *__obj = (OBJ); \
483 if (__obj > (void *)__o->chunk && __obj < (void *)__o->chunk_limit) \
484 __o->next_free = __o->object_base = (char *)__obj; \
485 else (obstack_free) (__o, __obj); })
/freebsd-12.1/contrib/libstdc++/libsupc++/
H A Dcxxabi.h392 __do_upcast(const __class_type_info* __dst, const void* __obj,
461 __do_upcast(const __class_type_info*__dst, const void*__obj,
506 __do_upcast(const __class_type_info* __dst, const void* __obj,
/freebsd-12.1/contrib/libc++/include/
H A Dutility923 _T1 exchange(_T1& __obj, _T2 && __new_value)
925 _T1 __old_value = _VSTD::move(__obj);
926 __obj = _VSTD::forward<_T2>(__new_value);