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

123456789

/openbsd-current/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/
H A Ddemo4.pl7 package Other; package
H A Ddemo_phases.pl15 package Other; package
H A Ddemo.pl24 package Other; package
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Dvtable1.C21 struct Other : public Main, public B { struct in inherits:Main,B
/openbsd-current/gnu/llvm/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...]
/openbsd-current/usr.bin/tic/
H A Dtparm_type.h46 Other = -1 enumerator in enum:__anon70
/openbsd-current/gnu/llvm/llvm/lib/Remarks/
H A DRemarkStringTable.cpp23 StringTable::StringTable(const ParsedStringTable &Other) { argument
/openbsd-current/gnu/llvm/clang/lib/AST/
H A DCXXInheritance.cpp56 void CXXBasePaths::swap(CXXBasePaths &Other) { argument
[all...]
/openbsd-current/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/
H A DNoopLattice.h29 LatticeJoinEffect join(const NoopLattice &Other) { argument
/openbsd-current/gnu/llvm/llvm/tools/llvm-ifs/
H A DErrorCollector.h39 ErrorCollector &operator=(const ErrorCollector &Other) = delete; member in class:llvm::ifs::ErrorCollector
/openbsd-current/gnu/llvm/llvm/tools/llvm-cov/
H A DRenderingSupport.h29 ColoredRawOstream(ColoredRawOstream &&Other) argument
/openbsd-current/gnu/llvm/llvm/include/llvm/MCA/Stages/
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 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 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
/openbsd-current/gnu/llvm/clang/include/clang/AST/
H A DASTImportError.h35 ASTImportError(const ASTImportError &Other) : Error(Other.Error) {} argument
36 ASTImportError &operator=(const ASTImportError &Other) { argument
/openbsd-current/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DSizeOpts.h37 Other, // Others. member in class:llvm::PGSOQueryType
/openbsd-current/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDataExtractor.h43 DWARFDataExtractor(const DWARFDataExtractor &Other, size_t Length) argument
/openbsd-current/gnu/llvm/llvm/include/llvm/Analysis/Utils/
H A DTFUtils.h50 EvaluationResult &operator=(const EvaluationResult &Other) = delete; member in class:llvm::final::EvaluationResult
/openbsd-current/gnu/llvm/llvm/lib/Analysis/
H A DValueLattice.cpp14 getCompare(CmpInst::Predicate Pred, Type *Ty, const ValueLatticeElement &Other, const DataLayout &DL) const argument
[all...]
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DRegAllocScore.cpp38 RegAllocScore &RegAllocScore::operator+=(const RegAllocScore &Other) { argument
[all...]
/openbsd-current/gnu/llvm/llvm/utils/TableGen/
H A DDAGISelMatcher.cpp35 Matcher *Matcher::unlinkNode(Matcher *Other) { argument
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Setup/
H A DXS.pm[all...]
/openbsd-current/gnu/llvm/llvm/include/llvm/ProfileData/
H A DInstrProfWriter.h111 Error mergeProfileKind(const InstrProfKind Other) { argument

Completed in 356 milliseconds

123456789