Home
last modified time | relevance | path

Searched defs:other (Results 1 – 25 of 128) sorted by relevance

123456

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Basic/
HDVisibility.h97 void mergeLinkage(LinkageInfo other) { in mergeLinkage()
132 void mergeVisibility(LinkageInfo other) { in mergeVisibility()
137 void merge(LinkageInfo other) { in merge()
143 void mergeMaybeWithVisibility(LinkageInfo other, bool withVis) { in mergeMaybeWithVisibility()
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Utility/
HDTimeout.h43 Timeout(const Timeout<Ratio2> &other) in Timeout()
48 Timeout(const std::chrono::duration<Rep2, Ratio2> &other) in Timeout()
/freebsd-14-stable/contrib/googletest/googletest/src/
HDgtest-assertion-result.cc45 AssertionResult::AssertionResult(const AssertionResult& other) in AssertionResult()
52 void AssertionResult::swap(AssertionResult& other) { in swap()
/freebsd-14-stable/contrib/llvm-project/libcxx/include/__memory/
HDallocator.h47 typedef allocator<_Up> other; typedef
62 typedef allocator<_Up> other; typedef
/freebsd-14-stable/contrib/llvm-project/lld/ELF/
HDSymbols.cpp386 void Symbol::mergeProperties(const Symbol &other) { in mergeProperties()
397 void Symbol::resolve(const Undefined &other) { in resolve()
577 void Symbol::resolve(const CommonSymbol &other) { in resolve()
615 void Symbol::resolve(const Defined &other) { in resolve()
626 void Symbol::resolve(const LazySymbol &other) { in resolve()
665 void Symbol::resolve(const SharedSymbol &other) { in resolve()
/freebsd-14-stable/lib/libutil/tests/
HDpidfile_test.c63 pid_t other = 0; in test_pidfile_uncontested() local
89 pid_t other = 0; in test_pidfile_self() local
129 pid_t other = 0, pid = 0; in common_test_pidfile_child() local
/freebsd-14-stable/contrib/llvm-project/openmp/runtime/src/
HDkmp_stats_timing.h65 tsc_tick_count later(tsc_tick_count const other) const { in later()
68 tsc_tick_count earlier(tsc_tick_count const other) const { in earlier()
/freebsd-14-stable/contrib/lib9p/pytest/
HDprotocol.py575 def __lt__(self, other): argument
577 def __le__(self, other): argument
579 def __eq__(self, other): argument
581 def __ne__(self, other): argument
583 def __gt__(self, other): argument
585 def __ge__(self, other): argument
/freebsd-14-stable/crypto/openssl/crypto/pkcs12/
HDp12_local.h29 ASN1_TYPE *other; member
41 ASN1_TYPE *other; /* Secret or other bag */ member
/freebsd-14-stable/contrib/googletest/googletest/include/gtest/internal/
HDgtest-param-util.h136 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {} in ParamIterator()
193 ParamGenerator(const ParamGenerator& other) : impl_(other.impl_) {} in ParamGenerator()
247 bool Equals(const ParamIteratorInterface<T>& other) const override { in Equals()
259 Iterator(const Iterator& other) in Iterator()
343 bool Equals(const ParamIteratorInterface<T>& other) const override { in Equals()
354 Iterator(const Iterator& other) in Iterator()
989 bool Equals(const ParamIteratorInterface<To>& other) const override { in Equals()
/freebsd-14-stable/contrib/netbsd-tests/lib/libc/sync/
HDcpp_atomic_ops_linkable.cc52 T tval(1), other(42); in ATest() local
/freebsd-14-stable/contrib/libarchive/libarchive/
HDarchive_rb.c234 const unsigned int other = which ^ RB_DIR_OTHER; in __archive_rb_tree_reparent_nodes() local
280 unsigned int other; in __archive_rb_tree_insert_rebalance() local
554 unsigned int other = which ^ RB_DIR_OTHER; in __archive_rb_tree_removal_rebalance() local
678 const unsigned int other = direction ^ RB_DIR_OTHER; in __archive_rb_tree_iterate() local
/freebsd-14-stable/contrib/kyua/utils/
HDdatetime.cpp211 datetime::delta::operator+=(const datetime::delta& other) in operator +=()
549 datetime::timestamp::operator+=(const datetime::delta& other) in operator +=()
575 datetime::timestamp::operator-=(const datetime::delta& other) in operator -=()
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/msan/
HDmsan_chained_origin_depot.cpp30 u32 ChainedOriginDepotGet(u32 id, u32 *other) { in ChainedOriginDepotGet()
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
HDOptionValueFileSpecList.h24 OptionValueFileSpecList(const OptionValueFileSpecList &other) in OptionValueFileSpecList()
/freebsd-14-stable/crypto/heimdal/lib/krb5/
HDcrypto-pk.c140 krb5_data *other) in encode_otherinfo()
212 krb5_data other; in _krb5_pk_kdf() local
/freebsd-14-stable/contrib/libucl/include/
Ducl++.h263 Ucl(ucl_object_t *other) { in Ucl()
268 Ucl(const ucl_object_t *other) { in Ucl()
272 Ucl(const Ucl &other) { in Ucl()
276 Ucl(Ucl &&other) { in Ucl() function
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
HDOutputAggregator.h62 void Merge(const OutputAggregator &other) { in Merge()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Architecture/PPC64/
HDArchitecturePPC64.cpp43 unsigned char other = sym.GetFlags() >> 8 & 0xFF; in GetLocalEntryOffset() local
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/ADT/
HDDenseMap.h465 const DenseMapBase<OtherBaseT, KeyT, ValueT, KeyInfoT, BucketT> &other) { in copyFrom()
775 DenseMap(const DenseMap &other) : BaseT() { in DenseMap()
780 DenseMap(DenseMap &&other) : BaseT() { in DenseMap() function
824 void copyFrom(const DenseMap& other) { in copyFrom()
956 SmallDenseMap(const SmallDenseMap &other) : BaseT() { in SmallDenseMap()
961 SmallDenseMap(SmallDenseMap &&other) : BaseT() { in SmallDenseMap() function
1066 void copyFrom(const SmallDenseMap& other) { in copyFrom()
/freebsd-14-stable/contrib/processor-trace/libipt/test/src/
HDptunit-event_queue.c151 int other; in evq_others_empty() local
308 size_t other; in find_none_evb() local
335 size_t other; in evq_enqueue_other() local
/freebsd-14-stable/contrib/llvm-project/libcxx/src/include/
HDsso_allocator.h47 using other = __sso_allocator<U, _Np>; member
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_dense_map.h316 const DenseMapBase<OtherBaseT, KeyT, ValueT, KeyInfoT, BucketT> &other) { in copyFrom()
587 DenseMap(const DenseMap &other) : BaseT() { in DenseMap()
592 DenseMap(DenseMap &&other) : BaseT() { in DenseMap() function
623 void copyFrom(const DenseMap &other) { in copyFrom()
/freebsd-14-stable/contrib/jemalloc/include/jemalloc/internal/
HDticker.h26 ticker_copy(ticker_t *ticker, const ticker_t *other) { in ticker_copy()
/freebsd-14-stable/contrib/googletest/googletest/include/gtest/
HDgtest-matchers.h285 MatcherBase(const MatcherBase& other) in MatcherBase()
299 MatcherBase(MatcherBase&& other) in MatcherBase() function

123456