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

1 2 3 4 56 7 8 91011

  /external/clang/lib/Lex/
PreprocessingRecord.cpp 47 /// \brief Returns a pair of [Begin, End) iterators of preprocessed entities
91 unsigned End = findEndLocalPreprocessedEntity(Range.getEnd());
92 return std::make_pair(Begin, End);
139 // The end locations of entities may be unordered (when a macro expansion
165 PreprocessedEntities.end(),
188 RI = PreprocessedEntities.end(), Begin = PreprocessedEntities.begin();
250 if (Pos == MacroDefinitions.end())
286 if (Pos != MacroDefinitions.end())
PPDirectives.cpp 223 // If this is the end of the buffer, we have an error.
389 // Finally, if we are out of the conditional (saw an #endif or ran off the end
822 /// ReadLineMarkerFlags - Parse and validate any flags at the end of a GNU line
    [all...]
  /external/llvm/include/llvm/CodeGen/
LiveIntervalAnalysis.h 81 const_iterator end() const { return r2iMap_.end(); } function in class:llvm::LiveIntervals
83 iterator end() { return r2iMap_.end(); } function in class:llvm::LiveIntervals
88 assert(I != r2iMap_.end() && "Interval does not exist for register");
94 assert(I != r2iMap_.end() && "Interval does not exist for register");
144 if (I == r2iMap_.end())
154 /// adds a live range from that instruction to the end of its MBB.
254 bool findLiveInMBBs(SlotIndex Start, SlotIndex End,
256 return indexes_->findLiveInMBBs(Start, End, MBBs)
    [all...]
MachineFunction.h 291 iterator end () { return BasicBlocks.end(); }
292 const_iterator end () const { return BasicBlocks.end(); }
397 MachineInstr::mmo_iterator End);
404 MachineInstr::mmo_iterator End);
436 // nodes_iterator/begin/end - Allow iteration over all nodes in the graph
439 static nodes_iterator nodes_end (MachineFunction *F) { return F->end(); }
447 // nodes_iterator/begin/end - Allow iteration over all nodes in the graph
453 return F->end();
    [all...]
SelectionDAGISel.h 288 BasicBlock::const_iterator End,
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_DecodeCoeffsToPair_s.s 29 LAST_COEFF EQU 0x20 ;// End of block flag
311 B End
319 End
324 END
armVCM4P10_InterpolateLuma_HalfHor4x4_unsafe_s.s 172 End
180 END
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
armVCM4P10_DecodeCoeffsToPair_s.s 29 LAST_COEFF EQU 0x20 ;// End of block flag
311 B End
319 End
324 END
  /external/llvm/examples/Kaleidoscope/Chapter7/
toy.cpp 86 // Comment until end of line.
94 // Check for end of file. Don't eat the EOF.
174 ExprAST *Start, *End, *Step, *Body;
176 ForExprAST(const std::string &varname, ExprAST *start, ExprAST *end,
178 : VarName(varname), Start(start), End(end), Step(step), Body(body) {}
366 ExprAST *End = ParseExpression();
367 if (End == 0) return 0;
384 return new ForExprAST(IdName, Start, End, Step, Body);
413 // End of var list, exit loop
    [all...]
  /external/quake/quake/src/QW/gas2masm/
gas2masm.mak 190 # End Source File
191 # End Target
192 # End Project
  /external/bison/djgpp/
config.bat 4 Rem WARNING WARNING WARNING: This file needs to have DOS CRLF end-of-line
431 goto End
435 goto End
439 goto End
443 goto End
447 goto End
451 goto End
455 goto End
459 goto End
463 goto End
    [all...]
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 40 StringRef::size_type End = MacroBody.find_first_of("\n\r");
41 if (End != StringRef::npos)
44 Builder.defineMacro(MacroName, MacroBody.substr(0, End));
  /external/v8/samples/
shell.cc 99 void End(int offset) { end_offset_ = offset; }
243 current->End(i);
256 current->End(argc);
623 int end = message->GetEndColumn(); local
624 for (int i = start; i < end; i++) {
  /external/bison/src/
print.c 437 #define END_TEST(End) \
439 if (column + strlen(buffer) > (End)) \
  /external/webkit/LayoutTests/dom/html/level2/html/
button03.js 108 // End WebKit modification
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
button03.js 108 // End WebKit modification
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
attrisid04.js 50 // End WebKit modification
attrisid05.js 50 // End WebKit modification
  /external/chromium/chrome/browser/ui/views/
dropdown_bar_host.cc 123 animation_->End();
  /external/clang/lib/AST/
DeclTemplate.cpp 55 PEnd = const_cast<TemplateParameterList *>(this)->end();
101 PEnd = Params->end();
172 ParamEnd = Params->end();
357 P = PartialSpecs.begin(), PEnd = PartialSpecs.end();
370 PEnd = getPartialSpecializations().end();
385 PEnd = getPartialSpecializations().end();
663 SourceLocation End = getRBraceLoc();
664 if (End.isInvalid())
665 End = getTypeAsWritten()->getTypeLoc().getEndLoc();
666 return SourceRange(Begin, End);
    [all...]
  /external/llvm/include/llvm/Bitcode/
Archive.h 236 inline iterator end () { return members.end(); } function in class:llvm::Archive
237 inline const_iterator end () const { return members.end(); } function in class:llvm::Archive
465 const char*End, ///< The pointer to the end of the archive
544 } // End llvm namespace
  /external/llvm/lib/MC/
MCDwarf.cpp 105 // This helper routine returns an expression of End - Start + IntVal .
109 const MCSymbol &End,
113 MCSymbolRefExpr::Create(&End, Variant, MCOS.getContext());
142 ie = LineSection->getMCLineEntries()->end(); it != ie; ++it) {
184 // Emit a DW_LNE_end_sequence for the end of the section.
185 // Using the pointer Section create a temporary label at the end of the
190 // Switch to the section to be able to create a symbol at its end.
194 // Create a symbol at the end of the section.
196 // Set the value of the symbol, as we are at the end of the section.
220 // Create a symbol for the end of the section (to be set when we get there)
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/
SDL_ikbdinterrupt.S 182 | End of interrupt
  /external/webkit/Source/WebCore/css/
CSSSelector.h 102 End, // css3: E[foo$="bar"]
  /external/webkit/Source/WebCore/inspector/front-end/
KeyboardShortcut.js 59 End: { code: 35, name: { mac: "\u2197", other: "<End>" } }, // also NUM_SOUTH_WEST

Completed in 1214 milliseconds

1 2 3 4 56 7 8 91011