Home
last modified time | relevance | path

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

12

/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.h123 struct Change { struct
124 Change(uint32_t o, uint32_t l) : elt_offset(o), elt_len(l) {} in Change() function
129 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/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/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/lexicalpreservation/changes/
DChange.java11 public interface Change { interface
/external/pdfium/fxjs/xfa/
Dcjx_eventpseudomodel.h16 Change = 0, enumerator
/external/llvm/docs/
DDeveloperPolicy.rst420 .. _incremental changes:
/external/llvm/lib/Transforms/Scalar/
DTailRecursionElimination.cpp679 bool Change = false; in foldReturnAndProcessPred() local
767 bool Change = in eliminateTailRecursion() local
/external/pdfium/core/fxge/skia/
Dfx_skia_device_embeddertest.cpp26 enum class Change { kNo, kYes }; enum
/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/llvm/lib/Support/
DDAGDeltaAlgorithm.cpp204 change_ty Change = Worklist.back(); in DAGDeltaAlgorithmImpl() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DDAGDeltaAlgorithm.cpp203 change_ty Change = Worklist.back(); in DAGDeltaAlgorithmImpl() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIModeRegister.cpp99 Status Change; member in BlockData
/external/python/apitools/samples/dns_sample/dns_v1/
Ddns_v1_messages.py14 class Change(_messages.Message): class
/external/pdfium/fxjs/
Dcjs_event_context.cpp321 WideString& CJS_EventContext::Change() { in Change() function in CJS_EventContext
/external/leveldb/db/
Dskiplist_test.cc317 void Change(ReaderState s) LOCKS_EXCLUDED(mu_) { in Change() function in leveldb::TestState
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64A57FPLoadBalancing.cpp576 bool Change = TransformAll || getColor(MO.getReg()) != C; in colorChain() local
/external/llvm/lib/Target/AArch64/
DAArch64A57FPLoadBalancing.cpp591 bool Change = TransformAll || getColor(MO.getReg()) != C; in colorChain() local
/external/llvm/lib/CodeGen/
DIfConversion.cpp329 bool Change = false; in INITIALIZE_PASS_DEPENDENCY() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DLegacyPassManager.cpp244 std::pair<unsigned, unsigned> &Change = FunctionToInstrCount[Fname]; in emitInstrCountChangedRemark() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DAttributor.cpp1849 ChangeStatus Change = Base::updateImpl(A); in updateImpl() local
3038 ChangeStatus Change = ChangeStatus::UNCHANGED; in updateImpl() local
3224 ChangeStatus Change = AADereferenceable::manifest(A); in manifest() local
3264 ChangeStatus Change = Base::updateImpl(A); in updateImpl() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DIfConversion.cpp490 bool Change = false; in INITIALIZE_PASS_DEPENDENCY() local
/external/python/apitools/apitools/gen/testdata/dns/
Ddns_v1.json87 "Change": { object
/external/python/apitools/samples/dns_sample/
Ddns_v1.json87 "Change": { object

12