HomeSort by relevance Sort by last modified time
    Searched defs:Changes (Results 1 - 5 of 5) sorted by null

  /external/clang/lib/Format/
WhitespaceManager.h 76 /// \brief Functor to sort changes in original source order.
104 // Changes might be in the middle of a token, so we cannot just keep the
136 /// \brief Align trailing comments over all \c Changes.
143 /// \brief Align escaped newlines over all \c Changes.
150 /// \brief Fill \c Replaces with the replacements for all effective changes.
161 SmallVector<Change, 16> Changes;
  /external/llvm/lib/CodeGen/
LiveRangeCalc.cpp 289 unsigned Changes;
291 Changes = 0;
347 ++Changes;
375 ++Changes;
379 } while (Changes);
  /external/llvm/lib/Support/
DAGDeltaAlgorithm.cpp 64 const changeset_ty &Changes;
119 void UpdatedSearchState(const changeset_ty &Changes,
122 DDA.UpdatedSearchState(Changes, Sets, Required);
146 /// GetTestResult - Get the test result for the active set \p Changes with
147 /// \p Required changes from the cache, executing the test if necessary.
149 /// \param Changes - The set of active changes being minimized, which should
151 /// \param Required - The set of changes which have previously been
154 bool GetTestResult(const changeset_ty &Changes, const changeset_ty &Required);
157 /// Helper object for minimizing an active set of changes
    [all...]
  /external/llvm/lib/Target/R600/
SIInsertWaits.cpp 334 bool Changes = false;
354 Changes |= insertWait(MBB, I, handleOperands(*I));
359 Changes |= insertWait(MBB, MBB.getFirstTerminator(), LastIssued);
362 return Changes;
  /external/clang/lib/Parse/
ParseDecl.cpp 818 AvailabilityChange Changes[Unknown];
913 if (!Changes[Index].KeywordLoc.isInvalid()) {
916 << SourceRange(Changes[Index].KeywordLoc,
917 Changes[Index].VersionRange.getEnd());
920 Changes[Index].KeywordLoc = KeywordLoc;
921 Changes[Index].Version = Version;
922 Changes[Index].VersionRange = VersionRange;
942 // availability changes. Make sure that hasn't happened.
946 if (Changes[Index].KeywordLoc.isValid()) {
949 << SourceRange(Changes[Index].KeywordLoc
    [all...]

Completed in 293 milliseconds