Home
last modified time | relevance | path

Searched defs:Change (Results 1 – 25 of 62) sorted by relevance

123

/external/clang/lib/Format/
DWhitespaceManager.h86 struct Change { struct
91 bool operator()(const Change &C1, const Change &C2) const; argument
97 Change() {} in Change() argument
116 // Changes might be in the middle of a token, so we cannot just keep the argument
118 SourceRange OriginalWhitespaceRange;
119 unsigned StartOfTokenColumn;
120 unsigned NewlinesBefore;
121 std::string PreviousLinePostfix;
122 std::string CurrentLinePrefix;
127 tok::TokenKind Kind;
[all …]
DWhitespaceManager.cpp28 WhitespaceManager::Change::Change( in Change() function in clang::format::WhitespaceManager::Change
143 for (auto &Change : Changes) { in calculateLineBreakInformation() local
167 SmallVector<WhitespaceManager::Change, 16> &Changes) { in AlignTokenSequence()
200 SmallVector<WhitespaceManager::Change, 16> &Changes) { in AlignTokens()
/external/icing/icing/legacy/index/
Dicing-array-storage.h128 struct Change { struct
129 Change(uint32_t o, uint32_t l) : elt_offset(o), elt_len(l) {} in Change() function
134 static_assert(8 == sizeof(Change), "sizeof(Change) != 8"); argument
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/changes/
DChange.java30 class Change { class
49 Change(final String pFilename, final int type) { in Change() method in Change
66 Change(final ArchiveEntry pEntry, final InputStream pInput, final boolean replace) { in Change() method in Change
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
DDAGDeltaAlgorithm.cpp182 for (change_ty Change : Changes) { in DAGDeltaAlgorithmImpl() local
192 for (change_ty Change : Changes) in DAGDeltaAlgorithmImpl() local
199 change_ty Change = Worklist.back(); in DAGDeltaAlgorithmImpl() local
212 for (change_ty Change : Changes) in DAGDeltaAlgorithmImpl() local
214 for (change_ty Change : Changes) in DAGDeltaAlgorithmImpl() local
287 for (change_ty Change : Changes) in GetTestResult() local
/external/rust/android-crates-io/crates/downcast-rs/
DCHANGELOG.md9 ### Change subsection
22 ### Change subsection
27 ### Change subsection
/external/clang/include/clang/Rewrite/Core/
DRewriteBuffer.h104 void AddInsertDelta(unsigned OrigOffset, int Change) { in AddInsertDelta()
110 void AddReplaceDelta(unsigned OrigOffset, int Change) { in AddReplaceDelta()
/external/pigweed/pw_cli/py/pw_cli/
Drequires.py66 class Change: class
78 def dump_json_patches(obj: Sequence[Change], outs: IO):
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
DX86FastTileConfig.cpp110 bool Change = false; in configBasicBlock() local
177 bool Change = false; in runOnMachineFunction() local
DX86FastPreTileConfig.cpp509 bool Change = false; in configBasicBlock() local
685 bool Change = false; in runOnMachineFunction() local
DX86LowerAMXType.cpp993 bool Change = false; in combineLdSt() local
1034 bool Change = false; in combineAMXcast() local
1194 bool Change = false; in transformAllAMXCast() local
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/lexicalpreservation/changes/
DChange.java11 public interface Change { interface
/external/googleapis/google/watcher/v1/
Dwatch.proto242 message Change { message
/external/pdfium/fxjs/xfa/
Dcjx_eventpseudomodel.h16 Change = 0, enumerator
/external/rust/android-crates-io/crates/tower/src/discover/
Dmod.rs102 pub enum Change<K, V> { enum
/external/perfetto/ui/src/base/
Dsemantic_icons.ts44 static readonly Change = 'change_circle'; property in Icons
/external/chromiumos-config/proto/chromiumos/build/api/
Dsubtools.proto60 enum Change { enum
/external/llvm/docs/
DDeveloperPolicy.rst420 .. _incremental changes:
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
DCFIFixup.cpp160 bool Change = false; in runOnMachineFunction() local
/external/llvm/lib/Transforms/Scalar/
DTailRecursionElimination.cpp679 bool Change = false; in foldReturnAndProcessPred() local
767 bool Change = in eliminateTailRecursion() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
DAMDGPUAttributor.cpp307 ChangeStatus Change = ChangeStatus::UNCHANGED; in updateImpl() local
666 ChangeStatus Change = ChangeStatus::UNCHANGED; in updateImpl() local
805 ChangeStatus Change = A.run(); in runOnModule() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DTailRecursionElimination.cpp692 bool Change = false; in foldReturnAndProcessPred() local
785 bool Change = processReturningBlock(Ret, OldEntry, TailCallsAreMarkedTail, in eliminateTailRecursion() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIModeRegister.cpp99 Status Change; member in BlockData
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DDAGDeltaAlgorithm.cpp203 change_ty Change = Worklist.back(); in DAGDeltaAlgorithmImpl() local
/external/llvm/lib/Support/
DDAGDeltaAlgorithm.cpp204 change_ty Change = Worklist.back(); in DAGDeltaAlgorithmImpl() local

123