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

  /external/clang/lib/Format/
WhitespaceManager.h 87 /// \brief Functor to sort changes in original source order.
115 // Changes might be in the middle of a token, so we cannot just keep the
168 /// \brief Align consecutive assignments over all \c Changes.
171 /// \brief Align consecutive declarations over all \c Changes.
174 /// \brief Align trailing comments over all \c Changes.
181 /// \brief Align escaped newlines over all \c Changes.
188 /// \brief Fill \c Replaces with the replacements for all effective changes.
200 SmallVector<Change, 16> Changes;
  /external/llvm/lib/CodeGen/
LiveRangeCalc.cpp 377 unsigned Changes;
379 Changes = 0;
434 ++Changes;
463 ++Changes;
467 } while (Changes);
  /external/llvm/lib/Target/AMDGPU/
SIInsertWaits.cpp 456 bool Changes = false;
481 Changes |= insertWait(MBB, I, LastIssued);
483 Changes |= insertWait(MBB, I, handleOperands(*I));
490 Changes |= insertWait(MBB, MBB.getFirstTerminator(), LastIssued);
493 return Changes;
  /external/v8/build/android/gyp/util/
md5_check.py 43 pass_changes: Whether to pass a Changes instance to |function|.
76 changes = Changes(old_metadata, new_metadata, force, missing_outputs)
77 if not changes.HasChanges():
83 print changes.DescribeDifference()
86 args = (changes,) if pass_changes else ()
93 class Changes(object):
106 """Returns whether any changes exist."""
113 """Returns whether the only changes were from added or modified (sub)files.
  /external/llvm/lib/Transforms/Instrumentation/
PGOInstrumentation.cpp 571 bool Changes = true;
573 while (Changes) {
575 Changes = false;
585 Changes = true;
589 Changes = true;
596 Changes = true;
601 Changes = true;
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWC2On1Adapter.h 288 class Changes {
376 std::unique_ptr<Changes> mChanges;
  /external/clang/lib/Parse/
ParseDecl.cpp 860 AvailabilityChange Changes[Unknown];
    [all...]

Completed in 288 milliseconds