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

1 2 3

  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Tooling/Refactoring/
RefactoringActionRules.h 49 /// form of atomic changes.
57 Expected<AtomicChanges> Changes = createSourceReplacements(Context);
58 if (!Changes)
59 Consumer.handleError(Changes.takeError());
61 Consumer.handle(std::move(*Changes));
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Tooling/Refactoring/
RefactoringActionRules.h 49 /// form of atomic changes.
57 Expected<AtomicChanges> Changes = createSourceReplacements(Context);
58 if (!Changes)
59 Consumer.handleError(Changes.takeError());
61 Consumer.handle(std::move(*Changes));
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Tooling/Refactoring/
RefactoringActionRules.h 49 /// form of atomic changes.
57 Expected<AtomicChanges> Changes = createSourceReplacements(Context);
58 if (!Changes)
59 Consumer.handleError(Changes.takeError());
61 Consumer.handle(std::move(*Changes));
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Tooling/Refactoring/
RefactoringActionRules.h 49 /// form of atomic changes.
57 Expected<AtomicChanges> Changes = createSourceReplacements(Context);
58 if (!Changes)
59 Consumer.handleError(Changes.takeError());
61 Consumer.handle(std::move(*Changes));
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Tooling/Refactoring/
RefactoringActionRules.h 49 /// form of atomic changes.
57 Expected<AtomicChanges> Changes = createSourceReplacements(Context);
58 if (!Changes)
59 Consumer.handleError(Changes.takeError());
61 Consumer.handle(std::move(*Changes));
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Tooling/Refactoring/
RefactoringActionRules.h 49 /// form of atomic changes.
57 Expected<AtomicChanges> Changes = createSourceReplacements(Context);
58 if (!Changes)
59 Consumer.handleError(Changes.takeError());
61 Consumer.handle(std::move(*Changes));
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Tooling/Refactoring/
RefactoringActionRules.h 49 /// form of atomic changes.
57 Expected<AtomicChanges> Changes = createSourceReplacements(Context);
58 if (!Changes)
59 Consumer.handleError(Changes.takeError());
61 Consumer.handle(std::move(*Changes));
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Tooling/Refactoring/
RefactoringActionRules.h 49 /// form of atomic changes.
57 Expected<AtomicChanges> Changes = createSourceReplacements(Context);
58 if (!Changes)
59 Consumer.handleError(Changes.takeError());
61 Consumer.handle(std::move(*Changes));
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
LiveRangeCalc.cpp 178 unsigned Changes;
180 Changes = 0;
236 ++Changes;
265 ++Changes;
269 } while (Changes);
  /external/clang/lib/Format/
WhitespaceManager.h 87 /// \brief Functor to sort changes in original source order.
116 // Changes might be in the middle of a token, so we cannot just keep the
173 /// \brief Align consecutive assignments over all \c Changes.
176 /// \brief Align consecutive declarations over all \c Changes.
179 /// \brief Align trailing comments over all \c Changes.
186 /// \brief Align escaped newlines over all \c Changes.
193 /// \brief Fill \c Replaces with the replacements for all effective changes.
205 SmallVector<Change, 16> Changes;
  /external/libmojo/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/swiftshader/third_party/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 \arg Changes with
147 /// \arg 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/CodeGen/
LiveRangeCalc.cpp 393 unsigned Changes;
395 Changes = 0;
450 ++Changes;
479 ++Changes;
483 } while (Changes);
  /external/llvm/lib/Target/AMDGPU/
SIInsertWaits.cpp 515 bool Changes = false;
604 Changes |= insertWait(MBB, I, Required);
611 Changes |= insertWait(MBB, MBB.getFirstTerminator(), LastIssued);
617 return Changes;
  /external/clang/include/clang/Sema/
