HomeSort by: relevance | last modified time | path
    Searched refs:Affected (Results 1 - 13 of 13) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Format/
AffectedRangeManager.cpp 33 // if any token within the directive is affected.
95 (*I)->Affected = true;
109 // Stores whether one of the line's tokens is directly affected.
112 // in order to determine whether it was affected.
116 // affected.
120 // Determine whether 'Tok' was affected.
124 // Determine whether the first child of 'Tok' was affected.
125 if (!Tok->Children.empty() && Tok->Children.front()->Affected)
132 // affected line?
133 bool LineMoved = PreviousLine && PreviousLine->Affected &
    [all...]
TokenAnnotator.h 45 IsMultiVariableDeclStmt(false), Affected(false),
138 bool Affected;
UsingDeclarationsSorter.cpp 119 if (Declaration.Line->Affected) {
NamespaceEndCommentsFixer.cpp 173 if (!Line->Affected || Line->InPPDirective || !Line->startsWith(tok::r_brace))
UnwrappedLineFormatter.cpp 737 if (B.Affected)
738 A.Affected = true;
1138 // exit the scope of affected lines to prevent indenting a the entire
1149 bool ShouldFormat = TheLine.Affected || FixIndentation;
1188 // If no token in the current line is affected, we still need to format
1189 // affected children.
1203 StartsNewLine && ((PreviousLine && PreviousLine->Affected) ||
SortJavaScriptImports.cpp 347 // affected lines of module references, nullptr otherwise.
399 AnyImportAffected = AnyImportAffected || Line->Affected;
417 // Sort imports if any import line was affected.
Format.cpp 1556 if (!Line->Affected)
1776 if (!Line->Affected)
1825 // FIXME: in the current implementation the granularity of affected range
1831 // sophisticated way of computing affected ranges.
1848 if (Line->Affected) {
1930 // Check if the empty namespace is actually affected by changed ranges.
1997 // the number of replacements can be reduced. This makes computing affected
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
AssumptionCache.cpp 60 SmallVectorImpl<AssumptionCache::ResultElem> &Affected) {
64 auto AddAffected = [&Affected](Value *V, unsigned Idx =
67 Affected.push_back({V, Idx});
69 Affected.push_back({I, Idx});
76 Affected.push_back({Op, Idx});
130 SmallVector<AssumptionCache::ResultElem, 16> Affected;
131 findAffectedValues(CI, Affected);
133 for (auto &AV : Affected) {
143 SmallVector<AssumptionCache::ResultElem, 16> Affected;
144 findAffectedValues(CI, Affected);
    [all...]
  /src/external/lgpl3/mpfr/dist/doc/
check-typography 31 Affected lines in mpfr.texi:
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
GenericDomTreeConstruction.h 645 SmallVector<TreeNodePtr, 8> Affected;
758 // Based on Lemma 2.5 from [2], after insertion of (From,To), v is affected
767 // affected if this does not hold.
779 II.Affected.push_back(TN);
783 "as affected, CurrentLevel " << CurrentLevel << "\n");
789 // vertices. The first iteration is for the (affected) vertex popped
791 // UnaffectedOnCurrentLevel, which may eventually expand to affected
809 // and no affected vertex may be reached by a path passing through it.
816 // Succ is unaffected but it may (transitively) expand to affected
818 LLVM_DEBUG(dbgs() << "\t\tMarking visited not affected "
    [all...]
  /src/crypto/external/apache2/openssl/dist/
Configure 1227 ***** Affected make variables: $names
  /src/crypto/external/bsd/openssl/dist/
Configure 1106 ***** Affected make variables: $names
  /src/crypto/external/bsd/openssl.old/dist/
Configure 966 ***** Affected make variables: $names

Completed in 42 milliseconds