Home
last modified time | relevance | path

Searched refs:ConstraintMap (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DRangedConstraintManager.h404 using ConstraintMap = llvm::ImmutableMap<SymbolRef, RangeSet>; variable
405 ConstraintMap getConstraintMap(ProgramStateRef State);
500 REGISTER_FACTORY_WITH_PROGRAMSTATE(ConstraintMap)
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h605 ConstraintMap Constraints;
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp3441 : Constraints(ConstraintMap::Factory().getEmptyMap()) {} in FalsePositiveRefutationBRVisitor()
3483 ConstraintMap NewCs = getConstraintMap(N->getState()); in addConstraints()
3484 ConstraintMap::Factory &CF = N->getState()->get_context<ConstraintMap>(); in addConstraints()
H A DRangeConstraintManager.cpp2265 ConstraintMap ento::getConstraintMap(ProgramStateRef State) { in getConstraintMap()
2266 ConstraintMap::Factory &F = State->get_context<ConstraintMap>(); in getConstraintMap()
2267 ConstraintMap Result = F.getEmptyMap(); in getConstraintMap()