| /third_party/rust/crates/cxx/tests/ui/ |
| H A D | derive_noncopy.rs | 8 struct Other { structure names
|
| /third_party/python/Lib/test/ |
| H A D | pyclbr_input.py | 5 class Other(object): class
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
| H A D | Alignment.h | 72 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 D | MSVCErrorWorkarounds.h | 31 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 D | BinaryStreamReader.h | 40 BinaryStreamReader(const BinaryStreamReader &Other) in BinaryStreamReader() argument 43 BinaryStreamReader &operator=(const BinaryStreamReader &Other) { in operator =() argument
|
| H A D | BinaryStreamWriter.h | 39 BinaryStreamWriter(const BinaryStreamWriter &Other) in BinaryStreamWriter() argument 42 BinaryStreamWriter &operator=(const BinaryStreamWriter &Other) { in operator =() argument
|
| H A D | Memory.h | 143 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 D | RemarkStringTable.cpp | 23 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 D | EntryStage.h | 35 EntryStage(const EntryStage &Other) = delete; member in llvm::mca::final 36 EntryStage &operator=(const EntryStage &Other) = delete; member in llvm::mca::final
|
| H A D | ExecuteStage.h | 46 ExecuteStage(const ExecuteStage &Other) = delete; member in llvm::mca::final 47 ExecuteStage &operator=(const ExecuteStage &Other) = delete; member in llvm::mca::final
|
| H A D | MicroOpQueueStage.h | 45 MicroOpQueueStage(const MicroOpQueueStage &Other) = delete; member in llvm::mca::MicroOpQueueStage 46 MicroOpQueueStage &operator=(const MicroOpQueueStage &Other) = delete; member in llvm::mca::MicroOpQueueStage
|
| H A D | RetireStage.h | 33 RetireStage(const RetireStage &Other) = delete; member in llvm::mca::final 34 RetireStage &operator=(const RetireStage &Other) = delete; member in llvm::mca::final
|
| H A D | Stage.h | 31 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 D | SizeOpts.h | 38 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 D | ModuleDebugStream.h | 34 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 D | ThreadSafeModule.h | 83 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 D | CFLGraph.h | 62 Node Other; member
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
| H A D | Memory.h | 164 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 D | PPCELFObjectWriter.cpp | 439 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 D | Any.h | 49 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 D | SelectionDAGAddressAnalysis.h | 60 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 D | MCSymbolELF.cpp | 158 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 D | LowerConstantIntrinsics.cpp | 63 BasicBlock *Target, *Other; in replaceConditionalBranchesOnConstant() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
| H A D | IceClFlags.cpp | 159 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 D | AArch64StackOffset.h | 53 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...] |