30#ifndef SABERCHECKERAPI_H_
31#define SABERCHECKERAPI_H_
const FunObjVar * getCalledFunction() const
virtual const std::string & getName() const
bool isFOpen(const FunObjVar *fun) const
Return true if this call is a file open.
@ CK_FREE
memory allocation
@ CK_FOPEN
memory deallocation
bool isFClose(const FunObjVar *fun) const
Return true if this call is a file close.
static SaberCheckerAPI * ckAPI
Static reference.
bool isFClose(const CallICFGNode *cs) const
void init()
Initialize the map.
bool isFOpen(const CallICFGNode *cs) const
TDAPIMap tdAPIMap
API map, from a string to threadAPI type.
bool isMemDealloc(const CallICFGNode *cs) const
Map< std::string, CHECKER_TYPE > TDAPIMap
bool isMemDealloc(const FunObjVar *fun) const
Return true if this call is a memory deallocation.
bool isMemAlloc(const CallICFGNode *cs) const
bool isMemAlloc(const FunObjVar *fun) const
Return true if this call is a memory allocation.
CHECKER_TYPE getType(const FunObjVar *F) const
Get the function type of a function.
SaberCheckerAPI()
Constructor.
static SaberCheckerAPI * getCheckerAPI()
Return a static reference.
llvm::IRBuilder IRBuilder