HomeSort by relevance Sort by last modified time
    Searched defs:begin (Results 251 - 275 of 3803) sorted by null

<<11121314151617181920>>

  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/CodeView/
DebugFrameDataSubsection.h 30 FixedStreamArray<FrameData>::Iterator begin() const { return Frames.begin(); } function in class:llvm::codeview::final
DebugStringTableSubsection.h 78 StringMap<uint32_t>::const_iterator begin() const { return Strings.begin(); } function in class:llvm::codeview::DebugStringTableSubsection
DebugSymbolRVASubsection.h 31 ArrayType::Iterator begin() const { return RVAs.begin(); } function in class:llvm::codeview::final
DebugSymbolsSubsection.h 30 CVSymbolArray::Iterator begin() const { return Records.begin(); } function in class:llvm::codeview::final
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/DWARF/
DWARFDebugAbbrev.h 41 const_iterator begin() const { function in class:llvm::DWARFAbbreviationDeclarationSet
42 return Decls.begin();
69 DWARFAbbreviationDeclarationSetMap::const_iterator begin() const { function in class:llvm::DWARFDebugAbbrev
70 return AbbrDeclSets.begin();
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
TypeFinder.h 50 iterator begin() { return StructTypes.begin(); } function in class:llvm::TypeFinder
53 const_iterator begin() const { return StructTypes.begin(); } function in class:llvm::TypeFinder
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/XRay/
Trace.h 59 citerator begin() const { return Records.begin(); } function in class:llvm::xray::Trace
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Rewrite/Core/
RewriteBuffer.h 35 iterator begin() const { return Buffer.begin(); } function in class:clang::RewriteBuffer
45 Initialize(Input.begin(), Input.end());
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
SetVector.h 83 iterator begin() { function in class:llvm::SetVector
84 return vector_.begin();
88 const_iterator begin() const { function in class:llvm::SetVector
89 return vector_.begin();
180 auto NI = vector_.begin();
249 for (typename STy::const_iterator SI = S.begin(), SE = S.end(); SI != SE;
262 for (typename STy::const_iterator SI = S.begin(), SE = S.end(); SI != SE;
UniqueVector.h 76 iterator begin() { return Vector.begin(); } function in class:llvm::UniqueVector
79 const_iterator begin() const { return Vector.begin(); } function in class:llvm::UniqueVector
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
LivePhysRegs.h 142 const_iterator begin() const { return LiveRegs.begin(); } function in class:llvm::LivePhysRegs
LiveStackAnalysis.h 55 const_iterator begin() const { return S2IMap.begin(); } function in class:llvm::LiveStacks
57 iterator begin() { return S2IMap.begin(); } function in class:llvm::LiveStacks
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/CodeView/
DebugCrossExSubsection.h 37 Iterator begin() const { return References.begin(); } function in class:llvm::codeview::final
DebugFrameDataSubsection.h 30 FixedStreamArray<FrameData>::Iterator begin() const { return Frames.begin(); } function in class:llvm::codeview::final
DebugStringTableSubsection.h 78 StringMap<uint32_t>::const_iterator begin() const { return Strings.begin(); } function in class:llvm::codeview::DebugStringTableSubsection
DebugSymbolRVASubsection.h 31 ArrayType::Iterator begin() const { return RVAs.begin(); } function in class:llvm::codeview::final
DebugSymbolsSubsection.h 30 CVSymbolArray::Iterator begin() const { return Records.begin(); } function in class:llvm::codeview::final
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/DWARF/
DWARFDebugAbbrev.h 41 const_iterator begin() const { function in class:llvm::DWARFAbbreviationDeclarationSet
42 return Decls.begin();
69 DWARFAbbreviationDeclarationSetMap::const_iterator begin() const { function in class:llvm::DWARFDebugAbbrev
70 return AbbrDeclSets.begin();
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
TypeFinder.h 50 iterator begin() { return StructTypes.begin(); } function in class:llvm::TypeFinder
53 const_iterator begin() const { return StructTypes.begin(); } function in class:llvm::TypeFinder
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/XRay/
Trace.h 59 citerator begin() const { return Records.begin(); } function in class:llvm::xray::Trace
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Rewrite/Core/
RewriteBuffer.h 35 iterator begin() const { return Buffer.begin(); } function in class:clang::RewriteBuffer
45 Initialize(Input.begin(), Input.end());
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
SetVector.h 83 iterator begin() { function in class:llvm::SetVector
84 return vector_.begin();
88 const_iterator begin() const { function in class:llvm::SetVector
89 return vector_.begin();
180 auto NI = vector_.begin();
249 for (typename STy::const_iterator SI = S.begin(), SE = S.end(); SI != SE;
262 for (typename STy::const_iterator SI = S.begin(), SE = S.end(); SI != SE;
UniqueVector.h 76 iterator begin() { return Vector.begin(); } function in class:llvm::UniqueVector
79 const_iterator begin() const { return Vector.begin(); } function in class:llvm::UniqueVector
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
LivePhysRegs.h 148 const_iterator begin() const { return LiveRegs.begin(); } function in class:llvm::LivePhysRegs
LiveStackAnalysis.h 55 const_iterator begin() const { return S2IMap.begin(); } function in class:llvm::LiveStacks
57 iterator begin() { return S2IMap.begin(); } function in class:llvm::LiveStacks

Completed in 966 milliseconds

<<11121314151617181920>>