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

123

/freebsd-10.1-release/contrib/llvm/lib/MC/
H A DMCELF.cpp74 void MCELF::setOther(MCSymbolData &SD, unsigned Other) { argument
80 unsigned Other = local
H A DMCWin64EH.cpp131 EmitSymbolRefWithOfs(MCStreamer &streamer, const MCSymbol *Base, const MCSymbol *Other) argument
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp31 void BoundNodesTreeBuilder::addMatch(const BoundNodesTreeBuilder &Other) { argument
/freebsd-10.1-release/contrib/llvm/lib/CodeGen/
H A DLiveInterval.cpp139 bool LiveRange::overlaps(const LiveRange &Other, const CoalescerPair &CP, argument
[all...]
H A DAggressiveAntiDepBreaker.cpp90 unsigned Other = (Parent == Group1) ? Group2 : Group1; local
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Lex/
H A DMacroInfo.cpp71 bool MacroInfo::isIdenticalTo(const MacroInfo &Other, Preprocessor &PP, argument
/freebsd-10.1-release/contrib/llvm/include/llvm/ADT/
H A DOwningPtr.h36 OwningPtr(OwningPtr &&Other) : Ptr(Other.take()) {} argument
38 OwningPtr &operator=(OwningPtr &&Other) { argument
100 OwningArrayPtr(OwningArrayPtr &&Other) : Ptr(Other.take()) {} argument
102 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
/freebsd-10.1-release/contrib/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp82 Value *Other = S->getOperand(2); local
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DVisibility.h102 void mergeExternalVisibility(LinkageInfo Other) { argument
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...]
H A DModule.h237 Module *Other; member in struct:clang::Module::Conflict
/freebsd-10.1-release/contrib/llvm/utils/TableGen/
H A DDAGISelMatcher.cpp37 Matcher *Matcher::unlinkNode(Matcher *Other) { argument
[all...]
/freebsd-10.1-release/contrib/llvm/include/llvm/Support/
H A DErrorOr.h127 ErrorOr(const ErrorOr &Other) { argument
132 ErrorOr(const ErrorOr<OtherT> &Other) { argument
136 ErrorOr &operator =(const ErrorOr &Other) { argument
142 ErrorOr &operator =(const ErrorOr<OtherT> &Other) { argument
148 ErrorOr(ErrorOr &&Other) { argument
153 ErrorOr(ErrorOr<OtherT> &&Other) argument
157 operator =(ErrorOr &&Other) argument
163 operator =(ErrorOr<OtherT> &&Other) argument
196 copyConstruct(const ErrorOr<OtherT> &Other) argument
219 copyAssign(const ErrorOr<OtherT> &Other) argument
229 moveConstruct(ErrorOr<OtherT> &&Other) argument
242 moveAssign(ErrorOr<OtherT> &&Other) argument
[all...]
/freebsd-10.1-release/contrib/llvm/lib/IR/
H A DBasicBlock.cpp241 BasicBlock *Other = APN->getIncomingBlock(APN->getIncomingBlock(0) == Pred); local
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DCharUnits.h68 CharUnits& operator+= (const CharUnits &Other) { argument
79 CharUnits& operator-= (const CharUnits &Other) { argument
[all...]
H A DNestedNameSpecifier.h95 NestedNameSpecifier(const NestedNameSpecifier &Other) argument
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DConsumed.h146 ConsumedStateMap(const ConsumedStateMap &Other) argument
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp145 VariantValue::VariantValue(const VariantValue &Other) : Type(VT_Nothing) { argument
163 VariantValue &VariantValue::operator=(const VariantValue &Other) { argument
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Tooling/
H A DCompilationDatabase.cpp158 UnusedInputDiagConsumer(DiagnosticConsumer *Other) : Other(Other) {} argument
170 DiagnosticConsumer *Other; member in class:clang::tooling::UnusedInputDiagConsumer
/freebsd-10.1-release/contrib/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h79 Other enumerator in enum:llvm::MemDepResult::DepType
[all...]
/freebsd-10.1-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZElimCompare.cpp42 Reference &operator|=(const Reference &Other) { argument
/freebsd-10.1-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
597 Adopt(NestedNameSpecifierLoc Other) argument
[all...]

Completed in 403 milliseconds

123