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

123

/freebsd-10.0-release/contrib/llvm/lib/MC/
H A DMCELF.cpp75 void MCELF::setOther(MCSymbolData &SD, unsigned Other) { argument
81 unsigned Other = local
/freebsd-10.0-release/contrib/llvm/include/llvm/ADT/
H A DOwningPtr.h36 OwningPtr(OwningPtr &&Other) : Ptr(Other.take()) {} argument
38 OwningPtr &operator=(OwningPtr &&Other) { argument
99 OwningArrayPtr(OwningArrayPtr &&Other) : Ptr(Other.take()) {} argument
101 OwningArrayPtr &operator=(OwningArrayPtr &&Other) { argument
H A DDenseSet.h30 DenseSet(const DenseSet &Other) : TheMap(Other.TheMap) {} argument
H A DIntervalMap.h226 void copy(const NodeBase<T1, T2, M> &Other, unsigned i, argument
H A DValueMap.h336 ValueMapConstIterator(ValueMapIterator<DenseMapT, KeyT> Other) argument
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DLiveInterval.cpp139 bool LiveInterval::overlaps(const LiveInterval &Other, argument
[all...]
H A DAggressiveAntiDepBreaker.cpp90 unsigned Other = (Parent == Group1) ? Group2 : Group1; local
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Lex/
H A DMacroInfo.cpp71 bool MacroInfo::isIdenticalTo(const MacroInfo &Other, Preprocessor &PP, argument
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp82 Value *Other = S->getOperand(2); local
/freebsd-10.0-release/contrib/llvm/utils/TableGen/
H A DDAGISelMatcher.cpp37 Matcher *Matcher::unlinkNode(Matcher *Other) { argument
[all...]
/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DErrorOr.h212 ErrorOr(const ErrorOr &Other) : IsValid(false) { argument
217 ErrorOr(const ErrorOr<OtherT> &Other) : IsValid(false) { argument
221 ErrorOr &operator =(const ErrorOr &Other) { argument
227 ErrorOr &operator =(const ErrorOr<OtherT> &Other) { argument
233 ErrorOr(ErrorOr &&Other) : IsValid(false) { argument
238 ErrorOr(ErrorOr<OtherT> &&Other) argument
242 operator =(ErrorOr &&Other) argument
248 operator =(ErrorOr<OtherT> &&Other) argument
298 copyConstruct(const ErrorOr<OtherT> &Other) argument
326 copyAssign(const ErrorOr<OtherT> &Other) argument
336 moveConstruct(ErrorOr<OtherT> &&Other) argument
357 moveAssign(ErrorOr<OtherT> &&Other) argument
437 ErrorOr(const ErrorOr &Other) argument
444 operator =(const ErrorOr &Other) argument
455 ErrorOr(ErrorOr &&Other) argument
462 operator =(ErrorOr &&Other) argument
[all...]
H A DYAMLParser.h515 bool operator ==(const document_iterator &Other) { argument
521 bool operator !=(const document_iterator &Other) { argument
[all...]
/freebsd-10.0-release/contrib/llvm/lib/IR/
H A DBasicBlock.cpp241 BasicBlock *Other = APN->getIncomingBlock(APN->getIncomingBlock(0) == Pred); local
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DCharUnits.h69 CharUnits& operator+= (const CharUnits &Other) { argument
80 CharUnits& operator-= (const CharUnits &Other) { argument
[all...]
H A DNestedNameSpecifier.h95 NestedNameSpecifier(const NestedNameSpecifier &Other) argument
H A DCanonicalType.h692 CanQual<T> CanQual<T>::CreateUnsafe(QualType Other) { argument
[all...]
H A DTemplateBase.h134 TemplateArgument(const TemplateArgument &Other, QualType Type) argument
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DModule.h220 Module *Other; member in struct:clang::Module::Conflict
H A DPartialDiagnostic.h195 PartialDiagnostic(const PartialDiagnostic &Other) argument
205 PartialDiagnostic(PartialDiagnostic &&Other) argument
212 PartialDiagnostic(const PartialDiagnostic &Other, Storage *DiagStorage) argument
220 PartialDiagnostic(const Diagnostic &Other, StorageAllocator &Allocator) argument
240 operator =(const PartialDiagnostic &Other) argument
255 operator =(PartialDiagnostic &&Other) argument
[all...]
/freebsd-10.0-release/contrib/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h79 Other enumerator in enum:llvm::MemDepResult::DepType
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DCXXInheritance.cpp70 void CXXBasePaths::swap(CXXBasePaths &Other) { argument
457 void OverridingMethods::add(const OverridingMethods &Other) { argument
[all...]
H A DNestedNameSpecifier.cpp439 NestedNameSpecifierLocBuilder(const NestedNameSpecifierLocBuilder &Other) argument
462 operator=(const NestedNameSpecifierLocBuilder &Other) { argument
598 Adopt(NestedNameSpecifierLoc Other) argument
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Format/
H A DTokenAnnotator.h225 AnnotatedLine(const AnnotatedLine &Other) argument
/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h539 void splice(iterator Where, MachineBasicBlock *Other, iterator From) { argument
550 void splice(iterator Where, MachineBasicBlock *Other, argument
H A DValueTypes.h42 Other = 0, // This is a non-standard value enumerator in enum:llvm::MVT::SimpleValueType

Completed in 148 milliseconds

123