Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSValBuilder.h205 DefinedSVal getFunctionPointer(const FunctionDecl *func);
/external/clang/lib/StaticAnalyzer/Core/
DSValBuilder.cpp216 DefinedSVal SValBuilder::getFunctionPointer(const FunctionDecl *func) { in getFunctionPointer() function in SValBuilder
DExprEngine.cpp1949 SVal V = svalBuilder.getFunctionPointer(FD); in VisitCommonDeclRefExpr()
2031 SVal MDVal = svalBuilder.getFunctionPointer(MD); in VisitMemberExpr()