HomeSort by relevance Sort by last modified time
    Searched defs:getAnalysis (Results 1 - 8 of 8) sorted by null

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
AnalysisManager.h 118 T *getAnalysis(Decl const *D) {
119 return AnaCtxMgr.getContext(D)->getAnalysis<T>();
ExplodedGraph.h 149 T &getAnalysis() const {
150 return *getLocationContext()->getAnalysis<T>();
  /external/llvm/include/llvm/
PassAnalysisSupport.h 185 /// required by the current pass (to implement getAnalysis()).
194 /// This is different than getAnalysis in that it can fail (if the analysis
216 /// getAnalysis<AnalysisType>() - This function is used by subclasses to get
221 AnalysisType &Pass::getAnalysis() const {
228 assert(PI && "getAnalysis for unregistered pass!");
235 "getAnalysis*() called on an analysis that was not "
245 /// getAnalysis<AnalysisType>() - This function is used by subclasses to get
250 AnalysisType &Pass::getAnalysis(Function &F) {
258 assert(PI && "getAnalysis for unregistered pass!");
  /external/clang/include/clang/Analysis/
AnalysisContext.h 196 T *getAnalysis() {
244 T *getAnalysis() const {
245 return getAnalysisDeclContext()->getAnalysis<T>();
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.3/
findbugs-2.0.3.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/3.0.0/
findbugs-3.0.0.jar 

Completed in 84 milliseconds