HomeSort by relevance Sort by last modified time
    Searched refs:Begin (Results 251 - 275 of 1289) sorted by null

<<11121314151617181920>>

  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/MC/
MCSectionCOFF.h 57 MCSymbol *Begin)
58 : MCSection(SV_COFF, K, Begin), SectionName(Section),
MCSectionELF.h 56 MCSymbol *Begin, const MCSymbolELF *AssociatedSymbol)
57 : MCSection(SV_ELF, K, Begin), SectionName(Section), Type(type),
MCSectionWasm.h 52 const MCSymbolWasm *group, unsigned UniqueID, MCSymbol *Begin)
53 : MCSection(SV_Wasm, K, Begin), SectionName(Section), Type(type),
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
BranchProbability.h 63 static void normalizeProbabilities(ProbabilityIter Begin,
188 void BranchProbability::normalizeProbabilities(ProbabilityIter Begin,
190 if (Begin == End)
194 uint64_t Sum = std::accumulate(Begin, End, uint64_t(0),
211 std::replace_if(Begin, End,
220 BranchProbability BP(1, std::distance(Begin, End));
221 std::fill(Begin, End, BP);
225 for (auto I = Begin; I != End; ++I)
  /external/llvm/include/llvm/MC/
MCSection.h 71 MCSymbol *Begin;
104 MCSection(SectionVariant V, SectionKind K, MCSymbol *Begin);
114 MCSymbol *getBeginSymbol() { return Begin; }
119 assert(!Begin);
120 Begin = Sym;
164 MCSection::iterator begin();
165 MCSection::const_iterator begin() const { function in class:llvm::MCSection
166 return const_cast<MCSection *>(this)->begin();
  /external/clang/lib/ARCMigrate/
TransAutoreleasePool.cpp 88 I = PoolVars.begin(), E = PoolVars.end(); I != E; ++I) {
96 scpI = info.Scopes.begin(),
99 clearRefsIn(*scope.Begin, info.Refs);
101 clearRefsIn(scope.Releases.begin(), scope.Releases.end(), info.Refs);
120 scpI = info.Scopes.begin(),
123 clearUnavailableDiags(*scope.Begin);
127 Pass.TA.replaceStmt(*scope.Begin, "@autoreleasepool {");
142 Pass.TA.replaceStmt(*scope.Begin, "@autoreleasepool {");
151 scpI = info.Scopes.begin(),
155 relI = scope.Releases.begin(),
    [all...]
  /art/runtime/
vdex_file.h 218 const uint8_t* Begin() const { return mmap_->Begin(); }
223 return *reinterpret_cast<const VerifierDepsHeader*>(Begin());
232 return *reinterpret_cast<const DexSectionHeader*>(Begin() + GetDexSectionHeaderOffset());
236 const uint8_t* result = Begin() + GetDexSectionHeaderOffset();
275 return reinterpret_cast<const uint32_t*>(Begin() + sizeof(VerifierDepsHeader))[dex_file_index];
323 return Begin() + GetDexSectionHeaderOffset() + sizeof(DexSectionHeader);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/DWARF/
DWARFVerifier.h 66 auto Begin = Ranges.begin();
68 auto Iter = std::upper_bound(Begin, End, R);
69 if (Iter != Begin)
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/DWARF/
DWARFVerifier.h 66 auto Begin = Ranges.begin();
68 auto Iter = std::upper_bound(Begin, End, R);
69 if (Iter != Begin)
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/DWARF/
DWARFVerifier.h 66 auto Begin = Ranges.begin();
68 auto Iter = std::upper_bound(Begin, End, R);
69 if (Iter != Begin)
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/DWARF/
DWARFVerifier.h 66 auto Begin = Ranges.begin();
68 auto Iter = std::upper_bound(Begin, End, R);
69 if (Iter != Begin)
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/DWARF/
DWARFVerifier.h 66 auto Begin = Ranges.begin();
68 auto Iter = std::upper_bound(Begin, End, R);
69 if (Iter != Begin)
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/DWARF/
DWARFVerifier.h 66 auto Begin = Ranges.begin();
68 auto Iter = std::upper_bound(Begin, End, R);
69 if (Iter != Begin)
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/DWARF/
DWARFVerifier.h 66 auto Begin = Ranges.begin();
68 auto Iter = std::upper_bound(Begin, End, R);
69 if (Iter != Begin)
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/DWARF/
DWARFVerifier.h 66 auto Begin = Ranges.begin();
68 auto Iter = std::upper_bound(Begin, End, R);
69 if (Iter != Begin)
  /external/clang/lib/Frontend/
DiagnosticRenderer.cpp 55 I = FixItHints.begin(), E = FixItHints.end(); I != E; ++I) {
97 SmallVector<CharSourceRange, 20> MutableRanges(Ranges.begin(),
106 for (ArrayRef<FixItHint>::const_iterator I = FixItHints.begin(),
286 if (std::binary_search(CommonArgExpansions.begin(),
327 /// Collect the expansions of the begin and end locations and compute the set
330 SourceLocation Begin, SourceLocation End, const SourceManager *SM,
334 getMacroArgExpansionFileIDs(Begin, BeginArgExpansions, /*IsBegin=*/true, SM);
336 std::sort(BeginArgExpansions.begin(), BeginArgExpansions.end());
337 std::sort(EndArgExpansions.begin(), EndArgExpansions.end());
338 std::set_intersection(BeginArgExpansions.begin(), BeginArgExpansions.end()
    [all...]
  /art/openjdkjvmti/
fixed_up_dex_file.cc 49 reinterpret_cast<art::DexFile::Header*>(const_cast<uint8_t*>(dex_file->Begin()))->checksum_ =
94 dex.Begin(),
144 data.insert(data.end(), main_section->Begin(), main_section->End());
147 memcpy(data.data(), original.Begin(), original.Size());
  /art/runtime/gc/collector/
immune_region.h 51 void SetBegin(mirror::Object* begin) {
52 begin_ = begin;
61 mirror::Object* Begin() const {
  /device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/
LzmaF86Compress.bat 18 :Begin
28 goto Begin
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
TreePatternParser.cs 54 if ( ttype == TreePatternLexer.Begin )
72 if ( ttype != TreePatternLexer.Begin )
81 while ( ttype == TreePatternLexer.Begin ||
86 if ( ttype == TreePatternLexer.Begin )
  /external/autotest/client/cros/cellular/pseudomodem/
run_pseudomodem.py 37 cli.Begin() # Blocking
  /external/libvpx/libvpx/test/
video_source.h 109 virtual void Begin() = 0;
143 virtual void Begin() {
213 virtual void Begin() {
244 virtual void Begin() = 0;
  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugLoc.h 25 uint64_t Begin;
  /external/llvm/lib/CodeGen/AsmPrinter/
DebugLocEntry.h 26 /// Begin and end symbols for the address range that this location is valid.
27 const MCSymbol *Begin;
102 : Begin(B), End(E) {
118 if ((End == Next.Begin && Values == Next.Values)) {
125 const MCSymbol *getBeginSym() const { return Begin; }
129 Values.append(Vals.begin(), Vals.end());
131 assert(std::all_of(Values.begin(), Values.end(), [](DebugLocEntry::Value V){
139 std::sort(Values.begin(), Values.end());
142 Values.begin(), Values.end(), [](const Value &A, const Value &B) {
  /external/llvm/lib/DebugInfo/DWARF/
DWARFDebugLoc.cpp 22 if (&E != L.Entries.begin())
24 OS << "Beginning address offset: " << format("0x%016" PRIx64, E.Begin)
49 E.Begin = data.getUnsigned(&Offset, AddressSize);
51 E.Begin += AI->second.second;
62 if (E.Begin == 0 && E.End == 0)
69 E.Loc.append(str.begin(), str.end());
103 std::copy(str.begin(), str.end(), E.Loc.begin());
115 if (&E != L.Entries.begin())

Completed in 457 milliseconds

<<11121314151617181920>>