Home
last modified time | relevance | path

Searched defs:VisitSVal (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValVisitor.h61 RetTy VisitSVal(SVal V) { return RetTy(); } in VisitSVal() function
/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DSValExplainer.h276 std::string VisitSVal(SVal V) { in VisitSVal() function
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp1424 SVal VisitSVal(SVal V) { return V; } in simplifySValOnce() function in SimpleSValBuilder::simplifySValOnce::Simplifier