Home
last modified time | relevance | path

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

12345678910>>...24

/openbsd-src/gnu/llvm/libcxx/benchmarks/
H A Dmap.bench.cpp101 void run(benchmark::State& State) const { in run() function
113 void run(benchmark::State& State) const { in run() function
134 void run(benchmark::State& State) const { in run() function
155 void run(benchmark::State& State) const { in run() function
178 void run(benchmark::State& State) const { in run() function
197 void run(benchmark::State& State) const { in run() function
220 void run(benchmark::State& State) const { in run() function
240 void run(benchmark::State& State) const { in run() function
282 run(benchmark::State& State) const { in run() function
313 run(benchmark::State& State) const { in run() function
[all …]
H A Dstring.bench.cpp158 static void run(benchmark::State& state) { in run() function
197 static void run(benchmark::State& state) { in run() function
206 static void run(benchmark::State& state) { in run() function
215 static void run(benchmark::State& state) { in run() function
239 static void run(benchmark::State& state) { in run() function
264 static void run(benchmark::State& state) { in run() function
289 static void run(benchmark::State& state) { in run() function
313 static void run(benchmark::State& state) { in run() function
339 static void run(benchmark::State& state) { in run() function
365 static void run(benchmark::State& state) { in run() function
[all …]
H A Dordered_set.bench.cpp84 void run(benchmark::State& State) const { in run() function
108 void run(benchmark::State& State) const { in run() function
129 void run(benchmark::State& State) const { in run() function
150 void run(benchmark::State& State) const { in run() function
171 void run(benchmark::State& State) const { in run() function
191 void run(benchmark::State& State) const { in run() function
210 void run(benchmark::State& State) const { in run() function
H A Dfunction.bench.cpp107 static void run(benchmark::State& state) { in run() function
124 static void run(benchmark::State& state) { in run() function
138 static void run(benchmark::State& state) { in run() function
155 static void run(benchmark::State& state) { in run() function
172 static void run(benchmark::State& state) { in run() function
185 static void run(benchmark::State& state) { in run() function
201 static void run(benchmark::State& state) { in run() function
/openbsd-src/regress/sys/netinet/bindconnect/
H A Dbindconnect.c162 volatile int *run = arg; in thread_socket() local
182 volatile int *run = arg; in thread_close() local
197 volatile int *run = arg; in thread_bind() local
215 volatile int *run = arg; in thread_connect() local
238 volatile int *run = arg; in thread_delroute() local
295 int ch, run; in main() local
/openbsd-src/gnu/llvm/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
/openbsd-src/regress/sbin/slaacd/
H A Dsniff_sol.py27 def run(self): member in Sniffer
39 def run(self): member in Executor
/openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/
H A DDXILResourceAnalysis.cpp21 dxil::Resources DXILResourceAnalysis::run(Module &M, in run() function in DXILResourceAnalysis
30 PreservedAnalyses DXILResourcePrinterPass::run(Module &M, in run() function in DXILResourcePrinterPass
H A DDXILShaderFlags.cpp63 ComputedShaderFlags ShaderFlagsAnalysis::run(Module &M, in run() function in ShaderFlagsAnalysis
68 PreservedAnalyses ShaderFlagsAnalysisPrinter::run(Module &M, in run() function in ShaderFlagsAnalysisPrinter
/openbsd-src/gnu/llvm/llvm/lib/IRPrinter/
H A DIRPrintingPasses.cpp33 PreservedAnalyses PrintModulePass::run(Module &M, ModuleAnalysisManager &AM) { in run() function in PrintModulePass
67 PreservedAnalyses PrintFunctionPass::run(Function &F, in run() function in PrintFunctionPass
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DRegionInfo.cpp188 RegionInfo RegionInfoAnalysis::run(Function &F, FunctionAnalysisManager &AM) { in run() function in RegionInfoAnalysis
201 PreservedAnalyses RegionInfoPrinterPass::run(Function &F, in run() function in RegionInfoPrinterPass
209 PreservedAnalyses RegionInfoVerifierPass::run(Function &F, in run() function in RegionInfoVerifierPass
H A DCycleAnalysis.cpp23 CycleInfo CycleAnalysis::run(Function &F, FunctionAnalysisManager &) { in run() function in CycleAnalysis
33 PreservedAnalyses CycleInfoPrinterPass::run(Function &F, in run() function in CycleInfoPrinterPass
H A DDominanceFrontier.cpp80 DominanceFrontier DominanceFrontierAnalysis::run(Function &F, in run() function in DominanceFrontierAnalysis
91 DominanceFrontierPrinterPass::run(Function &F, FunctionAnalysisManager &AM) { in run() function in DominanceFrontierPrinterPass
H A DPostDominators.cpp98 PostDominatorTree PostDominatorTreeAnalysis::run(Function &F, in run() function in PostDominatorTreeAnalysis
108 PostDominatorTreePrinterPass::run(Function &F, FunctionAnalysisManager &AM) { in run() function in PostDominatorTreePrinterPass
H A DCFGPrinter.cpp126 PreservedAnalyses CFGViewerPass::run(Function &F, FunctionAnalysisManager &AM) { in run() function in CFGViewerPass
166 PreservedAnalyses CFGOnlyViewerPass::run(Function &F, in run() function in CFGOnlyViewerPass
207 PreservedAnalyses CFGPrinterPass::run(Function &F, in run() function in CFGPrinterPass
248 PreservedAnalyses CFGOnlyPrinterPass::run(Function &F, in run() function in CFGOnlyPrinterPass
H A DCGSCCPassManager.cpp63 CGSCCUpdateResult &>::run(LazyCallGraph::SCC &InitialC, in run() function in llvm::PassManager::SCC
138 ModuleToPostOrderCGSCCPassAdaptor::run(Module &M, ModuleAnalysisManager &AM) { in run() function in llvm::ModuleToPostOrderCGSCCPassAdaptor
356 PreservedAnalyses DevirtSCCRepeatedPass::run(LazyCallGraph::SCC &InitialC, in run() function in llvm::DevirtSCCRepeatedPass
505 PreservedAnalyses CGSCCToFunctionPassAdaptor::run(LazyCallGraph::SCC &C, in run() function in llvm::CGSCCToFunctionPassAdaptor
654 CGSCCAnalysisManagerModuleProxy::run(Module &M, ModuleAnalysisManager &AM) { in run() function in llvm::CGSCCAnalysisManagerModuleProxy
667 FunctionAnalysisManagerCGSCCProxy::run(LazyCallGraph::SCC &C, in run() function in llvm::FunctionAnalysisManagerCGSCCProxy
H A DInlineSizeEstimatorAnalysis.cpp237 InlineSizeEstimatorAnalysis::run(const Function &F, in run() function in InlineSizeEstimatorAnalysis
268 InlineSizeEstimatorAnalysis::run(const Function &F, in run() function in InlineSizeEstimatorAnalysis
276 InlineSizeEstimatorAnalysisPrinterPass::run(Function &F, in run() function in InlineSizeEstimatorAnalysisPrinterPass
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DPassManager.h498 PreservedAnalyses run(IRUnitT &IR, AnalysisManagerT &AM, in run() function
610 Result run(IRUnitT &, AnalysisManagerT &, ExtraArgTs &&...) { in run() function
994 Result run(IRUnitT &IR, AnalysisManager<IRUnitT, ExtraArgTs...> &AM, in run() function
1146 Result run(IRUnitT &, AnalysisManager<IRUnitT, ExtraArgTs...> &, in run() function
1252 PreservedAnalyses run(IRUnitT &Arg, AnalysisManagerT &AM, in run() function
1280 PreservedAnalyses run(IRUnitT &Arg, AnalysisManagerT &AM, ExtraArgTs &&...) { in run() function
1300 PreservedAnalyses run(IRUnitT &, AnalysisManagerT &, ExtraArgTs &&...) { in run() function
1316 PreservedAnalyses run(IRUnitT &IR, AnalysisManagerT &AM, Ts &&... Args) { in run() function
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/lib/TestML/
H A DTiny.pm30 sub run { subroutine
78 sub run { subroutine
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dstandalone_malloc_test.cpp62 static void *run(void *t) { in run() function
72 static void *run(void *t) { in run() function
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopPassManager.cpp27 LPMUpdater &>::run(Loop &L, LoopAnalysisManager &AM, in run() function in llvm::PassManager
198 PreservedAnalyses FunctionToLoopPassAdaptor::run(Function &F, in run() function in FunctionToLoopPassAdaptor
368 PreservedAnalyses PrintLoopPass::run(Loop &L, LoopAnalysisManager &, in run() function in PrintLoopPass
/openbsd-src/usr.bin/libtool/
H A Dlibtool162 sub run subroutine
181 sub run subroutine
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DStripSymbols.cpp440 PreservedAnalyses StripSymbolsPass::run(Module &M, ModuleAnalysisManager &AM) { in run() function in StripSymbolsPass
446 PreservedAnalyses StripNonDebugSymbolsPass::run(Module &M, in run() function in StripNonDebugSymbolsPass
452 PreservedAnalyses StripDebugDeclarePass::run(Module &M, in run() function in StripDebugDeclarePass
458 PreservedAnalyses StripDeadDebugInfoPass::run(Module &M, in run() function in StripDeadDebugInfoPass
/openbsd-src/regress/lib/libcrypto/wycheproof/
H A Dwycheproof.go578 run(string, testVariant) bool methodSpec
809 func (wtg *wycheproofTestGroupAesCbcPkcs5) run(algorithm string, variant testVariant) bool { global() func
1006 func (wtg *wycheproofTestGroupAesAead) run(algorithm string, variant testVariant) bool { global() func
1081 func (wtg *wycheproofTestGroupAesCmac) run(algorithm string, variant testVariant) bool { global() func
1350 func (wtg *wycheproofTestGroupChaCha) run(algorithm string, variant testVariant) bool { global() func
1450 func (wtg *wycheproofTestGroupDSA) run(algorithm string, variant testVariant) bool { global() func
1633 func (wtg *wycheproofTestGroupECDH) run(algorithm string, variant testVariant) bool { global() func
1737 func (wtg *wycheproofTestGroupECDHWebCrypto) run(algorithm string, variant testVariant) bool { global() func
1782 func (wtg *wycheproofTestGroupECDSA) run(algorithm string, variant testVariant) bool { global() func
1881 func (wtg *wycheproofTestGroupECDSAWebCrypto) run(algorithm string, variant testVariant) bool { global() func
1960 func (wtg *wycheproofTestGroupEdDSA) run(algorithm string, variant testVariant) bool { global() func
2044 func (wtg *wycheproofTestGroupHkdf) run(algorithm string, variant testVariant) bool { global() func
2093 func (wtg *wycheproofTestGroupHmac) run(algorithm string, variant testVariant) bool { global() func
2181 func (wtg *wycheproofTestGroupKW) run(algorithm string, variant testVariant) bool { global() func
2210 func (wtg *wycheproofTestGroupPrimality) run(algorithm string, variant testVariant) bool { global() func
2266 func (wtg *wycheproofTestGroupRsaesOaep) run(algorithm string, variant testVariant) bool { global() func
2357 func (wtg *wycheproofTestGroupRsaesPkcs1) run(algorithm string, variant testVariant) bool { global() func
2438 func (wtg *wycheproofTestGroupRsassa) run(algorithm string, variant testVariant) bool { global() func
2502 func (wtg *wycheproofTestGroupRSA) run(algorithm string, variant testVariant) bool { global() func
2574 func (wtg *wycheproofTestGroupX25519) run(algorithm string, variant testVariant) bool { global() func
[all...]
/openbsd-src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/
H A Dsuite.py57 def run(self, result): member in BaseTestSuite
83 def run(self, result): member in TestSuite
261 def run(self, result): member in _ErrorHolder

12345678910>>...24