HomeSort by relevance Sort by last modified time
    Searched defs:Start (Results 351 - 375 of 826) sorted by null

<<11121314151617181920>>

  /external/clang/include/clang/Sema/
Designator.h 56 Expr *Start, *End;
96 return ArrayRangeInfo.Start;
146 static Designator getArrayRange(Expr *Start,
152 D.ArrayRangeInfo.Start = Start;
  /external/clang/lib/Format/
FormatTokenLexer.cpp 159 // introducing token, the slash here is the operand and not the start of a
286 const char *Start = Macro->TokenText.data();
288 String->TokenText = StringRef(Start, End - Start);
324 // Calculate the offset of the start of the current line.
515 // FIXME: ColumnWidth actually depends on the start column, we need to
522 // FIXME: ColumnWidth actually depends on the start column, we need to
SortJavaScriptImports.cpp 256 // Stitch together the module reference start...
278 SourceLocation Start;
292 if (Start.isInvalid() || References.empty())
295 // set Start.
296 Start = Line->First->Tok.getLocation();
301 Reference.Range.setBegin(Start);
320 Start = SourceLocation();
  /external/clang/lib/Lex/
PPExpressions.cpp 380 SourceLocation Start = PeekTok.getLocation();
398 PP.Diag(Start, diag::note_matching) << tok::l_paren;
403 Result.setRange(Start, PeekTok.getLocation());
409 SourceLocation Start = PeekTok.getLocation();
413 Result.setBegin(Start);
439 SourceLocation Start = PeekTok.getLocation();
442 Result.setBegin(Start);
452 SourceLocation Start = PeekTok.getLocation();
455 Result.setBegin(Start);
  /external/clang/lib/Rewrite/
Rewriter.cpp 150 // start of the last token if this is a token range.
163 /// range. If the start or end of the range was unrewritable or if they are
179 return ""; // Start and end in different buffers.
190 // start of the last token.
200 // start of the last token.
204 RewriteBuffer::iterator Start = RB.begin();
205 std::advance(Start, StartOff);
206 RewriteBuffer::iterator End = Start;
209 return std::string(Start, End);
253 // Find the whitespace at the start of the line
    [all...]
  /external/clang/lib/Tooling/Core/
Replacement.cpp 40 Replacement::Replacement(const SourceManager &Sources, SourceLocation Start,
42 setFromSourceLocation(Sources, Start, Length, ReplacementText);
63 const SourceLocation Start =
70 Start, ReplacementRange.getLength(), ReplacementText);
106 SourceLocation Start, unsigned Length,
109 Sources.getDecomposedLoc(Start);
124 std::pair<FileID, unsigned> Start = Sources.getDecomposedLoc(SpellingBegin);
126 if (Start.first != End.first) return -1;
129 return End.second - Start.second;
  /external/dng_sdk/source/
dng_render.cpp 751 virtual void Start (uint32 threadCount,
816 void dng_render_task::Start (uint32 threadCount,
822 dng_filter_task::Start (threadCount,
    [all...]
  /external/google-breakpad/src/client/windows/crash_generation/
crash_generation_server.cc 211 bool CrashGenerationServer::Start() {
254 // Kick-start the state machine. This will initiate an asynchronous wait
261 // If we are in error state, it's because we failed to start listening.
555 // event to start all over again.
858 // Start a new scope to release lock automatically.
    [all...]
  /external/libbrillo/brillo/
process.cc 209 bool ProcessImpl::Start() {
223 LOG(ERROR) << "Failing to start because pipe creation failed";
345 if (!Start()) {
  /external/libmojo/third_party/catapult/devil/devil/android/sdk/
adb_wrapper.py 134 self.Start()
141 def Start(self):
142 """Start the shell."""
315 cls._RunAdbCmd(['start-server'], timeout=timeout, retries=retries,
  /external/llvm/include/llvm/IR/
Dominators.h 44 const BasicBlock *Start;
48 Start(Start_), End(End_) { }
50 return Start;
  /external/llvm/lib/AsmParser/
LLLexer.cpp 255 /// Lex all tokens that start with an @ character.
302 const char *Start = CurPtr;
311 StrVal.assign(Start, CurPtr-1);
378 /// Lex all tokens that start with a % character.
386 /// Lex all tokens that start with a " character.
407 /// Lex all tokens that start with a ! character.
428 /// Lex all tokens that start with a # character.
844 /// Lex all tokens that start with a 0x prefix, knowing they match and are not
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.h 41 RangeSpan(MCSymbol *S, MCSymbol *E) : Start(S), End(E) {}
42 const MCSymbol *getStart() const { return Start; }
47 const MCSymbol *Start, *End;
264 /// Start with the address based on the location provided, and generate the
  /external/llvm/lib/CodeGen/
LiveRangeCalc.cpp 220 SlotIndex Start, End;
221 std::tie(Start, End) = Indexes->getMBBRange(MBB);
233 Updater.add(Start, End, I.Value);
324 SlotIndex Start, End;
325 std::tie(Start, End) = Indexes->getMBBRange(Pred);
329 VNInfo *VNI = LR.extendInBlock(Start, End);
359 SlotIndex Start, End;
360 std::tie(Start, End) = Indexes->getMBBRange(*I);
366 Updater.add(Start, End, TheVNI);
452 SlotIndex Start, End
    [all...]
  /external/llvm/lib/DebugInfo/Symbolize/
SymbolizableObjectFile.cpp 215 uint64_t Start, Size;
217 FunctionName, Start, Size)) {
238 uint64_t Start, Size;
240 FunctionName, Start, Size)) {
251 getNameFromSymbolTable(SymbolRef::ST_Data, ModuleOffset, Res.Name, Res.Start,
  /external/llvm/lib/MC/
MCMachOStreamer.cpp 217 // Create a temporary label to mark the start of the data region.
218 MCSymbol *Start = getContext().createTempSymbol();
219 EmitLabel(Start);
221 DataRegionData Data = { Kind, Start, nullptr };
  /external/llvm/lib/Option/
OptTable.cpp 93 // Find start of normal options.
195 // Anything that doesn't start with PrefixesUnion is an input, as is '-'
200 const Info *Start = OptionInfos.begin() + FirstSearchableIndex;
205 Start = std::lower_bound(Start, End, Name.data());
215 for (; Start != End; ++Start) {
218 for (; Start != End; ++Start)
219 if ((ArgSize = matchOption(Start, Str, IgnoreCase))
    [all...]
  /external/llvm/lib/Support/
MemoryBuffer.cpp 215 const char *Start = getStart(Len, Offset);
216 init(Start, Start + Len, RequiresNullTerminator);
  /external/llvm/lib/Target/Sparc/
SparcAsmPrinter.cpp 96 const MCSymbolRefExpr *Start = MCSymbolRefExpr::create(StartLabel,
101 const MCBinaryExpr *Sub = MCBinaryExpr::createSub(Cur, Start, OutContext);
  /external/llvm/lib/Transforms/Scalar/
PlaceSafepoints.cpp 261 static void scanOneBB(Instruction *Start, Instruction *End,
265 for (BasicBlock::iterator BBI(Start), BBE0 = Start->getParent()->end(),
288 static void scanInlinedCode(Instruction *Start, Instruction *End,
293 Seen.insert(Start->getParent());
294 scanOneBB(Start, End, Calls, Seen, Worklist);
655 BasicBlock::iterator Start = IsBegin ? OrigBB->begin() : std::next(Before);
659 assert(isPotentiallyReachable(&*Start, &*After) &&
662 scanInlinedCode(&*Start, &*After, Calls, BBs);
  /external/llvm/tools/obj2yaml/
macho2yaml.cpp 133 auto Start = LoadCmd.Ptr + sizeof(StructType);
135 auto Size = strnlen(Start, MaxSize);
136 LC.PayloadString = StringRef(Start, Size).str();
137 return Start + Size;
258 StringRef ReadStringRef(const uint8_t *Start) {
259 const uint8_t *Itr = Start;
262 return StringRef(reinterpret_cast<const char *>(Start), Itr - Start);
  /external/pdfium/core/fpdfapi/font/
cfx_cttgsubtable.h 58 uint16_t Start;
  /external/pdfium/core/fpdfapi/render/
cpdf_imagerenderer.cpp 62 if (m_Loader.Start(m_pImageObject.Get(),
167 bool CPDF_ImageRenderer::Start(CPDF_RenderStatus* pStatus,
191 bool CPDF_ImageRenderer::Start(CPDF_RenderStatus* pStatus,
239 if (image_render.Start(&bitmap_render, pDIBSource, 0xffffffff, 255,
343 if (image_render.Start(&bitmap_render, m_pDIBSource, 0, 255, &new_matrix,
  /external/pdfium/core/fxcodec/codec/
ccodec_pngmodule.cpp 215 std::unique_ptr<CCodec_PngModule::Context> CCodec_PngModule::Start(
  /external/pdfium/core/fxge/dib/
cfx_imagestretcher.cpp 65 bool CFX_ImageStretcher::Start() {

Completed in 2516 milliseconds

<<11121314151617181920>>