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

  /external/llvm/include/llvm/
PassAnalysisSupport.h 163 // that are required by the current pass (to implement getAnalysis()).
172 /// This is different than getAnalysis in that it can fail (if the analysis
194 /// getAnalysis<AnalysisType>() - This function is used by subclasses to get
199 AnalysisType &Pass::getAnalysis() const {
206 assert(PI && "getAnalysis for unregistered pass!");
213 "getAnalysis*() called on an analysis that was not "
223 /// getAnalysis<AnalysisType>() - This function is used by subclasses to get
228 AnalysisType &Pass::getAnalysis(Function &F) {
236 assert(PI && "getAnalysis for unregistered pass!");
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
AnalysisManager.h 181 T *getAnalysis(Decl const *D) {
182 return AnaCtxMgr.getContext(D)->getAnalysis<T>();
ExplodedGraph.h 143 T &getAnalysis() const {
144 return *getLocationContext()->getAnalysis<T>();
  /external/clang/include/clang/Analysis/
AnalysisContext.h 176 T *getAnalysis() {
228 T *getAnalysis() const {
229 return getAnalysisDeclContext()->getAnalysis<T>();

Completed in 76 milliseconds