Searched refs:makeSValFor (Results 1 – 1 of 1) sorted by relevance
471 auto makeSValFor = [&C, this](ProgramStateRef State, const Expr *E, in handleComparisionOp() local494 std::tie(FirstPtrVal, State) = makeSValFor(State, FirstExpr, First); in handleComparisionOp()495 std::tie(SecondPtrVal, State) = makeSValFor(State, SecondExpr, Second); in handleComparisionOp()