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