Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DSVals.cpp85 SymbolRef SVal::getLocSymbolInBase() const { in getLocSymbolInBase() function in SVal
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSVals.h156 SymbolRef getLocSymbolInBase() const;
/external/clang/lib/StaticAnalyzer/Checkers/
DMallocChecker.cpp1991 SymbolRef Sym = l.getLocSymbolInBase(); in checkLocation()