Searched refs:SimpleFunctionCall (Results 1 - 4 of 4) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h428 class SimpleFunctionCall : public AnyFunctionCall { class in namespace:clang::ento
432 SimpleFunctionCall(const CallExpr *CE, ProgramStateRef St, function in class:clang::ento::SimpleFunctionCall
435 SimpleFunctionCall(const SimpleFunctionCall &Other) function in class:clang::ento::SimpleFunctionCall
438 new (Dest) SimpleFunctionCall(*this); variable
902 typedef SimpleFunctionCall CallEventTemplateTy;
/external/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp384 const FunctionDecl *SimpleFunctionCall::getDecl() const {
918 return create<SimpleFunctionCall>(CE, State, LCtx);
/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp923 if (const SimpleFunctionCall *FC = dyn_cast<SimpleFunctionCall>(&Call)) {
971 Summ = getFunctionSummary(cast<SimpleFunctionCall>(Call).getDecl());
H A DMallocChecker.cpp2049 if (!(isa<SimpleFunctionCall>(Call) || isa<ObjCMethodCall>(Call)))
2104 const FunctionDecl *FD = cast<SimpleFunctionCall>(Call)->getDecl();

Completed in 688 milliseconds