Home
last modified time | relevance | path

Searched defs:Other (Results 1 - 25 of 117) sorted by relevance

12345

/third_party/rust/crates/cxx/tests/ui/
H A Dderive_noncopy.rs8 struct Other { structure names
/third_party/python/Lib/test/
H A Dpyclbr_input.py5 class Other(object): class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DAlignment.h72 constexpr Align(const Align &Other) = default; member
73 constexpr Align(Align &&Other) = default; member
74 Align &operator=(const Align &Other) = default; member
75 Align &operator=(Align &&Other) = default; member
[all...]
H A DMSVCErrorWorkarounds.h31 MSVCPError(MSVCPError &&Other) : Error(std::move(Other)) {} in MSVCPError() argument
33 MSVCPError &operator=(MSVCPError Other) { in operator =() argument
50 MSVCPExpected(MSVCPExpected &&Other) : Expected<T>(std::move(Other)) {} in MSVCPExpected() argument
52 MSVCPExpected &operator=(MSVCPExpected &&Other) { in operator =() argument
67 MSVCPExpected( Expected<OtherT> &&Other, typename std::enable_if<std::is_convertible<OtherT, T>::value>::type * = nullptr) MSVCPExpected() argument
74 MSVCPExpected( Expected<OtherT> &&Other, typename std::enable_if<!std::is_convertible<OtherT, T>::value>::type * = nullptr) MSVCPExpected() argument
[all...]
H A DBinaryStreamReader.h40 BinaryStreamReader(const BinaryStreamReader &Other) in BinaryStreamReader() argument
43 BinaryStreamReader &operator=(const BinaryStreamReader &Other) { in operator =() argument
H A DBinaryStreamWriter.h39 BinaryStreamWriter(const BinaryStreamWriter &Other) in BinaryStreamWriter() argument
42 BinaryStreamWriter &operator=(const BinaryStreamWriter &Other) { in operator =() argument
H A DMemory.h143 OwningMemoryBlock(OwningMemoryBlock &&Other) { in OwningMemoryBlock() argument
147 OwningMemoryBlock& operator=(OwningMemoryBlock &&Other) { in operator =() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/
H A DRemarkStringTable.cpp23 StringTable::StringTable(const ParsedStringTable &Other) : StrTab() { in StringTable() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/Stages/
H A DEntryStage.h35 EntryStage(const EntryStage &Other) = delete; member in llvm::mca::final
36 EntryStage &operator=(const EntryStage &Other) = delete; member in llvm::mca::final
H A DExecuteStage.h46 ExecuteStage(const ExecuteStage &Other) = delete; member in llvm::mca::final
47 ExecuteStage &operator=(const ExecuteStage &Other) = delete; member in llvm::mca::final
H A DMicroOpQueueStage.h45 MicroOpQueueStage(const MicroOpQueueStage &Other) = delete; member in llvm::mca::MicroOpQueueStage
46 MicroOpQueueStage &operator=(const MicroOpQueueStage &Other) = delete; member in llvm::mca::MicroOpQueueStage
H A DRetireStage.h33 RetireStage(const RetireStage &Other) = delete; member in llvm::mca::final
34 RetireStage &operator=(const RetireStage &Other) = delete; member in llvm::mca::final
H A DStage.h31 Stage(const Stage &Other) = delete; member in llvm::mca::Stage
32 Stage &operator=(const Stage &Other) = delete; member in llvm::mca::Stage
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
H A DSizeOpts.h38 Other, // Others. member in llvm::PGSOQueryType
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
H A DModuleDebugStream.h34 ModuleDebugStreamRef(ModuleDebugStreamRef &&Other) = default; member in llvm::pdb::ModuleDebugStreamRef
35 ModuleDebugStreamRef(const ModuleDebugStreamRef &Other) = default; member in llvm::pdb::ModuleDebugStreamRef
54 ModuleDebugStreamRef &operator=(ModuleDebugStreamRef &&Other) = delete; member in llvm::pdb::ModuleDebugStreamRef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
H A DThreadSafeModule.h83 ThreadSafeModule(ThreadSafeModule &&Other) = default; member in llvm::orc::ThreadSafeModule
85 ThreadSafeModule &operator=(ThreadSafeModule &&Other) { in operator =() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DCFLGraph.h62 Node Other; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DMemory.h164 OwningMemoryBlock(OwningMemoryBlock &&Other) { in OwningMemoryBlock() argument
168 OwningMemoryBlock& operator=(OwningMemoryBlock &&Other) { in operator =() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCELFObjectWriter.cpp439 unsigned Other = cast<MCSymbolELF>(Sym).getOther() << 2; in needsRelocateWithSymbol() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DAny.h49 StorageImpl &operator=(const StorageImpl &Other) = delete; member
50 StorageImpl(const StorageImpl &Other) = delete; member
56 Any(const Any &Other) in Any() argument
84 Any(Any &&Other) : Storage(std::move(Other.Storage)) {} in Any() argument
86 Any &swap(Any &Other) { in swap() argument
91 Any &operator=(Any Other) { in operator =() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DSelectionDAGAddressAnalysis.h60 bool equalBaseIndex(const BaseIndexOffset &Other, in equalBaseIndex() argument
72 contains(const SelectionDAG &DAG, int64_t BitSize, const BaseIndexOffset &Other, int64_t OtherBitSize) const contains() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCSymbolELF.cpp158 void MCSymbolELF::setOther(unsigned Other) { in setOther() argument
167 unsigned Other = (Flags >> ELF_STO_Shift) & 7; in getOther() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DLowerConstantIntrinsics.cpp63 BasicBlock *Target, *Other; in replaceConditionalBranchesOnConstant() local
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceClFlags.cpp159 flagInitOrStorageTypeDefault(T &&, A &&... Other) { in flagInitOrStorageTypeDefault() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64StackOffset.h53 StackOffset(const StackOffset &Other) in StackOffset() argument
58 StackOffset &operator+=(const StackOffset::Part &Other) { in operator +=() argument
67 StackOffset &operator+=(const StackOffset &Other) { in operator +=() argument
79 operator -=(const StackOffset &Other) operator -=() argument
[all...]

Completed in 8 milliseconds

12345