Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.h89 struct Change { struct
94 bool operator()(const Change &C1, const Change &C2) const; argument
122 // Changes might be in the middle of a token, so we cannot just keep the argument
124 SourceRange OriginalWhitespaceRange;
125 unsigned StartOfTokenColumn;
126 unsigned NewlinesBefore;
127 std::string PreviousLinePostfix;
128 std::string CurrentLinePrefix;
129 bool IsAligned;
130 bool ContinuesPPDirective;
[all …]
H A DWhitespaceManager.cpp34 WhitespaceManager::Change::Change(const FormatToken &Tok, in Change() function in clang::format::WhitespaceManager::Change
234 for (auto &Change : Changes) { in calculateLineBreakInformation() local
261 for (auto &Change : Changes) { in calculateLineBreakInformation() local
289 SmallVector<WhitespaceManager::Change, 16> &Changes) { in AlignTokenSequence()
529 SmallVector<WhitespaceManager::Change, 16> &Changes, in AlignTokens()
704 SmallVector<WhitespaceManager::Change, 16> &Changes) { in AlignMatchingTokenSequence()
1409 auto &Change = Changes[Next->Index]; in alignArrayInitializersLeftJustified() local
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DDAGDeltaAlgorithm.cpp181 for (change_ty Change : Changes) { in DAGDeltaAlgorithmImpl() local
191 for (change_ty Change : Changes) in DAGDeltaAlgorithmImpl() local
198 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
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DPassManager.cpp14 bool Change = false; in runOnFunction() local
24 bool Change = false; in runOnRegion() local
H A DTracker.cpp349 for (auto &Change : reverse(Changes)) in revert() local
361 for (auto &Change : Changes) in accept() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DRewriteBuffer.h107 void AddInsertDelta(unsigned OrigOffset, int Change) { in AddInsertDelta()
113 void AddReplaceDelta(unsigned OrigOffset, int Change) { in AddReplaceDelta()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/SandboxVectorizer/Passes/
H A DPackReuse.h27 bool Change = false; variable
H A DBottomUpVec.h36 bool Change = false; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastTileConfig.cpp120 bool Change = false; in configBasicBlock() local
191 bool Change = false; in runOnMachineFunction() local
H A DX86FastPreTileConfig.cpp519 bool Change = false; in configBasicBlock() local
700 bool Change = false; in runOnMachineFunction() local
H A DX86LowerAMXType.cpp1179 bool Change = false; in combineLdSt() local
1220 bool Change = false; in combineAMXcast() local
1388 bool Change = false; in transformAllAMXCast() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/SandboxVectorizer/Passes/
H A DRegionsFromMetadata.cpp23 bool Change = false; in runOnFunction() local
H A DSeedCollection.cpp40 bool Change = false; in runOnFunction() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/SandboxVectorizer/
H A DSandboxVectorizer.cpp137 bool Change = FPM.runOnFunction(F, A); in runImpl() local
/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DRenamingAction.cpp144 AtomicChange Change(SM, Ranges[0].getBegin()); in createRenameReplacements() local
214 Expected<std::vector<AtomicChange>> Change = in HandleOneRename() local
/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/Extract/
H A DExtract.cpp151 AtomicChange Change(SM, ExtractedDeclLocation); in createSourceReplacements() local
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/ASTDiff/
H A DASTDiff.h43 ChangeKind Change = None; member
/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DAtomicChange.cpp150 for (const auto &Change : Changes) { in createReplacementsForHeaders() local
186 for (const auto &Change : Changes) in combineReplacementsInChanges() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCFIFixup.cpp324 bool Change = false; in runOnMachineFunction() local
/freebsd/contrib/tcsh/
H A Ded.inputl.c235 Char *Change; in Inputl() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIModeRegister.cpp87 Status Change; member in BlockData
H A DAMDGPUAttributor.cpp400 ChangeStatus Change = ChangeStatus::UNCHANGED; in updateImpl() local
821 ChangeStatus Change = ChangeStatus::UNCHANGED; in updateImplImpl() local
1027 ChangeStatus Change = ChangeStatus::UNCHANGED; in updateImpl() local
1133 ChangeStatus Change = ChangeStatus::UNCHANGED; in updateImpl() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDevelopmentModeInlineAdvisor.cpp151 void updateNativeSizeEstimate(int64_t Change) {
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64A57FPLoadBalancing.cpp574 bool Change = TransformAll || getColor(MO.getReg()) != C; in colorChain() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLegacyPassManager.cpp163 std::pair<unsigned, unsigned> &Change = FunctionToInstrCount[Fname]; in emitInstrCountChangedRemark() local

12