/llvm-project/clang-tools-extra/clang-query/ |
H A D | Query.cpp | 27 bool InvalidQuery::run(llvm::raw_ostream &OS, QuerySession &QS) const { in run() function in clang::query::InvalidQuery 32 bool NoOpQuery::run(llvm::raw_ostream &OS, QuerySession &QS) const { in run() function in clang::query::NoOpQuery 36 bool HelpQuery::run(llvm::raw_ostream &OS, QuerySession &QS) const { in run() function in clang::query::HelpQuery 76 bool QuitQuery::run(llvm::raw_ostream &OS, QuerySession &QS) const { run() function in clang::query::QuitQuery 86 void run(const MatchFinder::MatchResult &Result) override { run() function 93 bool MatchQuery::run(llvm::raw_ostream &OS, QuerySession &QS) const { run() function in clang::query::MatchQuery 175 bool LetQuery::run(llvm::raw_ostream &OS, QuerySession &QS) const { run() function in clang::query::LetQuery 189 bool FileQuery::run(llvm::raw_ostream &OS, QuerySession &QS) const { run() function in clang::query::FileQuery
|
/llvm-project/libcxx/benchmarks/ |
H A D | map.bench.cpp |
|
H A D | ordered_set.bench.cpp |
|
H A D | string.bench.cpp |
|
H A D | function.bench.cpp |
|
/llvm-project/third-party/benchmark/src/ |
H A D | csv_reporter.cc | 67 for (const auto& run : reports) { in ReportRuns() local 89 for (const auto& run : reports) { in ReportRuns() local 103 for (const auto& run : reports) { in ReportRuns() local 109 void CSVReporter::PrintRunData(const Run& run) { in PrintRunData()
|
/llvm-project/mlir/lib/Query/ |
H A D | Query.cpp | 104 LogicalResult InvalidQuery::run(llvm::raw_ostream &os, QuerySession &qs) const { in run() function in mlir::query::InvalidQuery 109 LogicalResult NoOpQuery::run(llvm::raw_ostream &os, QuerySession &qs) const { in run() function in mlir::query::NoOpQuery 113 LogicalResult HelpQuery::run(llvm::raw_ostream &os, QuerySession &qs) const { in run() function in mlir::query::HelpQuery 122 LogicalResult QuitQuery::run(llvm::raw_ostream &os, QuerySession &qs) const { in run() function in mlir::query::QuitQuery 127 LogicalResult MatchQuery::run(llvm::raw_ostream &os, QuerySession &qs) const { in run() function in mlir::query::MatchQuery
|
/llvm-project/lldb/test/API/python_api/event/ |
H A D | TestEvents.py | 74 def run(self): global() member in EventAPITestCase.test_listen_for_and_print_event.MyListeningThread 164 def run(self): global() member in EventAPITestCase.test_wait_for_event.MyListeningThread 255 def run(self): global() member in EventAPITestCase.test_add_listener_to_broadcaster.MyListeningThread
|
/llvm-project/clang/test/SemaObjC/ |
H A D | method-lookup-2.m | 29 - (void) run; method in NSRunLoopConveniences 40 -(int) run { return 0; } method 41 +(int) run { class
|
/llvm-project/llvm/lib/Target/DirectX/ |
H A D | DXILResourceAnalysis.cpp | 21 dxil::Resources DXILResourceMDAnalysis::run(Module &M, in run() function in DXILResourceAnalysis 30 PreservedAnalyses DXILResourcePrinterPass::run(Module &M, run() function in DXILResourcePrinterPass
|
/llvm-project/llvm/include/llvm/Passes/ |
H A D | PassBuilder.h | 861 PreservedAnalyses run(Module &M, ModuleAnalysisManager &) { run() function 873 Result run(Module &, ModuleAnalysisManager &) { return Result(); } run() function 878 PreservedAnalyses run(LazyCallGraph::SCC &C, CGSCCAnalysisManager &, run() function 891 Result run(LazyCallGraph::SCC &, CGSCCAnalysisManager &, LazyCallGraph &G) { run() function 898 PreservedAnalyses run(Function &F, FunctionAnalysisManager &) { run() function 910 Result run(Function &, FunctionAnalysisManager &) { return Result(); } run() function 915 PreservedAnalyses run(LoopNest &L, LoopAnalysisManager &, run() function 923 PreservedAnalyses run(Loop &L, LoopAnalysisManager &, run() function 931 PreservedAnalyses run(MachineFunction &, MachineFunctionAnalysisManager &) { run() function 943 Result run(Loop &, LoopAnalysisManager &, LoopStandardAnalysisResults &) { run() function [all...] |
/llvm-project/clang/test/SemaCXX/ |
H A D | diagnose_if.cpp | 333 void run() { in run() function 369 int run() { return getVal<int>() + getVal2<int>() + int(*this); } in run() function 372 void run() { in run() function 412 void run() { in run() function 498 void run() { in run() function 523 void run() { in run() function 535 void run() { in run() function 548 void run() { in run() function 570 void run() { in run() function 597 void run() { in run() function [all …]
|
/llvm-project/llvm/lib/IRPrinter/ |
H A D | IRPrintingPasses.cpp | 35 PreservedAnalyses PrintModulePass::run(Module &M, ModuleAnalysisManager &AM) { in run() function in PrintModulePass 78 PreservedAnalyses PrintFunctionPass::run(Function &F, in run() function in PrintFunctionPass
|
/llvm-project/llvm/lib/Analysis/ |
H A D | CycleAnalysis.cpp | 20 CycleInfo CycleAnalysis::run(Function &F, FunctionAnalysisManager &) { run() function in CycleAnalysis 30 PreservedAnalyses CycleInfoPrinterPass::run(Function &F, run() function in CycleInfoPrinterPass
|
H A D | CFGPrinter.cpp | 93 PreservedAnalyses CFGViewerPass::run(Function &F, FunctionAnalysisManager &AM) { in run() function in CFGViewerPass 102 PreservedAnalyses CFGOnlyViewerPass::run(Function &F, in run() function in CFGOnlyViewerPass 112 PreservedAnalyses CFGPrinterPass::run(Function &F, in run() function in CFGPrinterPass 122 PreservedAnalyses CFGOnlyPrinterPass::run(Function &F, in run() function in CFGOnlyPrinterPass
|
H A D | StructuralHash.cpp | 21 PreservedAnalyses StructuralHashPrinterPass::run(Module &M, in run() function in StructuralHashPrinterPass
|
/llvm-project/polly/lib/Analysis/ |
H A D | ScopPass.cpp | 78 SPMUpdater &>::run(Scop &S, ScopAnalysisManager &AM, in run() function in llvm::PassManager 157 ScopAnalysisManagerFunctionProxy::run(Function &F, in run() function in llvm::ScopAnalysisManagerFunctionProxy 166 OwningScopAnalysisManagerFunctionProxy::run(Function &F, in run() function in polly::OwningScopAnalysisManagerFunctionProxy
|
/llvm-project/libcxx/test/std/utilities/format/format.fmt.string/ |
H A D | ctor.verify.cpp | 30 void run() { in run() function
|
/llvm-project/lldb/test/API/linux/aarch64/sme_core_file/ |
H A D | generate.sh | 1 run () { function
|
/llvm-project/clang/test/Modules/Inputs/ |
H A D | DebugNestedB.h | 4 void run(AF &af) { in run() function
|
/llvm-project/clang/test/Analysis/diagnostics/Inputs/include/ |
H A D | plist-diagnostics-include-check-macro.h | 6 void run() { in run() function
|
/llvm-project/clang/lib/Tooling/ |
H A D | RefactoringCallbacks.cpp | 88 void ReplaceStmtWithText::run( in run() function in clang::tooling::ReplaceStmtWithText 106 void ReplaceStmtWithStmt::run( in run() function in clang::tooling::ReplaceStmtWithStmt 126 void ReplaceIfStmtWithItsBody::run( in run() function in clang::tooling::ReplaceIfStmtWithItsBody 198 void ReplaceNodeWithTemplate::run( in run() function in clang::tooling::ReplaceNodeWithTemplate
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | HelloWorld.cpp | 14 PreservedAnalyses HelloWorldPass::run(Function &F, in run() function in HelloWorldPass
|
H A D | LowerIFunc.cpp | 21 PreservedAnalyses LowerIFuncPass::run(Module &M, ModuleAnalysisManager &AM) { in run() function in LowerIFuncPass
|
/llvm-project/mlir/test/python/dialects/ |
H A D | transform_nvgpu_ext.py | 8 def run(f): function
|