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

12 3 4 5 6 7 8 91011

  /external/llvm/lib/Support/
Memory.cpp 71 char *End = Start + Len;
72 __clear_cache(Start, End);
77 #endif // end apple
Allocator.cpp 45 /// the new slab. Modifies CurPtr and End.
57 End = ((char*)CurSlab) + CurSlab->Size;
84 End = ((char*)CurSlab) + CurSlab->Size;
103 if (Ptr + Size <= End) {
127 assert(CurPtr <= End && "Unable to allocate memory!");
  /external/clang/lib/ARCMigrate/
TransAutoreleasePool.cpp 87 I = PoolVars.begin(), E = PoolVars.end(); I != E; ++I) {
96 scpE = info.Scopes.end(); scpI != scpE; ++scpI) {
99 clearRefsIn(*scope.End, info.Refs);
100 clearRefsIn(scope.Releases.begin(), scope.Releases.end(), info.Refs);
120 scpE = info.Scopes.end(); scpI != scpE; ++scpI) {
123 clearUnavailableDiags(*scope.End);
127 Pass.TA.removeStmt(*scope.End);
128 Stmt::child_iterator retI = scope.End;
142 Pass.TA.replaceStmt(*scope.End, "}");
151 scpE = info.Scopes.end(); scpI != scpE; ++scpI)
    [all...]
TransformActions.cpp 65 FullSourceLoc Begin, End;
72 End = FullSourceLoc(getLocForEndOfToken(endLoc, srcMgr, PP), srcMgr);
75 End = FullSourceLoc(srcMgr.getExpansionLoc(endLoc), srcMgr);
77 assert(Begin.isValid() && End.isValid());
81 if (End.isBeforeInTranslationUnitThan(RHS.Begin))
83 if (RHS.End.isBeforeInTranslationUnitThan(Begin))
86 !RHS.End.isBeforeInTranslationUnitThan(End))
89 RHS.End.isBeforeInTranslationUnitThan(End))
    [all...]
  /external/clang/include/clang/Sema/
Designator.h 56 Expr *Start, *End;
100 return ArrayRangeInfo.End;
147 Expr *End,
153 D.ArrayRangeInfo.End = End;
194 /// AddDesignator - Add a designator to the end of this list.
216 } // end namespace clang
  /external/clang/test/SemaTemplate/
