HomeSort by relevance Sort by last modified time
    Searched refs:getCFG (Results 1 - 25 of 77) sorted by null

1 2 3 4

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
AnalysisManager.h 113 CFG *getCFG(Decl const *D) {
114 return AnaCtxMgr.getContext(D)->getCFG();
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
AnalysisManager.h 113 CFG *getCFG(Decl const *D) {
114 return AnaCtxMgr.getContext(D)->getCFG();
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
AnalysisManager.h 113 CFG *getCFG(Decl const *D) {
114 return AnaCtxMgr.getContext(D)->getCFG();
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
AnalysisManager.h 113 CFG *getCFG(Decl const *D) {
114 return AnaCtxMgr.getContext(D)->getCFG();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
AnalysisManager.h 113 CFG *getCFG(Decl const *D) {
114 return AnaCtxMgr.getContext(D)->getCFG();
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
AnalysisManager.h 113 CFG *getCFG(Decl const *D) {
114 return AnaCtxMgr.getContext(D)->getCFG();
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
AnalysisManager.h 113 CFG *getCFG(Decl const *D) {
114 return AnaCtxMgr.getContext(D)->getCFG();
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
AnalysisManager.h 113 CFG *getCFG(Decl const *D) {
114 return AnaCtxMgr.getContext(D)->getCFG();
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
AnalysisManager.h 113 CFG *getCFG(Decl const *D) {
114 return AnaCtxMgr.getContext(D)->getCFG();
  /external/clang/lib/Analysis/
PostOrderCFGView.cpp 32 const CFG *cfg = ctx.getCFG();
AnalysisDeclContext.cpp 214 CFG *AnalysisDeclContext::getCFG() {
256 if (CFG *c = getCFG()) {
268 if (CFG *c = getCFG()) {
277 getCFG()->dump(getASTContext().getLangOpts(), ShowColors);
289 addParentsForSyntheticStmts(getCFG(), *PM);
  /external/clang/include/clang/Analysis/
AnalysisContext.h 155 CFG *getCFG();
245 CFG *getCFG() const { return getAnalysisDeclContext()->getCFG(); }
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Analysis/
AnalysisContext.h 155 CFG *getCFG();
245 CFG *getCFG() const { return getAnalysisDeclContext()->getCFG(); }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Analysis/
AnalysisContext.h 155 CFG *getCFG();
245 CFG *getCFG() const { return getAnalysisDeclContext()->getCFG(); }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Analysis/
AnalysisContext.h 155 CFG *getCFG();
245 CFG *getCFG() const { return getAnalysisDeclContext()->getCFG(); }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/
AnalysisContext.h 155 CFG *getCFG();
245 CFG *getCFG() const { return getAnalysisDeclContext()->getCFG(); }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Analysis/
AnalysisContext.h 155 CFG *getCFG();
245 CFG *getCFG() const { return getAnalysisDeclContext()->getCFG(); }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Analysis/
AnalysisContext.h 155 CFG *getCFG();
245 CFG *getCFG() const { return getAnalysisDeclContext()->getCFG(); }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Analysis/
AnalysisContext.h 155 CFG *getCFG();
245 CFG *getCFG() const { return getAnalysisDeclContext()->getCFG(); }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/
AnalysisContext.h 155 CFG *getCFG();
245 CFG *getCFG() const { return getAnalysisDeclContext()->getCFG(); }
  /external/clang/lib/StaticAnalyzer/Checkers/
AnalyzerStatsChecker.cpp 70 C = LC->getCFG();
DebugCheckers.cpp 81 if (CFG *cfg = mgr.getCFG(D)) {
106 if (CFG *cfg = mgr.getCFG(D)) {
  /external/skia/src/sksl/
SkSLCFGGenerator.h 155 CFG getCFG(FunctionDefinition& f);
  /external/clang/lib/StaticAnalyzer/Core/
CoreEngine.cpp 171 const CFGBlock *Entry = &(L->getCFG()->getEntry());
182 L->getCFG()->getNumBlockIDs());
305 LC->getCFG()->getNumBlockIDs());
308 if (Blk == &(L.getLocationContext()->getCFG()->getExit())) {
310 assert (L.getLocationContext()->getCFG()->getExit().size() == 0
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyCommon.h 136 CFGraph = AC.getCFG();
367 const til::SCFG *getCFG() const { return Scfg; }
368 til::SCFG *getCFG() { return Scfg; }

Completed in 463 milliseconds

1 2 3 4