Searched refs:Affected (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | AssumptionCache.cpp | 60 SmallVectorImpl<AssumptionCache::ResultElem> &Affected) { in findAffectedValues() argument 64 auto AddAffected = [&Affected](Value *V, unsigned Idx = in findAffectedValues() 67 Affected.push_back({V, Idx}); in findAffectedValues() 69 Affected.push_back({I, Idx}); in findAffectedValues() 76 Affected.push_back({Op, Idx}); in findAffectedValues() 130 SmallVector<AssumptionCache::ResultElem, 16> Affected; in updateAffectedValues() local 131 findAffectedValues(CI, Affected); in updateAffectedValues() 133 for (auto &AV : Affected) { in updateAffectedValues() 143 SmallVector<AssumptionCache::ResultElem, 16> Affected; in unregisterAssumption() local 144 findAffectedValues(CI, Affected); in unregisterAssumption() [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Format/ |
| H A D | AffectedRangeManager.cpp | 95 (*I)->Affected = true; in markAllAsAffected() 125 if (!Tok->Children.empty() && Tok->Children.front()->Affected) in nonPPLineAffected() 133 bool LineMoved = PreviousLine && PreviousLine->Affected && in nonPPLineAffected() 139 PreviousLine->Affected && PreviousLine->Last->is(tok::comment); in nonPPLineAffected() 144 Lines[Line->MatchingOpeningBlockLineIndex]->Affected; in nonPPLineAffected() 148 Line->Affected = true; in nonPPLineAffected()
|
| H A D | TokenAnnotator.h | 46 IsMultiVariableDeclStmt(false), Affected(false), in AnnotatedLine() 139 bool Affected; variable
|
| H A D | UsingDeclarationsSorter.cpp | 119 if (Declaration.Line->Affected) { in endUsingDeclarationBlock()
|
| H A D | UnwrappedLineFormatter.cpp | 739 if (B.Affected) in join() 740 A.Affected = true; in join() 1164 bool ShouldFormat = TheLine.Affected || FixIndentation; in format() 1218 StartsNewLine && ((PreviousLine && PreviousLine->Affected) || in format()
|
| H A D | NamespaceEndCommentsFixer.cpp | 173 if (!Line->Affected || Line->InPPDirective || !Line->startsWith(tok::r_brace)) in getNamespaceToken()
|
| H A D | SortJavaScriptImports.cpp | 404 AnyImportAffected = AnyImportAffected || Line->Affected; in parseModuleReferences()
|
| H A D | Format.cpp | 1603 if (!Line->Affected) in requoteJSStringLiteral() 1825 if (!Line->Affected) in insertTrailingCommas() 1897 if (Line->Affected) { in cleanupLine()
|
| /freebsd-13.1/lib/libc/db/ |
| H A D | changelog | 26 recno: Affected by cursor changes. New cursor structures should
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | GenericDomTreeConstruction.h | 645 SmallVector<TreeNodePtr, 8> Affected; member 779 II.Affected.push_back(TN); in InsertReachable() 849 for (const TreeNodePtr TN : II.Affected) { in UpdateInsertion()
|