reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/ADT/ImmutableSet.h
 1004     Factory(const Factory& RHS) = delete;
 1005     void operator=(const Factory& RHS) = delete;
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramStateTrait.h
  196     using context_type = typename data_type::Factory &;
  225       return new typename data_type::Factory(Alloc);
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/RangedConstraintManager.h
   69   typedef PrimRangeSet::Factory Factory;
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SMTConstraintManager.h
  202     auto &CZFactory = State->get_context<ConstraintSMT>();
tools/clang/lib/Analysis/LiveVariables.cpp
   77   llvm::ImmutableSet<const Stmt *>::Factory SSetFact;
   78   llvm::ImmutableSet<const VarDecl *>::Factory DSetFact;
   79   llvm::ImmutableSet<const BindingDecl *>::Factory BSetFact;
  254                         llvm::ImmutableSet<const Stmt *>::Factory &F,
tools/clang/lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp
  269   SymbolSet::Factory &F = State->getStateManager().get_context<SymbolSet>();
  508   SymbolSet::Factory &F = State->getStateManager().get_context<SymbolSet>();
  866   SymbolSet::Factory &F = State->getStateManager().get_context<SymbolSet>();
tools/clang/lib/StaticAnalyzer/Checkers/InnerPointerChecker.cpp
  211         PtrSet::Factory &F = State->getStateManager().get_context<PtrSet>();
  237   PtrSet::Factory &F = State->getStateManager().get_context<PtrSet>();
tools/clang/lib/StaticAnalyzer/Checkers/TestAfterDivZeroChecker.cpp
  189   DivZeroMapTy::Factory &F = State->get_context<DivZeroMap>();
tools/clang/lib/StaticAnalyzer/Core/DynamicType.cpp
  109   CastSet::Factory &F = State->get_context<CastSet>();
unittests/ADT/ImmutableSetTest.cpp
   37   ImmutableSet<int>::Factory f;
   51   ImmutableSet<int>::Factory f;
   79   ImmutableSet<int>::Factory f;
  117   ImmutableSet<int>::Factory f;
  140   ImmutableSet<char>::Factory f;
  152   ImmutableSet<char>::Factory f;
  175   ImmutableSet<long>::Factory f;