Home
last modified time | relevance | path

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

12345

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DVisibility.h92 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 DTimeout.h43 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 DSymbols.cpp415 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 Dallocator.h41 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 Dpidfile_test.c65 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 Dkmp_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-13.1/contrib/llvm-project/lldb/source/Utility/
H A DXcodeSDK.cpp57 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 Dprotocol.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-13.1/crypto/openssl/crypto/pkcs12/
H A Dp12_local.h29 ASN1_TYPE *other; member
41 ASN1_TYPE *other; /* Secret or other bag */ member
/freebsd-13.1/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-param-util.h126 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 Dgtest-param-util-generated.h83 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 Dcpp_atomic_ops_linkable.cc52 T tval(1), other(42); in ATest() local
/freebsd-13.1/contrib/libarchive/libarchive/
H A Darchive_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-13.1/contrib/kyua/utils/
H A Ddatetime.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-13.1/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_chained_origin_depot.cpp30 u32 ChainedOriginDepotGet(u32 id, u32 *other) { in ChainedOriginDepotGet()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueFileSpecList.h24 OptionValueFileSpecList(const OptionValueFileSpecList &other) in OptionValueFileSpecList()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDenseMap.h422 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 DOptional.h71 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 Dfsaccess.c65 #define SET_AND_CLEAR(user, group, other) \ in isc_fsaccess_set() argument
/freebsd-13.1/crypto/heimdal/lib/krb5/
H A Dcrypto-pk.c140 krb5_data *other) in encode_otherinfo()
212 krb5_data other; in _krb5_pk_kdf() local
/freebsd-13.1/contrib/libucl/include/
H A 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-13.1/contrib/llvm-project/lldb/source/Plugins/Architecture/PPC64/
H A DArchitecturePPC64.cpp50 unsigned char other = sym.GetFlags() >> 8 & 0xFF; in GetLocalEntryOffset() local
/freebsd-13.1/contrib/processor-trace/libipt/test/src/
H A Dptunit-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-13.1/contrib/llvm-project/lld/include/lld/Core/
H A DInstrumentation.h75 ScopedTask(ScopedTask &&other) { in ScopedTask() function
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDefs.h52 struct rebind { typedef fuzzer_allocator<Other> other; }; typedef

12345