/freebsd-src/contrib/llvm-project/llvm/lib/Support/ |
H A D | DeltaAlgorithm.cpp | 16 bool DeltaAlgorithm::GetTestResult(const changeset_ty &Changes) { in GetTestResult() argument 43 DeltaAlgorithm::Delta(const changeset_ty &Changes, in Delta() argument 67 Search(const changeset_ty & Changes,const changesetlist_ty & Sets,changeset_ty & Res) Search() argument 102 Run(const changeset_ty & Changes) Run() argument [all...] |
H A D | DAGDeltaAlgorithm.cpp | 116 void UpdatedSearchState(const changeset_ty &Changes, in UpdatedSearchState() 161 void UpdatedSearchState(const changeset_ty &Changes, in UpdatedSearchState() 179 DAGDeltaAlgorithm &DDA, const changeset_ty &Changes, in DAGDeltaAlgorithmImpl() 283 bool DAGDeltaAlgorithmImpl::GetTestResult(const changeset_ty &Changes, in GetTestResult() 349 DAGDeltaAlgorithm::Run(const changeset_ty &Changes, in Run()
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | DeltaAlgorithm.h | 73 virtual void UpdatedSearchState(const changeset_ty &Changes, in UpdatedSearchState()
|
H A D | DAGDeltaAlgorithm.h | 68 virtual void UpdatedSearchState(const changeset_ty &Changes, in UpdatedSearchState()
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Tooling/Transformer/ |
H A D | Transformer.h | 53 llvm::MutableArrayRef<AtomicChange> Changes; member
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/ |
H A D | RefactoringActionRules.h | 56 Expected<AtomicChanges> Changes = createSourceReplacements(Context); in invoke() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Transformer/ |
H A D | Transformer.cpp | 61 llvm::SmallVector<AtomicChange, 1> Changes; in convertToAtomicChanges() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Refactoring/ |
H A D | AtomicChange.cpp | 145 llvm::ArrayRef<AtomicChange> Changes, in createReplacementsForHeaders() argument 184 llvm::ArrayRef<AtomicChange> Changes) { in combineReplacementsInChanges() argument 302 llvm::ArrayRef<AtomicChange> Changes, in applyAtomicChanges() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/ |
H A D | RenamingAction.cpp | 148 std::vector<AtomicChange> Changes; in createRenameReplacements() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Format/ |
H A D | WhitespaceManager.cpp | 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 [all...] |
H A D | WhitespaceManager.h | 353 SmallVector<Change, 16> Changes; global() variable [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMParallelDSP.cpp | 291 bool Changes = MatchSMLAD(F); runOnFunction() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | CloneFunction.cpp | 92 CloneFunctionInto(Function * NewFunc,const Function * OldFunc,ValueToValueMapTy & VMap,CloneFunctionChangeType Changes,SmallVectorImpl<ReturnInst * > & Returns,const char * NameSuffix,ClonedCodeInfo * CodeInfo,ValueMapTypeRemapper * TypeMapper,ValueMaterializer * Materializer) CloneFunctionInto() argument
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | ParsedAttr.h | 68 AvailabilityChange Changes[NumAvailabilitySlots]; global() member
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | PGOInstrumentation.cpp | 1475 bool Changes = true; populateCounters() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LICM.cpp | 2686 SmallVector<Use *> Changes; hoistFPAssociation() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseDecl.cpp | 1219 AvailabilityChange Changes[Unknown]; ParseAvailabilityAttribute() local [all...] |