HomeSort by relevance Sort by last modified time
    Searched refs:SimpleFunctionCall (Results 1 - 4 of 4) sorted by null

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 468 class SimpleFunctionCall : public AnyFunctionCall {
472 SimpleFunctionCall(const CallExpr *CE, ProgramStateRef St,
475 SimpleFunctionCall(const SimpleFunctionCall &Other)
478 new (Dest) SimpleFunctionCall(*this);
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 412 const FunctionDecl *SimpleFunctionCall::getDecl() const {
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp 952 if (const SimpleFunctionCall *FC = dyn_cast<SimpleFunctionCall>(&Call)) {
    [all...]
MallocChecker.cpp     [all...]

Completed in 134 milliseconds