Searched refs:other (Results 76 - 100 of 513) sorted by relevance

1234567891011>>

/freebsd-current/contrib/llvm-project/lldb/bindings/interface/
H A DSBSectionExtensions.i8 def __eq__(self, other):
9 return not self.__ne__(other)
H A DSBSymbolExtensions.i8 def __eq__(self, other):
9 return not self.__ne__(other)
/freebsd-current/contrib/processor-trace/libipt/test/src/
H A Dptunit-event_queue.c11 * and/or other materials provided with the distribution.
151 int other; local
153 for (other = 0; other < evb_max; ++other) {
156 ob = (enum pt_event_binding) other;
308 size_t other; local
310 for (other = 0; other < evb_max; ++other) {
335 size_t other; local
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Object/
H A DArchive.h215 bool operator==(const Child &other) const {
216 assert(!Parent || !other.Parent || Parent == other.Parent);
217 return Data.begin() == other.Data.begin();
267 bool operator==(const ChildFallibleIterator &other) const {
271 return C == other.C;
274 bool operator!=(const ChildFallibleIterator &other) const {
275 return !(*this == other);
298 bool operator==(const Symbol &other) const {
299 return (Parent == other
[all...]
/freebsd-current/contrib/kyua/engine/
H A Dtap_parser.cpp12 // documentation and/or other materials provided with the distribution.
362 /// \param other The object to compare this one to.
366 engine::tap_summary::operator==(const tap_summary& other) const
368 return (_bailed_out == other._bailed_out &&
369 _plan == other._plan &&
370 _all_skipped_reason == other._all_skipped_reason &&
371 _ok_count == other._ok_count &&
372 _not_ok_count == other._not_ok_count);
378 /// \param other The object to compare this one to.
382 engine::tap_summary::operator!=(const tap_summary& other) cons
[all...]
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pragma/
H A Dtst.temporal2.ksh52 * record its data just a little bit before the other cpus.
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i386/pid/
H A Dtst.branch.d48 pid$1:a.out:other:
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/sparc/pid/
H A Dtst.branch.d48 pid$1:a.out:other:
/freebsd-current/contrib/lutok/examples/
H A DMakefile12 # documentation and/or other materials provided with the distribution.
36 LUTOK_CXXFLAGS = $$(pkg-config --cflags-only-other lutok)
38 $$(pkg-config --libs-only-other lutok)
/freebsd-current/contrib/netbsd-tests/lib/libc/sync/
H A Dcpp_atomic_ops_linkable.cc17 * documentation and/or other materials provided with the distribution.
52 T tval(1), other(42);
53 m_val.compare_exchange_weak(tval, other,
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Architecture/PPC64/
H A DArchitecturePPC64.cpp43 unsigned char other = sym.GetFlags() >> 8 & 0xFF; local
44 return llvm::ELF::decodePPC64LocalEntryOffset(other);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZMachineScheduler.cpp214 operator<(const Candidate &other) { argument
217 if (GroupingCost < other.GroupingCost)
219 if (GroupingCost > other.GroupingCost)
223 if (ResourcesCost < other.ResourcesCost)
225 if (ResourcesCost > other.ResourcesCost)
229 if (SU->getHeight() > other.SU->getHeight())
231 if (SU->getHeight() < other.SU->getHeight())
235 if (SU->NodeNum < other.SU->NodeNum)
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugAranges.h55 bool operator<(const Range &other) const {
56 return LowPC < other.LowPC;
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScoreboardHazardRecognizer.h52 Scoreboard &operator=(const Scoreboard &other) = delete; member in class:llvm::ScoreboardHazardRecognizer::Scoreboard
53 Scoreboard(const Scoreboard &other) = delete; member in class:llvm::ScoreboardHazardRecognizer::Scoreboard
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/
H A DMinidumpFileBuilder.h48 MinidumpFileBuilder(MinidumpFileBuilder &&other) = default; member in class:MinidumpFileBuilder
49 MinidumpFileBuilder &operator=(MinidumpFileBuilder &&other) = default; member in class:MinidumpFileBuilder
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_dense_map.h316 const DenseMapBase<OtherBaseT, KeyT, ValueT, KeyInfoT, BucketT> &other) {
317 CHECK_NE(&other, this);
318 CHECK_EQ(getNumBuckets(), other.getNumBuckets());
320 setNumEntries(other.getNumEntries());
321 setNumTombstones(other.getNumTombstones());
326 other.getBuckets(), getNumBuckets() * sizeof(BucketT));
330 KeyT(other.getBuckets()[i].getFirst());
334 ValueT(other.getBuckets()[i].getSecond());
587 DenseMap(const DenseMap &other) : BaseT() { argument
589 copyFrom(other);
315 copyFrom( const DenseMapBase<OtherBaseT, KeyT, ValueT, KeyInfoT, BucketT> &other) argument
592 DenseMap(DenseMap &&other) argument
609 operator =(const DenseMap &other) argument
615 operator =(DenseMap &&other) argument
623 copyFrom(const DenseMap &other) argument
[all...]
H A Dsanitizer_ring_buffer.h121 CompactRingBuffer(const CompactRingBuffer &other, void *storage) { argument
122 uptr size = other.GetStorageSize();
123 internal_memcpy(storage, other.StartOfStorage(), size);
125 uptr Idx = other.Next() - (const T *)other.StartOfStorage();
H A Dsanitizer_flags.h32 void CopyFrom(const CommonFlags &other);
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/acl/off/
H A Dposixmode.ksh59 other=$ZFS_ACL_STAFF2
86 log_must user_run $other rm $file
96 log_must user_run $other rm $file
117 log_mustnot user_run $other rm $file
126 log_mustnot user_run $other rm $file
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ADT/
H A DTypeSwitch.h28 TypeSwitchBase(TypeSwitchBase &&other) : value(other.value) {} argument
34 void operator=(TypeSwitchBase &&other) = delete; member in class:llvm::detail::TypeSwitchBase
40 // traces at -O0 (or other optimization levels). Large TypeSwitch's are
112 TypeSwitch(TypeSwitch &&other) = default;
159 TypeSwitch(TypeSwitch &&other) = default;
H A DDenseMap.h449 const DenseMapBase<OtherBaseT, KeyT, ValueT, KeyInfoT, BucketT> &other) {
450 assert(&other != this);
451 assert(getNumBuckets() == other.getNumBuckets());
453 setNumEntries(other.getNumEntries());
454 setNumTombstones(other.getNumTombstones());
458 memcpy(reinterpret_cast<void *>(getBuckets()), other.getBuckets(),
463 KeyT(other.getBuckets()[i].getFirst());
467 ValueT(other.getBuckets()[i].getSecond());
759 DenseMap(const DenseMap &other) : BaseT() { argument
761 copyFrom(other);
448 copyFrom( const DenseMapBase<OtherBaseT, KeyT, ValueT, KeyInfoT, BucketT> &other) argument
764 DenseMap(DenseMap &&other) argument
794 operator =(const DenseMap& other) argument
800 operator =(DenseMap &&other) argument
808 copyFrom(const DenseMap& other) argument
940 SmallDenseMap(const SmallDenseMap &other) argument
945 SmallDenseMap(SmallDenseMap &&other) argument
1036 operator =(const SmallDenseMap& other) argument
1042 operator =(SmallDenseMap &&other) argument
1050 copyFrom(const SmallDenseMap& other) argument
[all...]
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Expression/
H A DDiagnosticManager.h121 /// Moves over the contents of a second diagnostic manager over. Leaves other
123 void Consume(DiagnosticManager &&other) { argument
124 std::move(other.m_diagnostics.begin(), other.m_diagnostics.end(),
126 m_fixed_expression = std::move(other.m_fixed_expression);
127 other.Clear();
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.h291 void addFrom(const CallArgList &other) { argument
292 insert(end(), other.begin(), other.end());
293 Writebacks.insert(Writebacks.end(), other.Writebacks.begin(),
294 other.Writebacks.end());
296 other.CleanupsToDeactivate.begin(),
297 other.CleanupsToDeactivate.end());
298 assert(!(StackBase && other.StackBase) && "can't merge stackbases");
300 StackBase = other.StackBase;
/freebsd-current/contrib/libcxxrt/
H A Dtypeinfo.h12 * and/or other materials provided with the distribution.
151 virtual void *cast_to(void *obj, const struct __class_type_info *other) const;
170 virtual void *cast_to(void *obj, const struct __class_type_info *other) const;
253 virtual void *cast_to(void *obj, const struct __class_type_info *other) const;
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.h367 /// Check other options before using a callee-saved register for the first
428 void add(RAGreedyStats other) { argument
429 Reloads += other.Reloads;
430 FoldedReloads += other.FoldedReloads;
431 ZeroCostFoldedReloads += other.ZeroCostFoldedReloads;
432 Spills += other.Spills;
433 FoldedSpills += other.FoldedSpills;
434 Copies += other.Copies;
435 ReloadsCost += other.ReloadsCost;
436 FoldedReloadsCost += other
[all...]

Completed in 319 milliseconds

1234567891011>>