Home
last modified time | relevance | path

Searched refs:getCalleeIdentifier (Results 1 – 6 of 6) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
DSimpleStreamChecker.cpp127 if (Call.getCalleeIdentifier() != IIfopen) in checkPostCall()
148 if (Call.getCalleeIdentifier() != IIfclose) in checkPreCall()
DNoReturnFunctionChecker.cpp53 if (const IdentifierInfo *II = CE.getCalleeIdentifier()) { in checkPostCall()
DVforkChecker.cpp187 && !isCallWhitelisted(Call.getCalleeIdentifier(), C)) in checkPreCall()
DLocalizationChecker.cpp784 const IdentifierInfo *Identifier = Call.getCalleeIdentifier(); in checkPostCall()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCheckerContext.h273 const IdentifierInfo *getCalleeIdentifier(const CallExpr *CE) const { in getCalleeIdentifier() function
DCallEvent.h301 const IdentifierInfo *getCalleeIdentifier() const { in getCalleeIdentifier() function