example-dynarray.cpp 16 dynarray() { Start = Last = End = 0; }
20 Last = End = Start + other.size();
44 Last = End = NewStart + other.size();
49 unsigned capacity() const { return End - Start; }
72 iterator end() { return Last; } function in class:dynarray
73 const_iterator end() const { return Last; } function in class:dynarray
91 T* Start, *Last, *End;
96 if (Last == End) {
113 End = Start + NewCapacity;
135 for (dynarray<int>::iterator I = di.begin(), IEnd = di.end(); I != IEnd; ++I
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp 124 return I == M.end() ? 0 : I->second;
171 } // end anonymous namespace
197 os << "Execution jumps to the end of the ";
506 } // end anonymous namespace
553 const PathDiagnosticLocation &End = PDB.getEnclosingStmtLocation(S);
556 << End.asLocation().getExpansionLineNumber();
557 PD.push_front(new PathDiagnosticControlFlowPiece(Start, End,
568 PathDiagnosticLocation End(S, SMgr, LC);
574 << End.asLocation().getExpansionLineNumber();
578 << End.asLocation().getExpansionLineNumber()
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
slide_animator_gtk.h 71 // End the current animation.
72 void End();
  /external/llvm/include/llvm/Support/
Allocator.h 115 /// End - The end of the current slab.
117 char *End;
129 /// the new slab. Modifies CurPtr and End.
206 char *End = Slab == Allocator.CurSlab ? Allocator.CurPtr :
208 for (char *Ptr = (char*)(Slab+1); Ptr < End; Ptr += sizeof(T)) {
210 if (Ptr + sizeof(T) <= End)
224 } // end namespace llvm
  /external/clang/lib/Frontend/
VerifyDiagnosticConsumer.cpp 64 // Send the diagnostic to the buffer, we will check it once we reach the end
162 for (DirectiveList::iterator I = L->begin(), E = L->end(); I != E; ++I)
171 ParseHelper(const char *Begin, const char *End)
172 : Begin(Begin), End(End), C(Begin), P(Begin), PEnd(NULL) { }
178 if (PEnd > End)
188 for (; P < End && P[0] >= '0' && P[0] <= '9'; ++P) {
202 P = std::search(C, End, S.begin(), S.end());
204 return P != End;
    [all...]
  /external/llvm/include/llvm/MC/
MCWin64EH.h 64 MCWin64EHUnwindInfo() : Begin(0), End(0), ExceptionHandler(0),
70 MCSymbol *End;
91 } // end namespace llvm
  /external/llvm/lib/Analysis/
IntervalPartition.cpp 48 for (Interval::node_iterator It = I->Nodes.begin(), End = I->Nodes.end();
49 It != End; ++It)
61 E = Int->Successors.end(); I != E; ++I)
ProfileInfo.cpp 63 if (J != BlockInformation.end()) {
65 if (I != J->second.end())
128 if (J != BlockInformation.end()) {
130 if (I != J->second.end())
141 if (J != FunctionInformation.end())
158 if (J != FunctionInformation.end())
205 if (J == BlockInformation.end()) return;
215 if (J == EdgeInformation.end()) return;
250 succ_const_iterator Succ = succ_begin(BB), End = succ_end(BB);
251 if (Succ == End) {
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h 68 const MCSymbol *End;
87 : Begin(0), End(0), Variable(0), Merged(false),
91 : Begin(B), End(E), Loc(L), Variable(V), Merged(false),
94 : Begin(B), End(E), Variable(0), Merged(false),
97 : Begin(B), End(E), Variable(0), Merged(false),
100 : Begin(B), End(E), Variable(0), Merged(false),
105 bool isEmpty() { return Begin == 0 && End == 0; }
108 if (!(Begin && Loc == Next->Loc && End == Next->Begin))
244 /// (at the end of the module) as DW_AT_inline.
283 /// PrologEndLoc - This location indicates end of function prologue an
    [all...]
  /external/llvm/unittests/ADT/
DAGDeltaAlgorithmTest.cpp 27 return std::includes(Changes.begin(), Changes.end(),
28 FailingSet.begin(), FailingSet.end());
49 std::set<unsigned> range(unsigned Start, unsigned End) {
51 while (Start != End)
DeltaAlgorithmTest.cpp 22 ie = S.end(); it != ie; ++it) {
42 return std::includes(Changes.begin(), Changes.end(),
43 FailingSet.begin(), FailingSet.end());
64 std::set<unsigned> range(unsigned Start, unsigned End) {
66 while (Start != End)
  /external/webkit/Source/WebCore/rendering/svg/
SVGMarkerData.h 38 End
66 case End:
  /external/clang/tools/driver/
driver.cpp 70 /// '+': Add FOO as a new argument at the end of the command line.
81 /// at the end of the command line.
101 OS << "### Adding argument " << Str << " at end\n";
128 OS << "### Invalid X edit, end of command line!\n";
145 OS << "### Adding argument " << Edit << " at end\n";
170 const char *End = ::strchr(S, ' ');
171 if (!End)
172 End = S + strlen(S);
173 if (End != S)
174 ApplyOneQAOverride(*OS, Args, std::string(S, End), SavedStrings)
    [all...]
  /external/llvm/include/llvm/ADT/
STLExtras.h 49 // for_each(V.begin(), B.end(), deleter<Interval>);
216 /// after the end of an array.
248 /// array_pod_sort - This sorts an array with the specified start and end
263 static inline void array_pod_sort(IteratorTy Start, IteratorTy End) {
265 if (Start == End) return;
266 qsort(&*Start, End-Start, sizeof(*Start),
271 static inline void array_pod_sort(IteratorTy Start, IteratorTy End,
274 if (Start == End) return;
275 qsort(&*Start, End-Start, sizeof(*Start), Compare);
286 for (typename Container::iterator I = C.begin(), E = C.end(); I != E; ++I
    [all...]
  /external/llvm/lib/Transforms/Scalar/
MemCpyOptimizer.cpp 130 // Start/End - A semi range that describes the span that this range covers.
131 // The range is closed at the start and open at the end: [Start, End).
132 int64_t Start, End;
147 } // end anon namespace
151 if (TheStores.size() >= 8 || End-Start >= 64) return true;
174 // this width can be stored. If so, check to see whether we will end up
176 unsigned Bytes = unsigned(End-Start);
201 const_iterator end() const { return Ranges.end(); } function in class:__anon8527::MemsetRanges
    [all...]
  /external/webkit/Source/WebCore/storage/
IDBKeyPath.cpp 169 // Identifier => {Dot, Array, End}
170 // Array => {Start, Dot, End}
173 enum ParserState { Identifier, Array, Dot, End };
183 state = End;
205 state = End;
239 state = End;
259 case End: {
  /external/clang/lib/AST/
ExprCXX.cpp 188 SourceLocation End = DestroyedType.getLocation();
190 End = TInfo->getTypeLoc().getLocalSourceRange().getEnd();
191 return SourceRange(Base->getLocStart(), End);
204 UnresolvedSetIterator End)
210 Begin, End, /*StdIsAssociated=*/false);
231 UnresolvedSetIterator End,
246 Results(0), NumResults(End - Begin), NameInfo(NameInfo),
249 NumResults = End - Begin;
252 for (UnresolvedSetImpl::const_iterator I = Begin; I != End; ++I) {
294 UnresolvedSetIterator End) {
    [all...]
  /external/bison/djgpp/
djunpack.bat 3 Rem WARNING WARNING WARNING: This file needs to have DOS CRLF end-of-line
41 GoTo End
71 GoTo End
76 GoTo End
80 GoTo End
84 GoTo End
88 :End
  /external/clang/lib/Basic/
Diagnostic.cpp 145 return DiagStatePoints.end() - 1;
147 DiagStatePointsTy::iterator Pos = DiagStatePoints.end();
151 Pos = std::upper_bound(DiagStatePoints.begin(), DiagStatePoints.end(),
208 assert(Pos != DiagStatePoints.end());
212 I = Pos+1, E = DiagStatePoints.end(); I != E; ++I) {
443 // Get the end of the value. This is either the } or the |.
492 static unsigned PluralNumber(const char *&Start, const char *End) {
495 while (Start != End && *Start >= '0' && *Start <= '9') {
504 static bool TestPluralRange(unsigned Val, const char *&Start, const char *End) {
506 unsigned Ref = PluralNumber(Start, End);
    [all...]
  /external/clang/lib/Sema/
SemaFixItUtils.cpp 60 const SourceLocation End = S.PP.getLocForEndOfToken(FullExpr->getSourceRange()
113 Hints.push_back(FixItHint::CreateInsertion(End, ")"));
147 Hints.push_back(FixItHint::CreateInsertion(End, ")"));

Completed in 3177 milliseconds

12 3 4 5 6 7 8 91011