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

1234

/freebsd-11.0-release/contrib/llvm/lib/IR/
H A DFunctionInfo.cpp21 void FunctionInfoIndex::mergeFrom(std::unique_ptr<FunctionInfoIndex> Other, argument
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DCXXInheritance.cpp66 void CXXBasePaths::swap(CXXBasePaths &Other) { argument
[all...]
H A DASTTypeTraits.cpp42 bool ASTNodeKind::isBaseOf(ASTNodeKind Other, unsigned *Distance) const { argument
/freebsd-11.0-release/contrib/llvm/tools/llvm-cov/
H A DRenderingSupport.h30 ColoredRawOstream(ColoredRawOstream &&Other) argument
/freebsd-11.0-release/contrib/llvm/tools/llvm-pdbdump/
H A DClassDefinitionDumper.h44 SymbolGroup(SymbolGroup &&Other) { argument
/freebsd-11.0-release/contrib/llvm/include/llvm/Support/
H A DMemory.h164 OwningMemoryBlock(OwningMemoryBlock &&Other) { argument
168 OwningMemoryBlock& operator=(OwningMemoryBlock &&Other) { argument
/freebsd-11.0-release/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCELFObjectWriter.cpp414 unsigned Other = cast<MCSymbolELF>(Sym).getOther() << 2; local
H A DPPCAsmBackend.cpp149 unsigned Other = S->getOther() << 2; variable
/freebsd-11.0-release/contrib/llvm/lib/MC/
H A DMCSymbolELF.cpp162 void MCSymbolELF::setOther(unsigned Other) { argument
171 unsigned Other = (getFlags() & (0x7 << ELF_STO_Shift)) >> ELF_STO_Shift; local
H A DMCWin64EH.cpp125 EmitSymbolRefWithOfs(MCStreamer &streamer, const MCSymbol *Base, const MCSymbol *Other) argument
/freebsd-11.0-release/contrib/llvm/utils/TableGen/
H A DDAGISelMatcher.cpp37 Matcher *Matcher::unlinkNode(Matcher *Other) { argument
[all...]
/freebsd-11.0-release/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcArchitectureSupport.h101 IndirectStubsInfo(IndirectStubsInfo &&Other) argument
105 IndirectStubsInfo &operator=(IndirectStubsInfo &&Other) { argument
/freebsd-11.0-release/contrib/llvm/lib/Analysis/
H A DStratifiedSets.h104 StratifiedSets(StratifiedSets<T> &&Other) { *this = std::move(Other); } argument
106 StratifiedSets &operator=(StratifiedSets<T> &&Other) { argument
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DAggressiveAntiDepBreaker.cpp90 unsigned Other = (Parent == Group1) ? Group2 : Group1; local
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Lex/
H A DMacroInfo.cpp72 bool MacroInfo::isIdenticalTo(const MacroInfo &Other, Preprocessor &PP, argument
/freebsd-11.0-release/contrib/llvm/lib/Object/
H A DELFYAML.cpp624 ELFYAML::ELF_STO Other; member in struct:llvm::yaml::__anon2631::NormalizedOther
/freebsd-11.0-release/contrib/llvm/lib/Support/
H A DSpecialCaseList.cpp36 Entry(Entry &&Other) argument
/freebsd-11.0-release/contrib/llvm/lib/Transforms/ObjCARC/
H A DPtrState.cpp91 bool RRInfo::Merge(const RRInfo &Other) { argument
138 void PtrState::Merge(const PtrState &Other, boo argument
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp92 Value *Other = S->getOperand(2); local
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DVisibility.h102 void mergeExternalVisibility(LinkageInfo Other) { argument
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp227 void BoundNodesTreeBuilder::addMatch(const BoundNodesTreeBuilder &Other) { argument
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp244 VariantValue::VariantValue(const VariantValue &Other) : Type(VT_Nothing) { argument
262 VariantValue &VariantValue::operator=(const VariantValue &Other) { argument
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Driver/
H A DMultilib.cpp235 void MultilibSet::combineWith(const MultilibSet &Other) { argument
/freebsd-11.0-release/contrib/llvm/include/llvm/Object/
H A DBinary.h164 OwningBinary<T>::OwningBinary(OwningBinary &&Other) argument
168 OwningBinary<T> &OwningBinary<T>::operator=(OwningBinary &&Other) { argument
H A DELFYAML.h75 uint8_t Other; member in struct:llvm::ELFYAML::Symbol

Completed in 145 milliseconds

1234