Searched defs:getAnalysis (Results 1 - 6 of 6) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAnalysisManager.h118 T *getAnalysis(Decl const *D) { function in class:clang::ento::AnalysisManager
119 return AnaCtxMgr.getContext(D)->getAnalysis<T>();
H A DExplodedGraph.h149 T &getAnalysis() const { function in class:clang::ento::ExplodedNode
150 return *getLocationContext()->getAnalysis<T>();
/external/llvm/include/llvm/
H A DPassAnalysisSupport.h185 /// 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 { function in class:llvm::Pass
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) { function in class:llvm::Pass
258 assert(PI && "getAnalysis for unregistered pass!");
/external/swiftshader/third_party/LLVM/include/llvm/
H A DPassAnalysisSupport.h162 // that are required by the current pass (to implement getAnalysis()).
171 /// This is different than getAnalysis in that it can fail (if the analysis
193 /// getAnalysis<AnalysisType>() - This function is used by subclasses to get
198 AnalysisType &Pass::getAnalysis() const { function in class:llvm::Pass
205 assert(PI && "getAnalysis for unregistered pass!");
212 "getAnalysis*() called on an analysis that was not "
222 /// getAnalysis<AnalysisType>() - This function is used by subclasses to get
227 AnalysisType &Pass::getAnalysis(Function &F) { function in class:llvm::Pass
235 assert(PI && "getAnalysis for unregistered pass!");
/external/clang/include/clang/Analysis/
H A DAnalysisContext.h196 T *getAnalysis() { function in class:clang::AnalysisDeclContext
248 T *getAnalysis() const { function in class:clang::LocationContext
249 return getAnalysisDeclContext()->getAnalysis<T>();
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 430 milliseconds