| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Visibility.h | 92 void mergeLinkage(LinkageInfo other) { in mergeLinkage() 127 void mergeVisibility(LinkageInfo other) { in mergeVisibility() 132 void merge(LinkageInfo other) { in merge() 138 void mergeMaybeWithVisibility(LinkageInfo other, bool withVis) { in mergeMaybeWithVisibility()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | Timeout.h | 43 Timeout(const Timeout<Ratio2> &other) in Timeout() 48 Timeout(const std::chrono::duration<Rep2, Ratio2> &other) in Timeout()
|
| /freebsd-13.1/contrib/llvm-project/lld/ELF/ |
| H A D | Symbols.cpp | 415 void Symbol::mergeProperties(const Symbol &other) { in mergeProperties() 426 void Symbol::resolve(const Symbol &other) { in resolve() 458 void Symbol::resolveUndefined(const Undefined &other) { in resolveUndefined() 661 void Symbol::resolveCommon(const CommonSymbol &other) { in resolveCommon() 691 void Symbol::resolveDefined(const Defined &other) { in resolveDefined() 708 template <class LazyT> void Symbol::resolveLazy(const LazyT &other) { in resolveLazy() 748 void Symbol::resolveShared(const SharedSymbol &other) { in resolveShared()
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/__memory/ |
| H A D | allocator.h | 41 template <class _Up> struct _LIBCPP_DEPRECATED_IN_CXX17 rebind {typedef allocator<_Up> other;}; typedef 52 template <class _Up> struct _LIBCPP_DEPRECATED_IN_CXX17 rebind {typedef allocator<_Up> other;}; typedef
|
| /freebsd-13.1/lib/libutil/tests/ |
| H A D | pidfile_test.c | 65 pid_t other = 0; in test_pidfile_uncontested() local 91 pid_t other = 0; in test_pidfile_self() local 131 pid_t other = 0, pid = 0; in common_test_pidfile_child() local
|
| /freebsd-13.1/contrib/llvm-project/openmp/runtime/src/ |
| H A D | kmp_stats_timing.h | 65 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-13.1/contrib/llvm-project/lldb/source/Utility/ |
| H A D | XcodeSDK.cpp | 57 XcodeSDK &XcodeSDK::operator=(const XcodeSDK &other) { in operator =() 62 bool XcodeSDK::operator==(const XcodeSDK &other) { in operator ==() 150 void XcodeSDK::Merge(const XcodeSDK &other) { in Merge()
|
| /freebsd-13.1/contrib/lib9p/pytest/ |
| H A D | protocol.py | 575 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-13.1/crypto/openssl/crypto/pkcs12/ |
| H A D | p12_local.h | 29 ASN1_TYPE *other; member 41 ASN1_TYPE *other; /* Secret or other bag */ member
|
| /freebsd-13.1/contrib/googletest/googletest/include/gtest/internal/ |
| H A D | gtest-param-util.h | 126 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {} in ParamIterator() 184 ParamGenerator(const ParamGenerator& other) : impl_(other.impl_) {} in ParamGenerator() 236 virtual bool Equals(const ParamIteratorInterface<T>& other) const { in Equals() 248 Iterator(const Iterator& other) in Iterator() 334 virtual bool Equals(const ParamIteratorInterface<T>& other) const { in Equals() 345 Iterator(const Iterator& other) in Iterator()
|
| H A D | gtest-param-util-generated.h | 83 ValueArray1(const ValueArray1& other) : v1_(other.v1_) {} in ValueArray1() 125 ValueArray3(const ValueArray3& other) : v1_(other.v1_), v2_(other.v2_), in ValueArray3() 3638 Iterator(const Iterator& other) in Iterator() 3762 Iterator(const Iterator& other) in Iterator() 3904 Iterator(const Iterator& other) in Iterator() 4063 Iterator(const Iterator& other) in Iterator() 4241 Iterator(const Iterator& other) in Iterator() 4436 Iterator(const Iterator& other) in Iterator() 4650 Iterator(const Iterator& other) in Iterator() 4880 Iterator(const Iterator& other) in Iterator() [all …]
|
| /freebsd-13.1/contrib/netbsd-tests/lib/libc/sync/ |
| H A D | cpp_atomic_ops_linkable.cc | 52 T tval(1), other(42); in ATest() local
|
| /freebsd-13.1/contrib/libarchive/libarchive/ |
| H A D | archive_rb.c | 234 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-13.1/contrib/kyua/utils/ |
| H A D | datetime.cpp | 211 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-13.1/contrib/llvm-project/compiler-rt/lib/msan/ |
| H A D | msan_chained_origin_depot.cpp | 30 u32 ChainedOriginDepotGet(u32 id, u32 *other) { in ChainedOriginDepotGet()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | OptionValueFileSpecList.h | 24 OptionValueFileSpecList(const OptionValueFileSpecList &other) in OptionValueFileSpecList()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | DenseMap.h | 422 const DenseMapBase<OtherBaseT, KeyT, ValueT, KeyInfoT, BucketT> &other) { in copyFrom() 732 DenseMap(const DenseMap &other) : BaseT() { in DenseMap() 737 DenseMap(DenseMap &&other) : BaseT() { in DenseMap() function 781 void copyFrom(const DenseMap& other) { in copyFrom() 911 SmallDenseMap(const SmallDenseMap &other) : BaseT() { in SmallDenseMap() 916 SmallDenseMap(SmallDenseMap &&other) : BaseT() { in SmallDenseMap() function 1021 void copyFrom(const SmallDenseMap& other) { in copyFrom()
|
| H A D | Optional.h | 71 constexpr OptionalStorage(OptionalStorage const &other) : OptionalStorage() { in OptionalStorage() function 76 constexpr OptionalStorage(OptionalStorage &&other) : OptionalStorage() { in OptionalStorage() function
|
| /freebsd-13.1/contrib/ntp/lib/isc/unix/ |
| H A D | fsaccess.c | 65 #define SET_AND_CLEAR(user, group, other) \ in isc_fsaccess_set() argument
|
| /freebsd-13.1/crypto/heimdal/lib/krb5/ |
| H A D | crypto-pk.c | 140 krb5_data *other) in encode_otherinfo() 212 krb5_data other; in _krb5_pk_kdf() local
|
| /freebsd-13.1/contrib/libucl/include/ |
| H A D | ucl++.h | 263 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-13.1/contrib/llvm-project/lldb/source/Plugins/Architecture/PPC64/ |
| H A D | ArchitecturePPC64.cpp | 50 unsigned char other = sym.GetFlags() >> 8 & 0xFF; in GetLocalEntryOffset() local
|
| /freebsd-13.1/contrib/processor-trace/libipt/test/src/ |
| H A D | ptunit-event_queue.c | 151 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-13.1/contrib/llvm-project/lld/include/lld/Core/ |
| H A D | Instrumentation.h | 75 ScopedTask(ScopedTask &&other) { in ScopedTask() function
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerDefs.h | 52 struct rebind { typedef fuzzer_allocator<Other> other; }; typedef
|