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

12345678

/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-elfabi/
H A DErrorCollector.h37 ErrorCollector &operator=(const ErrorCollector &Other) = delete; member in class:llvm::elfabi::ErrorCollector
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Remarks/
H A DRemarkStringTable.cpp23 StringTable::StringTable(const ParsedStringTable &Other) : StrTab() { argument
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DMSVCErrorWorkarounds.h31 MSVCPError(MSVCPError &&Other) : Error(std::move(Other)) {} argument
33 MSVCPError &operator=(MSVCPError Other) { argument
50 MSVCPExpected(MSVCPExpected &&Other) : Expected<T>(std::move(Other)) {} argument
52 MSVCPExpected &operator=(MSVCPExpected &&Other) { argument
66 MSVCPExpected( Expected<OtherT> &&Other, std::enable_if_t<std::is_convertible<OtherT, T>::value> * = nullptr) argument
72 MSVCPExpected( Expected<OtherT> &&Other, std::enable_if_t<!std::is_convertible<OtherT, T>::value> * = nullptr) argument
[all...]
H A DAlignment.h71 constexpr Align(const Align &Other) = default; member in struct:llvm::Align
72 constexpr Align(Align &&Other) = default; member in struct:llvm::Align
73 Align &operator=(const Align &Other) = default; member in struct:llvm::Align
74 Align &operator=(Align &&Other) = default; member in struct:llvm::Align
[all...]
H A DMemory.h141 OwningMemoryBlock(OwningMemoryBlock &&Other) { argument
145 OwningMemoryBlock& operator=(OwningMemoryBlock &&Other) { argument
H A DBinaryStreamReader.h40 BinaryStreamReader(const BinaryStreamReader &Other) argument
43 BinaryStreamReader &operator=(const BinaryStreamReader &Other) { argument
H A DBinaryStreamWriter.h39 BinaryStreamWriter(const BinaryStreamWriter &Other) argument
42 BinaryStreamWriter &operator=(const BinaryStreamWriter &Other) { argument
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DCXXInheritance.cpp57 void CXXBasePaths::swap(CXXBasePaths &Other) { argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-cov/
H A DRenderingSupport.h29 ColoredRawOstream(ColoredRawOstream &&Other) argument
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DSizeOpts.h38 Other, // Others. member in class:llvm::PGSOQueryType
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/MCA/Stages/
H A DExecuteStage.h46 ExecuteStage(const ExecuteStage &Other) = delete; member in class:llvm::mca::final
47 ExecuteStage &operator=(const ExecuteStage &Other) = delete; member in class:llvm::mca::final
H A DMicroOpQueueStage.h45 MicroOpQueueStage(const MicroOpQueueStage &Other) = delete; member in class:llvm::mca::MicroOpQueueStage
46 MicroOpQueueStage &operator=(const MicroOpQueueStage &Other) = delete; member in class:llvm::mca::MicroOpQueueStage
H A DEntryStage.h35 EntryStage(const EntryStage &Other) = delete; member in class:llvm::mca::final
36 EntryStage &operator=(const EntryStage &Other) = delete; member in class:llvm::mca::final
H A DRetireStage.h34 RetireStage(const RetireStage &Other) = delete; member in class:llvm::mca::final
35 RetireStage &operator=(const RetireStage &Other) = delete; member in class:llvm::mca::final
H A DInOrderIssueStage.h61 InOrderIssueStage(const InOrderIssueStage &Other) = delete; member in class:llvm::mca::final
62 InOrderIssueStage &operator=(const InOrderIssueStage &Other) = delete; member in class:llvm::mca::final
H A DStage.h31 Stage(const Stage &Other) = delete; member in class:llvm::mca::Stage
32 Stage &operator=(const Stage &Other) = delete; member in class:llvm::mca::Stage
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDataExtractor.h43 DWARFDataExtractor(const DWARFDataExtractor &Other, size_t Length) argument
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DSelectionDAGAddressAnalysis.h60 bool equalBaseIndex(const BaseIndexOffset &Other, argument
72 contains(const SelectionDAG &DAG, int64_t BitSize, const BaseIndexOffset &Other, int64_t OtherBitSize) const argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DModuleDebugStream.h34 ModuleDebugStreamRef(ModuleDebugStreamRef &&Other) = default; member in class:llvm::pdb::ModuleDebugStreamRef
35 ModuleDebugStreamRef(const ModuleDebugStreamRef &Other) = default; member in class:llvm::pdb::ModuleDebugStreamRef
54 ModuleDebugStreamRef &operator=(ModuleDebugStreamRef &&Other) = delete; member in class:llvm::pdb::ModuleDebugStreamRef
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DCFLGraph.h62 Node Other; member in struct:llvm::cflaa::CFLGraph::Edge
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DAny.h54 StorageImpl &operator=(const StorageImpl &Other) = delete; member in struct:llvm::Any::StorageImpl
55 StorageImpl(const StorageImpl &Other) = delete; member in struct:llvm::Any::StorageImpl
61 Any(const Any &Other) argument
89 Any(Any &&Other) : Storage(std::move(Other.Storage)) {} argument
91 Any &swap(Any &Other) { argument
96 Any &operator=(Any Other) { argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCELFObjectWriter.cpp480 unsigned Other = cast<MCSymbolELF>(Sym).getOther() << 2; local
/netbsd-current/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DDAGISelMatcher.cpp35 Matcher *Matcher::unlinkNode(Matcher *Other) { argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCSymbolELF.cpp158 void MCSymbolELF::setOther(unsigned Other) { argument
167 unsigned Other = (Flags >> ELF_STO_Shift) & 7; local
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DTargetProcessControlTypes.h95 WrapperFunctionResult(WrapperFunctionResult &&Other) { argument
100 WrapperFunctionResult &operator=(WrapperFunctionResult &&Other) { argument

Completed in 185 milliseconds

12345678