HomeSort by relevance Sort by last modified time
    Searched defs:Start (Results 201 - 221 of 221) sorted by null

1 2 3 4 5 6 7 89

  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp 536 PathDiagnosticLocation Start =
557 PD.push_front(new PathDiagnosticControlFlowPiece(Start, End,
609 PD.push_front(new PathDiagnosticControlFlowPiece(Start, End,
615 PD.push_front(new PathDiagnosticControlFlowPiece(Start, End,
627 PD.push_front(new PathDiagnosticControlFlowPiece(Start, End,
649 PD.push_front(new PathDiagnosticControlFlowPiece(Start, End,
670 PathDiagnosticLocation Start =
672 PD.push_front(new PathDiagnosticControlFlowPiece(Start, End,
677 PathDiagnosticLocation Start(B->getLHS(), SMgr, LC);
679 PD.push_front(new PathDiagnosticControlFlowPiece(Start, End
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 278 const MCSymbol *Start = getLabelBeforeInsn(RI->first);
283 assert(Start->isDefined() && "Invalid starting label for an inlined scope!");
286 TheCU->addLabel(ScopeDIE, dwarf::DW_AT_low_pc, dwarf::DW_FORM_addr, Start);
317 assert (0 && "Unexpected Start and End labels for a inlined scope!");
352 // Track the start label for this inlined function.
    [all...]
  /external/llvm/lib/CodeGen/
LiveIntervalAnalysis.cpp 158 SlotIndex idx = range.start.getBaseIndex();
222 for (SlotIndex index = I->start.getBaseIndex(),
355 // live into some number of blocks, but gets killed. Start by adding a
382 // Finally, this virtual register is live from the start of any killing
386 SlotIndex Start = getMBBStartIdx(Kill->getParent());
392 assert(getInstructionFromIndex(Start) == 0 &&
394 ValNo = interval.getNextValue(Start, 0, VNInfoAllocator);
397 LiveRange LR(Start, killIdx, ValNo);
504 SlotIndex start = baseIndex.getDefIndex(); local
507 start = MIIdx.getUseIndex()
614 SlotIndex start = baseIndex; local
1435 SlotIndex start = I->start.getBaseIndex(); local
    [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 543 const char *Start = getTok().getLoc().getPointer();
550 return StringRef(Start, End - Start);
952 // Statements always start with an identifier or are a full line comment.
    [all...]
  /external/v8/src/
platform-linux.cc 443 uintptr_t start, end; local
446 if (fscanf(fp, "%" V8PRIxPTR "-%" V8PRIxPTR, &start, &end) != 2) break;
472 "%08" V8PRIxPTR "-%08" V8PRIxPTR, start, end);
474 LOG(isolate, SharedLibraryEvent(lib_name, start, end));
520 int frames_count = backtrace(addresses.start(), frames_size);
522 char** symbols = backtrace_symbols(addresses.start(), frames_count);
642 void Thread::Start() {
945 // Start a thread that will send SIGPROF signal to VM threads,
948 instance_->Start();
1085 void Sampler::Start() {
    [all...]
platform-win32.cc 329 // Initialize timestamp to start of epoc.
460 // start time. To deal with rollovers, we resync the clock
697 OutputDebugStringA(buffer.start());
772 int n = _vsnprintf_s(str.start(), str.length(), _TRUNCATE, format, args);
795 int result = strncpy_s(dest.start(), dest.length(), src, n);
    [all...]
  /external/chromium/chrome/browser/automation/
automation_provider_observers.cc 68 // Holds onto start and stop timestamps for a particular tab
277 // Treat this as if navigation started again, since load start/stop don't
    [all...]