Home
last modified time | relevance | path

Searched defs:run (Results 1 – 25 of 732) sorted by relevance

12345678910>>...30

/llvm-project/clang-tools-extra/clang-query/
H A DQuery.cpp27 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 Dmap.bench.cpp
H A Dordered_set.bench.cpp
H A Dstring.bench.cpp
H A Dfunction.bench.cpp
/llvm-project/third-party/benchmark/src/
H A Dcsv_reporter.cc67 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 DQuery.cpp104 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 DTestEvents.py74 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 Dmethod-lookup-2.m29 - (void) run; method in NSRunLoopConveniences
40 -(int) run { return 0; } method
41 +(int) run { class
/llvm-project/llvm/lib/Target/DirectX/
H A DDXILResourceAnalysis.cpp21 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 DPassBuilder.h861 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 Ddiagnose_if.cpp333 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 DIRPrintingPasses.cpp35 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 DCycleAnalysis.cpp20 CycleInfo CycleAnalysis::run(Function &F, FunctionAnalysisManager &) { run() function in CycleAnalysis
30 PreservedAnalyses CycleInfoPrinterPass::run(Function &F, run() function in CycleInfoPrinterPass
H A DCFGPrinter.cpp93 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 DStructuralHash.cpp21 PreservedAnalyses StructuralHashPrinterPass::run(Module &M, in run() function in StructuralHashPrinterPass
/llvm-project/polly/lib/Analysis/
H A DScopPass.cpp78 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 Dctor.verify.cpp30 void run() { in run() function
/llvm-project/lldb/test/API/linux/aarch64/sme_core_file/
H A Dgenerate.sh1 run () { function
/llvm-project/clang/test/Modules/Inputs/
H A DDebugNestedB.h4 void run(AF &af) { in run() function
/llvm-project/clang/test/Analysis/diagnostics/Inputs/include/
H A Dplist-diagnostics-include-check-macro.h6 void run() { in run() function
/llvm-project/clang/lib/Tooling/
H A DRefactoringCallbacks.cpp88 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 DHelloWorld.cpp14 PreservedAnalyses HelloWorldPass::run(Function &F, in run() function in HelloWorldPass
H A DLowerIFunc.cpp21 PreservedAnalyses LowerIFuncPass::run(Module &M, ModuleAnalysisManager &AM) { in run() function in LowerIFuncPass
/llvm-project/mlir/test/python/dialects/
H A Dtransform_nvgpu_ext.py8 def run(f): function

12345678910>>...30