Home
last modified time | relevance | path

Searched refs:getSubVal (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/lib/Analysis/FlowSensitive/
H A DWatchedLiteralsSolver.cpp221 UnprocessedSubVals.push(&N->getSubVal()); in buildBooleanFormula()
325 const Variable SubVar = GetVar(&N->getSubVal()); in buildBooleanFormula()
334 UnprocessedSubVals.push(&N->getSubVal()); in buildBooleanFormula()
H A DDebugSupport.cpp96 S = formatv("(not\n{0})", debugString(N.getSubVal(), Depth + 1)); in debugString()
H A DDataflowAnalysisContext.cpp250 auto &Sub = substituteBoolValue(Negation.getSubVal(), SubstitutionsCache); in substituteBoolValue()
/llvm-project-15.0.7/clang/include/clang/Analysis/FlowSensitive/
H A DValue.h162 BoolValue &getSubVal() const { return SubVal; } in getSubVal() function
/llvm-project-15.0.7/clang/unittests/Analysis/FlowSensitive/
H A DTransferTest.cpp2837 EXPECT_EQ(&BarVal->getSubVal(), FooVal); in TEST()