Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.h94 bool operator()(const Change &C1, const Change &C2) const; struct
159 const Change *StartOfBlockComment; argument
99 IsBeforeInFileChange global() argument
127 CreateReplacementChange global() argument
129 OriginalWhitespaceRangeChange global() argument
130 StartOfTokenColumnChange global() argument
131 NewlinesBeforeChange global() argument
132 PreviousLinePostfixChange global() argument
133 CurrentLinePrefixChange global() argument
134 IsAlignedChange global() argument
135 ContinuesPPDirectiveChange global() argument
164 StartOfBlockCommentChange global() argument
165 IndentationOffsetChange global() argument
169 ConditionalsLevelChange global() argument
174 indentAndNestingLevelChange indentAndNestingLevel() argument
[all...]
H A DWhitespaceManager.cpp34 WhitespaceManager::Change::Change(const FormatToken &Tok, in Change() function in clang::format::WhitespaceManager::Change
228 for (auto &Change : Changes) { calculateLineBreakInformation() local
255 for (auto &Change : Changes) { calculateLineBreakInformation() local
283 AlignTokenSequence(const FormatStyle & Style,unsigned Start,unsigned End,unsigned Column,bool RightJustify,F && Matches,SmallVector<WhitespaceManager::Change,16> & Changes) AlignTokenSequence() argument
521 AlignTokens(const FormatStyle & Style,F && Matches,SmallVector<WhitespaceManager::Change,16> & Changes,unsigned StartAt,const FormatStyle::AlignConsecutiveStyle & ACS={},bool RightJustify=false) AlignTokens() argument
696 AlignMatchingTokenSequence(unsigned & StartOfSequence,unsigned & EndOfSequence,unsigned & MinColumn,std::function<bool (const WhitespaceManager::Change & C)> Matches,SmallVector<WhitespaceManager::Change,16> & Changes) AlignMatchingTokenSequence() argument
1371 auto &Change = Changes[Next->Index]; alignArrayInitializersLeftJustified() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A 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
/freebsd-src/contrib/llvm-project/clang/include/clang/Rewrite/Core/
H A DRewriteBuffer.h104 void AddInsertDelta(unsigned OrigOffset, int Change) { in AddInsertDelta()
110 void AddReplaceDelta(unsigned OrigOffset, int Change) { in AddReplaceDelta()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastTileConfig.cpp110 bool Change = false; in configBasicBlock() local
177 bool Change = false; runOnMachineFunction() local
H A DX86FastPreTileConfig.cpp508 bool Change = false; in configBasicBlock() local
684 bool Change = false; runOnMachineFunction() local
H A DX86LowerAMXType.cpp992 bool Change = false; combineLdSt() local
1034 bool Change = false; combineAMXcast() local
1203 bool Change = false; transformAllAMXCast() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DRenamingAction.cpp153 AtomicChange Change(SM, Ranges[0].getBegin()); in createRenameReplacements() local
223 Expected<std::vector<AtomicChange>> Change = in HandleOneRename() local
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Refactoring/Extract/
H A DExtract.cpp151 AtomicChange Change(SM, ExtractedDeclLocation); in createSourceReplacements() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DCFIFixup.cpp178 bool Change = false; in runOnMachineFunction() local
H A DIfConversion.cpp484 bool Change = false; INITIALIZE_PASS_DEPENDENCY() local
/freebsd-src/contrib/llvm-project/clang/include/clang/Tooling/ASTDiff/
H A DASTDiff.h43 ChangeKind Change = None; member
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAttributor.cpp346 ChangeStatus Change = ChangeStatus::UNCHANGED; in updateImpl() local
705 ChangeStatus Change = ChangeStatus::UNCHANGED; in updateImplImpl() local
849 ChangeStatus Change = ChangeStatus::UNCHANGED; in updateImpl() local
976 ChangeStatus Change = A.run(); runImpl() local
[all...]
H A DSIModeRegister.cpp87 Status Change; member in BlockData
[all...]
/freebsd-src/contrib/tcsh/
H A Ded.inputl.c235 Char *Change; in Inputl() local
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DDevelopmentModeInlineAdvisor.cpp150 updateNativeSizeEstimate(int64_t Change) global() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64A57FPLoadBalancing.cpp575 bool Change = TransformAll || getColor(MO.getReg()) != C; in colorChain() local
H A DAArch64InstrInfo.cpp5354 auto Change = emitFrameOffsetAdj() local
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DLegacyPassManager.cpp166 std::pair<unsigned, unsigned> &Change = FunctionToInstrCount[Fname]; in emitInstrCountChangedRemark() local
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp2575 struct Change { getInputFile() struct
2576 ModificationKindASTReader::getInputFile::Change getInputFile() argument
2581 KindASTReader::getInputFile::Change getInputFile() argument
2582 OldASTReader::getInputFile::Change getInputFile() argument
2583 NewASTReader::getInputFile::Change getInputFile() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp4754 ChangeStatus Change = ChangeStatus::UNCHANGED; updateImpl() local
4966 ChangeStatus Change = AADereferenceable::manifest(A); manifest() local
8877 ChangeStatus Change = ChangeStatus::UNCHANGED; updateImpl() local
10516 ChangeStatus Change = ChangeStatus::UNCHANGED; updateImpl() local
10585 ChangeStatus Change = ChangeStatus::UNCHANGED; updateImpl() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp1565 bool Change = false; in ForeachDagApply() local