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

/freebsd-current/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBasicValueFactory.h258 llvm::ImmutableList<SVal> prependSVal(SVal X, llvm::ImmutableList<SVal> L) { function in class:clang::ento::BasicValueFactory
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp758 vals = getBasicVals().prependSVal(V, vals);
H A DCallEvent.cpp420 CompoundSVals = BVF.prependSVal(Value, CompoundSVals);

Completed in 151 milliseconds