Home
last modified time | relevance | path

Searched refs:MutableArrayRef (Results 1 – 25 of 36) sorted by relevance

12

/external/llvm/include/llvm/ADT/
DArrayRef.h220 class MutableArrayRef : public ArrayRef<T> {
227 /*implicit*/ MutableArrayRef() : ArrayRef<T>() {} in MutableArrayRef() function
230 /*implicit*/ MutableArrayRef(NoneType) : ArrayRef<T>() {} in MutableArrayRef() function
233 /*implicit*/ MutableArrayRef(T &OneElt) : ArrayRef<T>(OneElt) {} in MutableArrayRef() function
236 /*implicit*/ MutableArrayRef(T *data, size_t length) in MutableArrayRef() function
240 MutableArrayRef(T *begin, T *end) : ArrayRef<T>(begin, end) {} in MutableArrayRef() function
243 /*implicit*/ MutableArrayRef(SmallVectorImpl<T> &Vec) in MutableArrayRef() function
247 /*implicit*/ MutableArrayRef(std::vector<T> &Vec) in MutableArrayRef() function
252 /*implicit*/ LLVM_CONSTEXPR MutableArrayRef(T (&Arr)[N]) in MutableArrayRef() function
276 MutableArrayRef<T> slice(unsigned N) const { in slice()
[all …]
DTinyPtrVector.h120 operator MutableArrayRef<EltTy>() {
/external/clang/include/clang/AST/
DOpenMPClause.h85 MutableArrayRef<Expr *> getVarRefs() { in getVarRefs()
86 return MutableArrayRef<Expr *>( in getVarRefs()
117 typedef MutableArrayRef<Expr *>::iterator varlist_iterator;
1120 MutableArrayRef<Expr *> getPrivateCopies() { in getPrivateCopies()
1121 return MutableArrayRef<Expr *>(varlist_end(), varlist_size()); in getPrivateCopies()
1148 typedef MutableArrayRef<Expr *>::iterator private_copies_iterator;
1212 MutableArrayRef<Expr *> getPrivateCopies() { in getPrivateCopies()
1213 return MutableArrayRef<Expr *>(varlist_end(), varlist_size()); in getPrivateCopies()
1226 MutableArrayRef<Expr *> getInits() { in getInits()
1227 return MutableArrayRef<Expr *>(getPrivateCopies().end(), varlist_size()); in getInits()
[all …]
DDeclOpenMP.h50 MutableArrayRef<Expr *> getVars() { in getVars()
51 return MutableArrayRef<Expr *>( in getVars()
65 typedef MutableArrayRef<Expr *>::iterator varlist_iterator;
DStmtOpenMP.h52 MutableArrayRef<OMPClause *> getClauses() { in getClauses()
55 return MutableArrayRef<OMPClause *>(ClauseStorage, NumClauses); in getClauses()
334 MutableArrayRef<Expr *> getCounters() { in getCounters()
337 return MutableArrayRef<Expr *>(Storage, CollapsedNum); in getCounters()
341 MutableArrayRef<Expr *> getPrivateCounters() { in getPrivateCounters()
344 return MutableArrayRef<Expr *>(Storage, CollapsedNum); in getPrivateCounters()
348 MutableArrayRef<Expr *> getInits() { in getInits()
352 return MutableArrayRef<Expr *>(Storage, CollapsedNum); in getInits()
356 MutableArrayRef<Expr *> getUpdates() { in getUpdates()
360 return MutableArrayRef<Expr *>(Storage, CollapsedNum); in getUpdates()
[all …]
/external/llvm/include/llvm/ProfileData/
DCoverageMappingWriter.h43 MutableArrayRef<CounterMappingRegion> MappingRegions;
48 MutableArrayRef<CounterMappingRegion> MappingRegions) in CoverageMappingWriter()
53 MutableArrayRef<CounterMappingRegion> MappingRegions) in CoverageMappingWriter()
/external/clang/include/clang/Sema/
DOwnership.h261 typedef MutableArrayRef<Expr*> MultiExprArg;
262 typedef MutableArrayRef<Stmt*> MultiStmtArg;
263 typedef MutableArrayRef<ParsedTemplateArgument> ASTTemplateArgsPtr;
264 typedef MutableArrayRef<ParsedType> MultiTypeArg;
265 typedef MutableArrayRef<TemplateParameterList*> MultiTemplateParamsArg;
/external/clang/include/clang/Basic/
DLLVM.h32 template<typename T> class MutableArrayRef; variable
67 using llvm::MutableArrayRef;
DTargetInfo.h664 bool validateInputConstraint(MutableArrayRef<ConstraintInfo> OutputConstraints,
/external/llvm/include/llvm/MC/MCParser/
DMCAsmLexer.h176 MutableArrayRef<AsmToken> Buf(Tok);
186 virtual size_t peekTokens(MutableArrayRef<AsmToken> Buf,
DAsmLexer.h50 size_t peekTokens(MutableArrayRef<AsmToken> Buf,
/external/llvm/lib/IR/
DUser.cpp102 MutableArrayRef<uint8_t> User::getDescriptor() { in getDescriptor()
109 return MutableArrayRef<uint8_t>( in getDescriptor()
/external/llvm/include/llvm/Analysis/
DAssumptionCache.h89 MutableArrayRef<WeakVH> assumptions() { in assumptions()
/external/llvm/include/llvm/IR/
DUser.h158 MutableArrayRef<uint8_t> getDescriptor();
/external/clang/lib/Sema/
DSemaCoroutine.cpp177 MutableArrayRef<Expr *> Args) { in buildMemberCall()
262 MutableArrayRef<Expr *> Args) { in buildPromiseCall()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp1188 bool applyValidRelocs(MutableArrayRef<char> Data, uint32_t BaseOffset,
1266 MutableArrayRef<CompileUnit> CompileUnits;
1272 MutableArrayRef<CompileUnit> CompileUnits, LinkOptions &Options) in DIECloner()
1465 static CompileUnit *getUnitForOffset(MutableArrayRef<CompileUnit> Units, in getUnitForOffset()
1480 const DwarfLinker &Linker, MutableArrayRef<CompileUnit> Units, in resolveDIEReference()
2180 resolveDIEReference(*this, MutableArrayRef<CompileUnit>(Units), Val, in keepDIEAndDependencies()
2555 applyValidRelocs(MutableArrayRef<char> Data, uint32_t BaseOffset, in applyValidRelocs()
3279 DIECloner(*this, RelocMgr, DIEAlloc, MutableArrayRef<CompileUnit>(*Unit), in loadClangModule()
/external/clang/lib/Basic/
DTargetInfo.cpp527 MutableArrayRef<ConstraintInfo> OutputConstraints, in validateInputConstraint()
/external/llvm/lib/MC/MCParser/
DAsmLexer.cpp439 size_t AsmLexer::peekTokens(MutableArrayRef<AsmToken> Buf, in peekTokens()
/external/llvm/lib/CodeGen/
DMachineTraceMetrics.cpp409 MutableArrayRef<MachineTraceMetrics::TraceBlockInfo> Blocks;
413 LoopBounds(MutableArrayRef<MachineTraceMetrics::TraceBlockInfo> blocks, in LoopBounds()
DRegisterCoalescer.cpp141 bool copyCoalesceWorkList(MutableArrayRef<MachineInstr*> CurrList);
2726 copyCoalesceWorkList(MutableArrayRef<MachineInstr*> CurrList) { in copyCoalesceWorkList()
2855 MutableArrayRef<MachineInstr*> in copyCoalesceInMBB()
/external/llvm/unittests/ADT/
DTinyPtrVectorTest.cpp455 MutableArrayRef<int *> mut_array = V; in TEST()
/external/clang/utils/TableGen/
DClangDiagnosticsEmitter.cpp216 MutableArrayRef<const Record *> GroupDiags = (*I)->DiagsInGroup; in groupDiagnostics()
/external/clang/lib/AST/
DMicrosoftMangle.cpp651 MutableArrayRef<char> BufferRef(EncodedNumberBuffer); in mangleNumber()
652 MutableArrayRef<char>::reverse_iterator I = BufferRef.rbegin(); in mangleNumber()
/external/llvm/lib/MC/
DMCAssembler.cpp944 MutableArrayRef<char> Contents; in layout()
/external/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp1230 MutableArrayRef<struct PartiallyConstructedSafepointRecord> records) { in recomputeLiveInValues()
1941 MutableArrayRef<struct PartiallyConstructedSafepointRecord> records) { in findLiveReferences()

12