Home
last modified time | relevance | path

Searched defs:Change (Results 1 – 25 of 44) 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() function
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/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/v8/src/compiler/
Djs-intrinsic-lowering.cc251 Reduction JSIntrinsicLowering::Change(Node* node, const Operator* op) { in Change() function in v8::internal::compiler::JSIntrinsicLowering
308 Reduction JSIntrinsicLowering::Change(Node* node, const Operator* op, Node* a, in Change() function in v8::internal::compiler::JSIntrinsicLowering
319 Reduction JSIntrinsicLowering::Change(Node* node, const Operator* op, Node* a, in Change() function in v8::internal::compiler::JSIntrinsicLowering
331 Reduction JSIntrinsicLowering::Change(Node* node, const Operator* op, Node* a, in Change() function in v8::internal::compiler::JSIntrinsicLowering
344 Reduction JSIntrinsicLowering::Change(Node* node, Callable const& callable, in Change() function in v8::internal::compiler::JSIntrinsicLowering
Dcommon-operator-reducer.cc464 Reduction CommonOperatorReducer::Change(Node* node, Operator const* op, in Change() function in v8::internal::compiler::CommonOperatorReducer
473 Reduction CommonOperatorReducer::Change(Node* node, Operator const* op, Node* a, in Change() function in v8::internal::compiler::CommonOperatorReducer
Dsimplified-operator-reducer.cc229 Reduction SimplifiedOperatorReducer::Change(Node* node, const Operator* op, in Change() function in v8::internal::compiler::SimplifiedOperatorReducer
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/lexicalpreservation/changes/
DChange.java11 public interface Change { interface
/external/toolchain-utils/automation/common/
Dstate_machine.py45 def Change(self, new_state): member in BasicStateMachine
/external/pdfium/fxjs/xfa/
Dcjx_eventpseudomodel.h17 Change = 0, enumerator
/external/llvm/docs/
DDeveloperPolicy.rst420 .. _incremental changes:
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DDeveloperPolicy.rst422 .. _incremental changes:
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DTailRecursionElimination.cpp186 bool Change = ProcessReturningBlock(Ret, OldEntry, TailCallsAreMarkedTail, in runOnFunction() local
591 bool Change = false; in FoldReturnAndProcessPred() local
/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_unittest.cpp19 enum class Change { kNo, kYes }; enum
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DTailRecursionElimination.cpp679 bool Change = false; in foldReturnAndProcessPred() local
773 bool Change = processReturningBlock(Ret, OldEntry, TailCallsAreMarkedTail, in eliminateTailRecursion() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DDAGDeltaAlgorithm.cpp204 change_ty Change = Worklist.back(); in DAGDeltaAlgorithmImpl() local
/external/llvm/lib/Support/
DDAGDeltaAlgorithm.cpp204 change_ty Change = Worklist.back(); in DAGDeltaAlgorithmImpl() local
/external/swiftshader/third_party/LLVM/lib/Support/
DDAGDeltaAlgorithm.cpp210 change_ty Change = Worklist.back(); in DAGDeltaAlgorithmImpl() local
/external/python/apitools/samples/dns_sample/dns_v1/
Ddns_v1_messages.py14 class Change(_messages.Message): class
/external/u-boot/doc/
DREADME.x8661 Change the 'Board configuration file' and 'Board Device Tree Source (dts) file' label
/external/llvm/lib/Target/AArch64/
DAArch64A57FPLoadBalancing.cpp591 bool Change = TransformAll || getColor(MO.getReg()) != C; in colorChain() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64A57FPLoadBalancing.cpp578 bool Change = TransformAll || getColor(MO.getReg()) != C; in colorChain() local
/external/pdfium/fxjs/
Dcjs_eventhandler.cpp411 WideString& CJS_EventHandler::Change() { in Change() function in CJS_EventHandler
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DIfConversion.cpp293 bool Change = false; in runOnMachineFunction() local

12