Home
last modified time | relevance | path

Searched refs:getOrCreateConjunction (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Analysis/FlowSensitive/
H A DDataflowAnalysisContext.cpp100 BoolValue &DataflowAnalysisContext::getOrCreateConjunction(BoolValue &LHS, in getOrCreateConjunction() function in clang::dataflow::DataflowAnalysisContext
166 Res.first->second = &getOrCreateConjunction(*Res.first->second, Constraint); in addFlowConditionConstraint()
288 Result = &getOrCreateConjunction(LeftSub, RightSub); in substituteBoolValue()
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowEnvironment.h364 return DACtx->getOrCreateConjunction(LHS, RHS); in makeAnd()
H A DDataflowAnalysisContext.h189 BoolValue &getOrCreateConjunction(BoolValue &LHS, BoolValue &RHS);