Home
last modified time | relevance | path

Searched refs:FlowConditionConstraints (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DDataflowAnalysisContext.cpp145 auto Res = FlowConditionConstraints.try_emplace(Token, &Constraint); in addFlowConditionConstraint()
226 auto ConstraintsIt = FlowConditionConstraints.find(Token); in addTransitiveFlowConditionConstraints()
227 if (ConstraintsIt == FlowConditionConstraints.end()) { in addTransitiveFlowConditionConstraints()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowAnalysisContext.h290 llvm::DenseMap<Atom, const Formula *> FlowConditionConstraints; variable