Home | History | Annotate | Download | only in Analysis

Lines Matching defs:ShowColors

4337                         bool ShowColors) {
4342 if (ShowColors)
4358 if (ShowColors)
4415 if (ShowColors)
4427 if (ShowColors)
4435 if (ShowColors)
4438 if (ShowColors)
4443 if (ShowColors)
4464 if (ShowColors)
4473 if (ShowColors)
4476 if (ShowColors)
4481 if (ShowColors)
4508 if (ShowColors)
4517 void CFG::dump(const LangOptions &LO, bool ShowColors) const {
4518 print(llvm::errs(), LO, ShowColors);
4522 void CFG::print(raw_ostream &OS, const LangOptions &LO, bool ShowColors) const {
4526 print_block(OS, this, getEntry(), Helper, true, ShowColors);
4534 print_block(OS, this, **I, Helper, true, ShowColors);
4538 print_block(OS, this, getExit(), Helper, true, ShowColors);
4545 bool ShowColors) const {
4546 print(llvm::errs(), cfg, LO, ShowColors);
4556 const LangOptions &LO, bool ShowColors) const {
4558 print_block(OS, cfg, *this, Helper, true, ShowColors);