]> granicus.if.org Git - clang/commit
Add "GetSValAsScalarOrLoc" methods to GRState/GRStateRef that only perform a
authorTed Kremenek <kremenek@apple.com>
Wed, 4 Mar 2009 00:13:10 +0000 (00:13 +0000)
committerTed Kremenek <kremenek@apple.com>
Wed, 4 Mar 2009 00:13:10 +0000 (00:13 +0000)
commit1cb151eadee0ef1944bd9a16aa4348ead7160259
tree7f4b40fea12d587c94152a4fbd7768d0f8b9d838
parent02c4d2d3835ccc744f2092885256ec5ee1498be3
Add "GetSValAsScalarOrLoc" methods to GRState/GRStateRef that only perform a
retrieval from the store/environment for locations or scalar types.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65982 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Analysis/PathSensitive/GRState.h
lib/Analysis/GRState.cpp