Home
last modified time | relevance | path

Searched defs:that (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dread-catalog.c93 default_constructor (abstract_catalog_reader_ty *that) in default_constructor()
111 default_destructor (abstract_catalog_reader_ty *that) in default_destructor()
136 default_parse_brief (abstract_catalog_reader_ty *that) in default_parse_brief()
146 default_parse_debrief (abstract_catalog_reader_ty *that) in default_parse_debrief()
219 default_directive_domain (abstract_catalog_reader_ty *that, char *name) in default_directive_domain()
234 default_directive_message (abstract_catalog_reader_ty *that, in default_directive_message()
258 default_comment (abstract_catalog_reader_ty *that, const char *s) in default_comment()
272 default_comment_dot (abstract_catalog_reader_ty *that, const char *s) in default_comment_dot()
286 default_comment_filepos (abstract_catalog_reader_ty *that, in default_comment_filepos()
307 default_comment_special (abstract_catalog_reader_ty *that, const char *s) in default_comment_special()
H A Dmsgfmt.c840 msgfmt_constructor (abstract_catalog_reader_ty *that) in msgfmt_constructor()
854 msgfmt_parse_debrief (abstract_catalog_reader_ty *that) in msgfmt_parse_debrief()
966 msgfmt_frob_new_message (default_catalog_reader_ty *that, message_ty *mp, in msgfmt_frob_new_message()
1021 msgfmt_comment_special (abstract_catalog_reader_ty *that, const char *s) in msgfmt_comment_special()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
H A Deh_exception.cc64 _ZGTtNKSt9exception4whatEv(const std::exception* that) in _ZGTtNKSt9exception4whatEv()
80 const std::bad_exception* that) in _ZGTtNKSt13bad_exception4whatEv()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
H A Deh_exception.cc64 _ZGTtNKSt9exception4whatEv(const std::exception* that) in _ZGTtNKSt9exception4whatEv()
80 const std::bad_exception* that) in _ZGTtNKSt13bad_exception4whatEv()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
H A Dcow-stdexcept.cc244 _txnal_cow_string_C1_for_exceptions(void* that, const char* s, in _txnal_cow_string_C1_for_exceptions()
306 _txnal_cow_string_c_str(const void* that) in _txnal_cow_string_c_str()
316 _txnal_sso_string_c_str(const void* that) in _txnal_sso_string_c_str()
333 _txnal_cow_string_D1(void* that) in _txnal_cow_string_D1()
433 _ZGTtNKSt11logic_error4whatEv(const std::logic_error* that) in _ZGTtNKSt11logic_error4whatEv()
448 _ZGTtNKSt13runtime_error4whatEv(const std::runtime_error* that) in _ZGTtNKSt13runtime_error4whatEv()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Dcow-stdexcept.cc264 _txnal_cow_string_C1_for_exceptions(void* that, const char* s, in _txnal_cow_string_C1_for_exceptions()
326 _txnal_cow_string_c_str(const void* that) in _txnal_cow_string_c_str()
336 _txnal_sso_string_c_str(const void* that) in _txnal_sso_string_c_str()
353 _txnal_cow_string_D1(void* that) in _txnal_cow_string_D1()
453 _ZGTtNKSt11logic_error4whatEv(const std::logic_error* that) in _ZGTtNKSt11logic_error4whatEv()
468 _ZGTtNKSt13runtime_error4whatEv(const std::runtime_error* that) in _ZGTtNKSt13runtime_error4whatEv()
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DQLParser.tab.cc181 Parser::by_state::by_state (const by_state& that) YY_NOEXCEPT in by_state()
192 Parser::by_state::move (by_state& that) in move()
214 Parser::stack_symbol_type::stack_symbol_type (YY_RVREF (stack_symbol_type) that) in stack_symbol_type()
246 Parser::stack_symbol_type::stack_symbol_type (state_type s, YY_MOVE_REF (symbol_type) that) in stack_symbol_type()
278 Parser::stack_symbol_type::operator= (const stack_symbol_type& that) in operator =()
308 Parser::stack_symbol_type::operator= (stack_symbol_type& that) in operator =()
H A DQLParser.tab.hh1925 Parser::basic_symbol<Base>::basic_symbol (const basic_symbol& that) in basic_symbol()
2010 Parser::by_kind::by_kind (by_kind&& that) YY_NOEXCEPT in by_kind() function in QL::Parser::by_kind
2018 Parser::by_kind::by_kind (const by_kind& that) YY_NOEXCEPT in by_kind()
2038 Parser::by_kind::move (by_kind& that) in move()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DSmallPtrSet.cpp122 const SmallPtrSetImplBase &that) { in SmallPtrSetImplBase()
139 SmallPtrSetImplBase &&that) { in SmallPtrSetImplBase()
H A DAPInt.cpp86 void APInt::initSlowCase(const APInt& that) { in initSlowCase()
/netbsd-src/external/lgpl3/gmp/dist/
H A Dtal-notreent.c59 void *that; in __gmp_tmp_alloc() local
/netbsd-src/games/dab/
H A Dttyscrn.cc217 TTYSCRN* that = new TTYSCRN; in create() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DUser.h127 template <int Idx, typename U> static Use &OpFrom(const U *that) { in OpFrom()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/container/
H A Drbtree.d1070 RedBlackTree that = cast(RedBlackTree) rhs; in opEquals() local