Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSValBuilder.h200 DefinedSVal getFunctionPointer(const FunctionDecl *func);
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
DSValBuilder.cpp199 DefinedSVal SValBuilder::getFunctionPointer(const FunctionDecl *func) { in getFunctionPointer() function in SValBuilder
DExprEngine.cpp1706 SVal V = svalBuilder.getFunctionPointer(FD); in VisitCommonDeclRefExpr()
1779 SVal MDVal = svalBuilder.getFunctionPointer(MD); in VisitMemberExpr()