HomeSort by relevance Sort by last modified time
    Searched refs:End (Results 101 - 125 of 251) sorted by null

1 2 3 45 6 7 8 91011

  /external/llvm/include/llvm/Analysis/
IntervalIterator.h 81 copy(I->Nodes.begin(), I->Nodes.end(), back_inserter(Int->Nodes));
100 IntervalIterator() {} // End iterator, empty stack
132 assert(!IntStack.empty() && "Attempting to use interval iterator at end!");
222 Int->Successors.end(), NodeHeader),
223 Int->Successors.end());
229 End = GT::child_end(Node); It != End; ++It)
257 } // End llvm namespace
  /external/llvm/include/llvm/Support/
InstVisitor.h 87 void visit(Iterator Start, Iterator End) {
88 while (Start != End)
96 visit(M.begin(), M.end());
100 visit(F.begin(), F.end());
104 visit(BB.begin(), BB.end());
220 } // End llvm namespace
  /external/llvm/lib/MC/
MCContext.cpp 286 for (unsigned End = MCDwarfDirs.size(); DirIndex < End; DirIndex++) {
  /external/llvm/lib/Target/X86/
X86CompilationCallback_Win64.asm 68 End
  /external/llvm/tools/llvm-objdump/
MachODump.cpp 135 uint64_t End,
143 MCFunction::createFunctionFromMC(Name, DisAsm, Object, Start, End,
166 for (MCFunction::iterator i = f.begin(), e = f.end(); i != e; ++i) {
170 for (MCFunction::iterator pi = f.begin(), pe = f.end(); pi != pe;
298 std::sort(Symbols.begin(), Symbols.end(), SymbolSorter());
402 array_pod_sort(Relocs.begin(), Relocs.end());
425 // the end of the section.
443 uint64_t End = containsNextSym ? NextSym : SectSize;
455 for (uint64_t Index = Start; Index < End; Index += Size) {
489 SymName, DisAsm.get(), memoryObject, Start, End,
    [all...]
llvm-objdump.cpp 145 e = bytes.end(); i != e; ++i) {
197 array_pod_sort(Symbols.begin(), Symbols.end());
211 std::sort(Rels.begin(), Rels.end(), RelocAddressLess);
263 std::vector<RelocationRef>::const_iterator rel_end = Rels.end();
267 uint64_t End;
268 // The end is either the size of the section or the beginning of the next
271 End = SectSize;
274 End = Symbols[si + 1].first - 1;
287 for (Index = Start; Index < End; Index += Size) {
393 for (std::size_t addr = 0, end = Contents.size(); addr < end; addr += 16)
    [all...]
  /external/mesa3d/docs/
MESA_resize_buffers.spec 69 Begin and End.
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 173 /// Create a location for the end of the compound statement.
183 /// Constructs a location for the end of the enclosing declaration body.
184 /// Defaults to the end of brace.
192 /// Create a location corresponding to the next valid ExplodedNode as end
239 PathDiagnosticLocation Start, End;
242 const PathDiagnosticLocation &end)
243 : Start(start), End(end) {}
246 const PathDiagnosticLocation &getEnd() const { return End; }
250 End.flatten()
415 iterator end() { return LPairs.end(); } function in class:clang::ento::PathDiagnosticControlFlowPiece
424 const_iterator end() const { return LPairs.end(); } function in class:clang::ento::PathDiagnosticControlFlowPiece
447 iterator end() { return SubPieces.end(); } function in class:clang::ento::PathDiagnosticMacroPiece
456 const_iterator end() const { return SubPieces.end(); } function in class:clang::ento::PathDiagnosticMacroPiece
581 iterator end() { return path.end(); } function in class:clang::ento::PathDiagnostic
584 const_iterator end() const { return path.end(); } function in class:clang::ento::PathDiagnostic
    [all...]
  /external/clang/lib/AST/
NestedNameSpecifier.cpp 398 void Append(char *Start, char *End, char *&Buffer, unsigned &BufferSize,
400 if (BufferSize + (End - Start) > BufferCapacity) {
405 (unsigned)(BufferSize + (End - Start)));
415 memcpy(Buffer + BufferSize, Start, End - Start);
416 BufferSize += End-Start;
  /external/llvm/lib/ExecutionEngine/JIT/
JITMemoryManager.cpp 76 /// bits in the object headers, and adding an end of region memory block.
99 /// SetEndOfBlockSizeMarker - The word at the end of every free block is
144 /// bits in the object headers, and adding an end of region memory block.
190 // Add a marker at the end of the block, indicating the size of this free
372 // end of the slab.
379 // Put a tiny allocated block at the end of the memory chunk, so when
380 // FreeBlock calls getBlockAfter it doesn't fall off the end.
407 "Mismatched function start/end!");
411 // Release the memory at the end of this block that isn't needed.
456 "Mismatched table start/end!");
    [all...]
  /external/harfbuzz/src/
harfbuzz-open.c 747 rr[n].End = GET_UShort();
751 if ( rr[n].Start > rr[n].End ||
752 ( rr[n].End - rr[n].Start + (long)rr[n].StartCoverageIndex ) >=
889 if ( glyphID >= rr[middle].Start && glyphID <= rr[middle].End )
1039 crr[n].End = GET_UShort();
1044 if ( crr[n].Start > crr[n].End ||
1226 if ( glyphID >= crr[middle].Start && glyphID <= crr[middle].End )
1433 /* END */
  /external/llvm/lib/CodeGen/
LiveDebugVariables.cpp 95 } // end anonymous namespace
167 UserValue *End = L2;
168 while (End->next)
169 End->leader = L1, End = End->next;
170 End->leader = L1;
171 End->next = L1->next;
217 /// End points where VNI is no longer live are added to Kills.
222 /// @param Kills Append end points of VNI's live range to Kills
    [all...]
  /external/webkit/Source/WebCore/svg/animation/
SVGSMILElement.cpp 278 std::sort(timeList.begin(), timeList.end());
330 } else if (nameString == "begin" || nameString == "end") {
342 if (type == Condition::EventBase && beginOrEnd == End)
359 if (beginOrEnd == End)
382 parseBeginOrEnd(getAttribute(SVGNames::endAttr), End);
393 parseBeginOrEnd(attr->value().string(), End);
696 tempEnd = findInstanceTime(End, tempBegin, true);
698 tempEnd = findInstanceTime(End, tempBegin, false);
723 SMILTime end; local
724 resolveInterval(true, begin, end);
740 SMILTime end; local
941 TimeDependentSet::iterator end = m_timeDependents.end(); local
    [all...]
SVGSMILElement.h 121 End
135 // This represents conditions on elements begin or end list that need to be resolved on runtime
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp 98 } // end anonymous namespace
144 X86Operand(KindTy K, SMLoc Start, SMLoc End)
145 : Kind(K), StartLoc(Start), EndLoc(End) {}
377 } // end anonymous namespace.
506 SMLoc Start, End;
507 if (ParseRegister(RegNo, Start, End)) return 0;
510 SMRange(Start, End));
517 return X86Operand::CreateReg(RegNo, Start, End);
525 SMLoc Start = Parser.getTok().getLoc(), End;
528 if (getParser().ParseExpression(Val, End))
    [all...]
  /external/clang/lib/Rewrite/
Rewriter.cpp 24 os << std::string(begin(), end());
75 while (posI != end() && isWhitespace(*posI)) {
79 if (posI != end() && *posI == '\n') {
93 Buffer.insert(RealOffset, Str.begin(), Str.end());
106 Buffer.insert(RealOffset, NewStr.begin(), NewStr.end());
136 if (I != RewriteBuffers.end()) {
143 // Adjust the end offset to the end of the last token, instead of being the
157 /// range. If the start or end of the range was unrewritable or if they are
173 return ""; // Start and end in different buffers
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/imageinfo/imageinfo/
binaryajax.js 230 + "End Function\r\n"
233 + "End Function\r\n"
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 108 BugReport::ranges_iterator Beg, End;
109 llvm::tie(Beg, End) = BR.getRanges();
115 Beg == End);
116 for (; Beg != End; ++Beg)
  /external/llvm/lib/TableGen/
TGLexer.cpp 52 // A nul character in the stream is either the end of the current buffer or
57 // If this is the end of an included file, pop the parent file off the
67 // Otherwise, return end of file.
124 // If this is the start of a // comment, skip until the end of the line or
125 // the end of the buffer.
188 // If we hit the end of the buffer, report an error.
190 return ReturnError(StrStart, "End of file in string literal");
193 return ReturnError(StrStart, "End of line in string literal");
220 // If we hit the end of the buffer, report an error.
223 return ReturnError(StrStart, "End of file in string literal")
    [all...]
  /external/pcre/
132html 58 print <<End ;
73 End
204 # A comment that starts < inserts that HTML at the end of the
285 # Add <br> to the end of a non-literal line if we are within .nf/.fi
304 print <<End ;
308 End
313 # End
  /external/qemu/
curses_keys.h 125 [0x168] = 79 | GREY, /* End */
459 { "End", 0x168 },
  /frameworks/base/media/libdrm/mobile1/include/xml/
xml_tinyParser.h 114 uint8_t *End;
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/comm/src/
omxVCCOMM_ExpandFrame_I_s.s 180 End
189 END
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
armVCM4P10_TransformResidual4x4_s.s 178 End
186 END
  /external/chromium/chrome/browser/resources/shared/js/
local_strings.js 78 // End of anonymous namespace.

Completed in 1511 milliseconds

1 2 3 45 6 7 8 91011