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.h200 DefinedSVal getFunctionPointer(const FunctionDecl *func);
/external/clang/lib/StaticAnalyzer/Core/
DSValBuilder.cpp199 DefinedSVal SValBuilder::getFunctionPointer(const FunctionDecl *func) { in getFunctionPointer() function in SValBuilder
DExprEngine.cpp1761 SVal V = svalBuilder.getFunctionPointer(FD); in VisitCommonDeclRefExpr()
1842 SVal MDVal = svalBuilder.getFunctionPointer(MD); in VisitMemberExpr()