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

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
FunctionSummary.h 1 //== FunctionSummary.h - Stores summaries of functions. ------------*- C++ -*-//
29 struct FunctionSummary {
43 FunctionSummary() :
50 typedef llvm::DenseMap<const Decl*, FunctionSummary*> MapTy;
60 FunctionSummary *DS = new FunctionSummary();
61 I = Map.insert(std::pair<const Decl*, FunctionSummary*>(D, DS)).first;
  /external/clang/lib/StaticAnalyzer/Core/
Android.mk 35 FunctionSummary.cpp \

Completed in 170 milliseconds