AttributeList.h 56 AvailabilityChange Changes[NumAvailabilitySlots];
64 Changes[IntroducedSlot] = Introduced;
65 Changes[DeprecatedSlot] = Deprecated;
66 Changes[ObsoletedSlot] = Obsoleted;
434 return getAvailabilityData()->Changes[IntroducedSlot];
439 return getAvailabilityData()->Changes[DeprecatedSlot];
444 return getAvailabilityData()->Changes[ObsoletedSlot];
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
AttributeList.h 56 AvailabilityChange Changes[NumAvailabilitySlots];
64 Changes[IntroducedSlot] = Introduced;
65 Changes[DeprecatedSlot] = Deprecated;
66 Changes[ObsoletedSlot] = Obsoleted;
437 return getAvailabilityData()->Changes[IntroducedSlot];
442 return getAvailabilityData()->Changes[DeprecatedSlot];
447 return getAvailabilityData()->Changes[ObsoletedSlot];
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Sema/
AttributeList.h 57 AvailabilityChange Changes[NumAvailabilitySlots];
65 Changes[IntroducedSlot] = Introduced;
66 Changes[DeprecatedSlot] = Deprecated;
67 Changes[ObsoletedSlot] = Obsoleted;
438 return getAvailabilityData()->Changes[IntroducedSlot];
443 return getAvailabilityData()->Changes[DeprecatedSlot];
448 return getAvailabilityData()->Changes[ObsoletedSlot];
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Sema/
AttributeList.h 57 AvailabilityChange Changes[NumAvailabilitySlots];
65 Changes[IntroducedSlot] = Introduced;
66 Changes[DeprecatedSlot] = Deprecated;
67 Changes[ObsoletedSlot] = Obsoleted;
438 return getAvailabilityData()->Changes[IntroducedSlot];
443 return getAvailabilityData()->Changes[DeprecatedSlot];
448 return getAvailabilityData()->Changes[ObsoletedSlot];
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Sema/
AttributeList.h 57 AvailabilityChange Changes[NumAvailabilitySlots];
65 Changes[IntroducedSlot] = Introduced;
66 Changes[DeprecatedSlot] = Deprecated;
67 Changes[ObsoletedSlot] = Obsoleted;
445 return getAvailabilityData()->Changes[IntroducedSlot];
450 return getAvailabilityData()->Changes[DeprecatedSlot];
455 return getAvailabilityData()->Changes[ObsoletedSlot];
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Sema/
AttributeList.h 57 AvailabilityChange Changes[NumAvailabilitySlots];
65 Changes[IntroducedSlot] = Introduced;
66 Changes[DeprecatedSlot] = Deprecated;
67 Changes[ObsoletedSlot] = Obsoleted;
445 return getAvailabilityData()->Changes[IntroducedSlot];
450 return getAvailabilityData()->Changes[DeprecatedSlot];
455 return getAvailabilityData()->Changes[ObsoletedSlot];
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Sema/
AttributeList.h 57 AvailabilityChange Changes[NumAvailabilitySlots];
65 Changes[IntroducedSlot] = Introduced;
66 Changes[DeprecatedSlot] = Deprecated;
67 Changes[ObsoletedSlot] = Obsoleted;
445 return getAvailabilityData()->Changes[IntroducedSlot];
450 return getAvailabilityData()->Changes[DeprecatedSlot];
455 return getAvailabilityData()->Changes[ObsoletedSlot];
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Sema/
AttributeList.h 57 AvailabilityChange Changes[NumAvailabilitySlots];
65 Changes[IntroducedSlot] = Introduced;
66 Changes[DeprecatedSlot] = Deprecated;
67 Changes[ObsoletedSlot] = Obsoleted;
445 return getAvailabilityData()->Changes[IntroducedSlot];
450 return getAvailabilityData()->Changes[DeprecatedSlot];
455 return getAvailabilityData()->Changes[ObsoletedSlot];
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
AttributeList.h 56 AvailabilityChange Changes[NumAvailabilitySlots];
64 Changes[IntroducedSlot] = Introduced;
65 Changes[DeprecatedSlot] = Deprecated;
66 Changes[ObsoletedSlot] = Obsoleted;
437 return getAvailabilityData()->Changes[IntroducedSlot];
442 return getAvailabilityData()->Changes[DeprecatedSlot];
447 return getAvailabilityData()->Changes[ObsoletedSlot];
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Sema/
AttributeList.h 57 AvailabilityChange Changes[NumAvailabilitySlots];
65 Changes[IntroducedSlot] = Introduced;
66 Changes[DeprecatedSlot] = Deprecated;
67 Changes[ObsoletedSlot] = Obsoleted;
438 return getAvailabilityData()->Changes[IntroducedSlot];
443 return getAvailabilityData()->Changes[DeprecatedSlot];
448 return getAvailabilityData()->Changes[ObsoletedSlot];
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Sema/
AttributeList.h 57 AvailabilityChange Changes[NumAvailabilitySlots];
65 Changes[IntroducedSlot] = Introduced;
66 Changes[DeprecatedSlot] = Deprecated;
67 Changes[ObsoletedSlot] = Obsoleted;
438 return getAvailabilityData()->Changes[IntroducedSlot];
443 return getAvailabilityData()->Changes[DeprecatedSlot];
448 return getAvailabilityData()->Changes[ObsoletedSlot];
    [all...]

Completed in 668 milliseconds

1 2 3