/llvm-project/openmp/runtime/test/transform/tile/ |
H A D | parallel-wsloop-collapse-foreach.cpp | 11 struct Reporter { struct 14 Reporter(const char *name) : name(name) { print("ctor"); } in Reporter() argument 16 Reporter() : name("<anon>") { print("ctor"); } in Reporter() argument 18 Reporter(const Reporter &that) : name(that.name) { print("copy ctor"); } in Reporter() argument 20 Reporter(Reporter &&that) : name(that.name) { print("move ctor"); } in Reporter() argument 22 ~Reporter() { print("dtor"); } in ~Reporter() argument 24 const Reporter &operator=(const Reporter &that) { in operator =() argument 30 const Reporter &operator=(Reporter &&that) { in operator =() argument 37 const Reporter *owner; argument 40 Iterator(const Reporter *owner, int pos) : owner(owner), pos(pos) {} in Iterator() [all …]
|
H A D | foreach.cpp | 11 struct Reporter { struct 14 Reporter(const char *name) : name(name) { print("ctor"); } in Reporter() argument 16 Reporter() : name("<anon>") { print("ctor"); } in Reporter() function 18 Reporter(const Reporter &that) : name(that.name) { print("copy ctor"); } in Reporter() argument 20 Reporter(Reporter &&that) : name(that.name) { print("move ctor"); } in Reporter() function 22 ~Reporter() { print("dtor"); } in ~Reporter() argument 24 const Reporter &operator=(const Reporter &that) { in operator =() argument 30 const Reporter &operator=(Reporter &&that) { in operator =() argument 37 const Reporter *owner; argument 40 Iterator(const Reporter *owner, int pos) : owner(owner), pos(pos) {} in Iterator() [all …]
|
H A D | iterfor.cpp | 11 struct Reporter { struct 14 Reporter(const char *name) : name(name) { print("ctor"); } in Reporter() function 16 Reporter() : name("<anon>") { print("ctor"); } in Reporter() function 18 Reporter(const Reporter &that) : name(that.name) { print("copy ctor"); } in Reporter() argument 20 Reporter(Reporter &&that) : name(that.name) { print("move ctor"); } in Reporter() argument 22 ~Reporter() { print("dtor"); } in ~Reporter() argument 24 const Reporter &operator=(const Reporter &that) { in operator =() argument 30 const Reporter &operator=(Reporter &&that) { in operator =() argument 37 const Reporter *owner; argument 40 Iterator(const Reporter *owner, int pos) : owner(owner), pos(pos) {} in Iterator() [all …]
|
/llvm-project/openmp/runtime/test/transform/unroll/ |
H A D | factor_foreach.cpp | 11 struct Reporter { struct 14 Reporter(const char *name) : name(name) { print("ctor"); } in Reporter() function 16 Reporter() : name("<anon>") { print("ctor"); } in Reporter() argument 18 Reporter(const Reporter &that) : name(that.name) { print("copy ctor"); } in Reporter() function 20 Reporter(Reporter &&that) : name(that.name) { print("move ctor"); } in Reporter() argument 22 ~Reporter() { print("dtor"); } in ~Reporter() argument 24 const Reporter &operator=(const Reporter &that) { in operator =() argument 30 const Reporter &operator=(Reporter &&that) { in operator =() argument 37 const Reporter *owner; argument 40 Iterator(const Reporter *owner, int pos) : owner(owner), pos(pos) {} in Iterator() [all …]
|
H A D | factor_parallel-wsloop-collapse-foreach.cpp | 11 struct Reporter { struct 14 Reporter(const char *name) : name(name) { print("ctor"); } in Reporter() argument 16 Reporter() : name("<anon>") { print("ctor"); } in Reporter() function 18 Reporter(const Reporter &that) : name(that.name) { print("copy ctor"); } in Reporter() argument 20 Reporter(Reporter &&that) : name(that.name) { print("move ctor"); } in Reporter() argument 22 ~Reporter() { print("dtor"); } in ~Reporter() argument 24 const Reporter &operator=(const Reporter &that) { in operator =() argument 30 const Reporter &operator=(Reporter &&that) { in operator =() argument 37 const Reporter *owner; argument 40 Iterator(const Reporter *owner, int pos) : owner(owner), pos(pos) {} in Iterator() [all …]
|
H A D | factor_iterfor.cpp | 11 struct Reporter { struct 14 Reporter(const char *name) : name(name) { print("ctor"); } in Reporter() function 16 Reporter() : name("<anon>") { print("ctor"); } in Reporter() function 18 Reporter(const Reporter &that) : name(that.name) { print("copy ctor"); } in Reporter() function 20 Reporter(Reporter &&that) : name(that.name) { print("move ctor"); } in Reporter() function 22 ~Reporter() { print("dtor"); } in ~Reporter() argument 24 const Reporter &operator=(const Reporter &that) { in operator =() argument 30 const Reporter &operator=(Reporter &&that) { in operator =() argument 37 const Reporter *owner; argument 40 Iterator(const Reporter *owner, int pos) : owner(owner), pos(pos) {} in Iterator() [all …]
|
/llvm-project/clang-tools-extra/clang-include-fixer/find-all-symbols/ |
H A D | FindAllSymbolsAction.h | 28 SymbolReporter *Reporter, 36 SymbolReporter *const Reporter; 46 SymbolReporter *Reporter, 48 : Reporter(Reporter), RegexHeaderMap(RegexHeaderMap) {} in Reporter() argument 51 return std::make_unique<FindAllSymbolsAction>(Reporter, RegexHeaderMap); in create() 55 SymbolReporter *const Reporter;
|
H A D | FindAllSymbolsAction.cpp | 19 SymbolReporter *Reporter, in FindAllSymbolsAction() argument 21 : Reporter(Reporter), Collector(RegexHeaderMap), Handler(&Collector), in FindAllSymbolsAction() 22 Matcher(Reporter, &Collector) { in FindAllSymbolsAction() 31 Reporter, &Compiler.getSourceManager(), &Collector)); in CreateASTConsumer()
|
H A D | FindAllSymbols.h | 36 explicit FindAllSymbols(SymbolReporter *Reporter, 38 : Reporter(Reporter), Collector(Collector) {} in Reporter() function 53 SymbolReporter *const Reporter; variable
|
H A D | FindAllMacros.h | 29 explicit FindAllMacros(SymbolReporter *Reporter, SourceManager *SM, 31 : Reporter(Reporter), SM(SM), Collector(Collector) {} in Reporter() function 55 SymbolReporter *const Reporter; variable
|
/llvm-project/clang-tools-extra/clang-move/ |
H A D | Move.h | 119 DeclarationReporter *const Reporter); 197 DeclarationReporter *const Reporter; variable 205 DeclarationReporter *const Reporter) in ClangMoveAction() argument 206 : MoveTool(Context, Reporter) { in ClangMoveAction() 224 DeclarationReporter *const Reporter = nullptr) 225 : Context(Context), Reporter(Reporter) {} in Context() 228 return std::make_unique<ClangMoveAction>(Context, Reporter); in create() 234 DeclarationReporter *const Reporter; variable
|
H A D | Move.cpp | 486 DeclarationReporter *const Reporter) in ClangMoveTool() argument 487 : Context(Context), Reporter(Reporter) { in ClangMoveTool() 881 assert(Reporter); in onEndOfTranslationUnit() 887 Reporter->reportDeclaration(QualifiedName, "Variable", Templated); in onEndOfTranslationUnit() 890 Reporter->reportDeclaration(QualifiedName, "Function", Templated); in onEndOfTranslationUnit() 893 Reporter->reportDeclaration(QualifiedName, "Class", Templated); in onEndOfTranslationUnit() 895 Reporter->reportDeclaration(QualifiedName, "Enum", Templated); in onEndOfTranslationUnit() 898 Reporter->reportDeclaration(QualifiedName, "TypeAlias", Templated); in onEndOfTranslationUnit()
|
/llvm-project/clang-tools-extra/clangd/support/ |
H A D | ThreadCrashReporter.cpp | 28 ThreadCrashReporter *Reporter = CurrentReporter; in runCrashHandlers() local 29 while (Reporter) { in runCrashHandlers() 30 Reporter->Callback(); in runCrashHandlers() 31 Reporter = Reporter->Next; in runCrashHandlers()
|
/llvm-project/libc/utils/HdrGen/ |
H A D | IncludeFileCommand.cpp |
|
H A D | IncludeFileCommand.h |
|
H A D | Generator.cpp |
|
H A D | PublicAPICommand.h |
|
H A D | Command.h |
|
/llvm-project/clang-tools-extra/unittests/clang-move/ |
H A D | ClangMoveTests.cpp | 208 DeclarationReporter *const Reporter = nullptr) { in runClangMoveOnCode() argument 230 Reporter != nullptr}; in runClangMoveOnCode() 233 &MoveContext, Reporter); in runClangMoveOnCode() 614 DeclarationReporter Reporter; in TEST() local 631 runClangMoveOnCode(Spec, TestHeader, TestCode, &Reporter); in TEST() 633 for (const auto &DelPair : Reporter.getDeclarationList()) in TEST()
|
/llvm-project/clang-tools-extra/unittests/clang-include-fixer/find-all-symbols/ |
H A D | FindAllSymbolsTests.cpp | 60 int seen(const SymbolInfo &Symbol) { return Reporter.seen(Symbol); } in seen() 62 int used(const SymbolInfo &Symbol) { return Reporter.used(Symbol); } in used() 95 new FindAllSymbolsActionFactory(&Reporter, &RegexMap)); in runFindAllSymbols() 138 TestSymbolReporter Reporter; member in clang::find_all_symbols::FindAllSymbolsTest
|
/llvm-project/clang-tools-extra/clang-move/tool/ |
H A D | ClangMove.cpp | 136 move::DeclarationReporter Reporter; in main() local 137 move::ClangMoveActionFactory Factory(&Context, &Reporter); in main() 145 const auto &Declarations = Reporter.getDeclarationList(); in main()
|
/llvm-project/clang-tools-extra/clang-include-fixer/find-all-symbols/tool/ |
H A D | FindAllSymbolsMain.cpp | 152 clang::find_all_symbols::YamlReporter Reporter; in main() local 156 &Reporter, clang::find_all_symbols::getSTLPostfixHeaderMap()); in main()
|
/llvm-project/clang/tools/scan-view/share/ |
H A D | ScanView.py | 31 import Reporter 146 except Reporter.ReportFailure as e: 382 bug = Reporter.BugReport(title, description, files) 855 import Reporter 857 reporters = Reporter.getReporters()
|
/llvm-project/clang-tools-extra/clang-tidy/ |
H A D | ClangTidy.cpp | 610 ErrorReporter Reporter(Context, Fix, std::move(BaseFS)); in handleErrors() local 612 Reporter.getSourceManager().getFileManager().getVirtualFileSystem(); in handleErrors() 625 Reporter.reportDiagnostic(Error); in handleErrors() 629 Reporter.finish(); in handleErrors() 630 WarningsAsErrorsCount += Reporter.getWarningsAsErrorsCount(); in handleErrors()
|
/llvm-project/llvm/tools/llvm-cov/ |
H A D | SourceCoverageViewText.cpp | 51 struct CoveragePrinterTextDirectory::Reporter : public DirectoryCoverageReport { struct in CoveragePrinterTextDirectory 54 Reporter(CoveragePrinterTextDirectory &Printer, in Reporter() argument 99 Reporter Report(*this, Coverage, Filters); in createIndexFile() 52 PrinterCoveragePrinterTextDirectory::Reporter global() argument 60 generateSubDirectoryReportCoveragePrinterTextDirectory::Reporter generateSubDirectoryReport() argument
|