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 436 class SimpleFunctionCall : public AnyFunctionCall {
440 SimpleFunctionCall(const CallExpr *CE, ProgramStateRef St,
443 SimpleFunctionCall(const SimpleFunctionCall &Other)
446 new (Dest) SimpleFunctionCall(*this);
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 402 const FunctionDecl *SimpleFunctionCall::getDecl() const {
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp 951 if (const SimpleFunctionCall *FC = dyn_cast<SimpleFunctionCall>(&Call)) {
    [all...]
MallocChecker.cpp     [all...]

Completed in 249 milliseconds