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

1 2 3 4 5 6 7 891011

  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 454 // so that (a + b) and (b + a) don't end up as different expressions.
622 std::stable_sort(Ops.begin(), Ops.end(), SCEVComplexityCompare(LI));
    [all...]
  /external/clang/lib/Sema/
SemaLookup.cpp 113 End = S->using_directives_end();
115 for (; I != End; ++I)
153 DeclContext::udir_iterator I, End;
154 for (llvm::tie(I, End) = DC->getUsingDirectives(); I != End; ++I) {
190 std::sort(list.begin(), list.end(), UnqualUsingEntry::Comparator());
196 const_iterator end() const { return list.end(); } function in class:__anon4438::UnqualUsingDirectiveSet
200 return std::equal_range(begin(), end(), DC->getPrimaryContext(),
443 for (I = P.begin(), E = P.end(); I != E; ++I
3064 distance_iterator end() { return BestResults.end(); } function in class:__anon4441::TypoCorrectionConsumer
3217 iterator end() { return Specifiers.end(); } function in class:__anon4442::NamespaceSpecifierSet
    [all...]
SemaChecking.cpp     [all...]
  /external/clang/lib/AST/
Decl.cpp 113 } // end anonymous namespace
121 PEnd = Params->end();
489 // If we didn't end up with hidden visibility, consider attributes
    [all...]
  /external/llvm/utils/TableGen/
AsmMatcherEmitter.cpp 21 // end up with a single literal token (the instruction name) and some number of
42 // and rejected by the assembler front end. However, if the proper encoding
204 std::set_intersection(Registers.begin(), Registers.end(),
205 RHS.Registers.begin(), RHS.Registers.end(),
236 ie = SuperClasses.end(); it != ie; ++it)
627 return I == SubtargetFeatures.end() ? 0 : I->second;
714 StringRef::iterator End = std::find(String.begin() + i, String.end(),'}');
715 assert(End != String.end() && "Missing brace in operand reference!")
    [all...]
  /external/harfbuzz/src/
harfbuzz-gpos.c     [all...]
  /external/clang/lib/Basic/
SourceManager.cpp 267 std::upper_bound(Entries.begin(), Entries.end(), Offset);
385 I = FileInfos.begin(), E = FileInfos.end(); I != E; ++I) {
393 I = MacroArgsCacheMap.begin(),E = MacroArgsCacheMap.end(); I!=E; ++I) {
437 if (overI == OverriddenFiles.end())
514 // We do a +1 here because we want a SourceLocation that means "the end of the
515 // file", e.g. for the "no newline at the end of the file" diagnostic.
660 I = LocalSLocEntryTable.end();
    [all...]
  /external/clang/lib/CodeGen/
CGClass.cpp 29 CastExpr::path_const_iterator End) {
34 for (CastExpr::path_const_iterator I = Start; I != End; ++I) {
173 CastEnd = createBasicBlock("cast.end");
245 CastEnd = createBasicBlock("cast.end");
468 llvm::BasicBlock *AfterFor = CGF.createBasicBlock("for.end");
    [all...]
CGCall.cpp 220 for (CallArgList::const_iterator i = Args.begin(), e = Args.end();
231 for (FunctionArgList::const_iterator i = Args.begin(), e = Args.end();
247 I = ArgTys.begin(), E = ArgTys.end(); I != E; ++I)
255 CGFunctionInfo::Profile(ID, Info, ResTy, ArgTys.begin(), ArgTys.end());
    [all...]
  /external/clang/lib/Lex/
Lexer.cpp 71 "We assume that the input buffer has a null character at the end"
179 // Now that the lexer is created, change the start/end locations so that we
194 // Ensure that the lexer thinks it is inside a directive, so that end \n will
258 file.begin(), tokenBegin, file.end());
306 for (const char *Ptr = TokStart, *End = TokStart+Tok.getLength();
307 Ptr != End; ) {
366 for (const char *Ptr = TokStart, *End = TokStart+Tok.getLength();
367 Ptr != End; ) {
411 Buffer.begin(), StrData, Buffer.end());
453 Lexer TheLexer(LexerStartLoc, LangOpts, BufStart, LexStart, Buffer.end());
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp 286 I = CheckedSet.begin(), E = CheckedSet.end(); I != E; ++I) {
311 for (ExplodedNodeSet::iterator I=Tmp.begin(), E=Tmp.end(); I!=E; ++I) {
342 for (ExplodedNodeSet::iterator I = Dst.begin(), E = Dst.end(); I != E; ++I){
708 e = dstPrevisit.end(); i != e ; ++i) {
    [all...]
  /external/chromium/chrome/browser/ui/gtk/download/
download_item_gtk.cc 270 // Add padding at the beginning and end. The hbox will add padding between
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
find_bar_gtk.cc 89 // bottom or when we draw vertical lines that are closer to the end (end is
355 slide_widget_->End();
    [all...]
  /external/chromium/chrome/browser/ui/views/download/
download_item_view.cc 509 complete_animation_->End();
869 // Last value of x was the end of the right image, just before the button.
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 420 Value *End = ConstantInt::get(Idx->getType(),
422 return new ICmpInst(ICmpInst::ICMP_ULT, Idx, End);
434 Value *End = ConstantInt::get(Idx->getType(),
436 return new ICmpInst(ICmpInst::ICMP_UGT, Idx, End);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
ObjCARC.cpp 71 iterator end() { return Vector.end(); } function in class:__anon8529::MapVector
73 const_iterator end() const { return Vector.end(); } function in class:__anon8529::MapVector
78 for (typename MapTy::const_iterator I = Map.begin(), E = Map.end();
84 E = Vector.end(); I != E; ++I)
109 return std::make_pair(llvm::prior(Vector.end()), true);
116 if (It == Map.end()) return Vector.end();
126 if (It == Map.end()) return
    [all...]
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-param-util-generated.h 62 ForwardIterator begin, ForwardIterator end);
    [all...]
  /external/gtest/include/gtest/internal/
gtest-param-util-generated.h     [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-param-util-generated.h 64 ValuesIn(ForwardIterator begin, ForwardIterator end);
    [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-param-util-generated.h     [all...]
  /external/bison/doc/
refcard.tex 131 \def\bye{\par\vfill\supereject\end}
230 \end}
301 %**end of header
498 % ** The end **
514 % End:
  /external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php 432 >', $nested_tags_level). # end of opening tag
470 </\2> # the matching end tag
472 (?=\n+|\Z) # followed by a newline or end of document
480 </\3> # the matching end tag
482 (?=\n+|\Z) # followed by a newline or end of document
490 /?> # the matching end tag
492 (?=\n{2,}|\Z) # followed by a blank line or end of document
501 (?=\n{2,}|\Z) # followed by a blank line or end of document
512 (?=\n{2,}|\Z) # followed by a blank line or end of document
536 # to be wrapped into paragraph tags at the end, ":" is used for element
    [all...]
  /external/llvm/lib/CodeGen/
LiveIntervalAnalysis.cpp 97 E = r2iMap_.end(); I != E; ++I)
135 for (const_iterator I = begin(), E = end(); I != E; ++I) {
159 SlotIndex end = range.end.getPrevSlot().getBaseIndex().getNextIndex(); local
163 while (!firstMI && idx != end) {
171 SlotIndex lastIdx = end.getPrevIndex();
221 I = li.ranges.begin(), E = li.ranges.end(); I != E; ++I) {
223 end = I->end.getPrevSlot().getBaseIndex().getNextIndex();
224 index != end;
508 SlotIndex end = start; local
618 SlotIndex end = baseIndex; local
1436 SlotIndex end = I->end.getPrevSlot().getBaseIndex().getNextIndex(); local
    [all...]
  /external/pcre/
pcregexp.pas 90 end;
263 such as way as to be extensible. Always add new fields at the end, in order to
274 end;
288 end;
327 end;
423 end;
430 end;
439 end;
480 end
485 end;
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/hermes/
x86p_32.asm 484 .L2: ; End of short loop
514 ; point arrays to end
626 ; point arrays to end
740 ; point arrays to end
852 ; point arrays to end

Completed in 1575 milliseconds

1 2 3 4 5 6 7 891011