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

/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h474 class FunctionCall : public SimpleCall { class in namespace:clang::ento
478 FunctionCall(const CallExpr *CE, ProgramStateRef St, function in class:clang::ento::FunctionCall
482 FunctionCall(const FunctionCall &Other) : SimpleCall(Other) {} function in class:clang::ento::FunctionCall
483 virtual void cloneTo(void *Dest) const { new (Dest) FunctionCall(*this); }
939 return Alloc.Allocate<FunctionCall>();
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp941 if (const FunctionCall *FC = dyn_cast<FunctionCall>(&Call)) {
989 Summ = getFunctionSummary(cast<FunctionCall>(Call).getDecl());
H A DMallocChecker.cpp1853 if (!(isa<FunctionCall>(Call) || isa<ObjCMethodCall>(Call)))
1899 const FunctionDecl *FD = cast<FunctionCall>(Call)->getDecl();
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp895 return create<FunctionCall>(CE, State, LCtx);

Completed in 531 milliseconds