Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DBasicValueFactory.h179 llvm::ImmutableList<SVal> consVals(SVal X, llvm::ImmutableList<SVal> L) { in consVals() function
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineC.cpp647 vals = getBasicVals().consVals(V, vals); in VisitInitListExpr()