Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBasicValueFactory.h258 llvm::ImmutableList<SVal> prependSVal(SVal X, llvm::ImmutableList<SVal> L) { in prependSVal() function
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp417 CompoundSVals = BVF.prependSVal(Value, CompoundSVals); in processArgument()
H A DExprEngineC.cpp767 vals = getBasicVals().prependSVal(V, vals); in VisitInitListExpr()