Home
last modified time | relevance | path

Searched refs:Reporter (Results 1 – 25 of 37) sorted by relevance

12

/llvm-project/openmp/runtime/test/transform/tile/
H A Dparallel-wsloop-collapse-foreach.cpp11 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 Dforeach.cpp11 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 Diterfor.cpp11 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 Dfactor_foreach.cpp11 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 Dfactor_parallel-wsloop-collapse-foreach.cpp11 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 Dfactor_iterfor.cpp11 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 DFindAllSymbolsAction.h28 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 DFindAllSymbolsAction.cpp19 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 DFindAllSymbols.h36 explicit FindAllSymbols(SymbolReporter *Reporter,
38 : Reporter(Reporter), Collector(Collector) {} in Reporter() function
53 SymbolReporter *const Reporter; variable
H A DFindAllMacros.h29 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 DMove.h119 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 DMove.cpp486 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 DThreadCrashReporter.cpp28 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 DIncludeFileCommand.cpp
H A DIncludeFileCommand.h
H A DGenerator.cpp
H A DPublicAPICommand.h
H A DCommand.h
/llvm-project/clang-tools-extra/unittests/clang-move/
H A DClangMoveTests.cpp208 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 DFindAllSymbolsTests.cpp60 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 DClangMove.cpp136 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 DFindAllSymbolsMain.cpp152 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 DScanView.py31 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 DClangTidy.cpp610 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 DSourceCoverageViewText.cpp51 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

12