Home
last modified time | relevance | path

Searched refs:walker (Results 1 – 25 of 32) sorted by relevance

12

/openbsd-src/gnu/usr.bin/perl/ext/B/t/
H A Dshowlex.t54 my $walker = B::Showlex::compile( $newlex, sub{my($foo,$bar)} );
55 $walker->();
67 $walker = B::Showlex::compile($sub);
68 $walker->();
92 $walker = B::Showlex::compile($asub, $newlex, -nosp);
93 $walker->();
96 $walker = B::Concise::compile($asub, '-exec');
97 $walker->();
H A Dconcise.t225 my $walker = B::Concise::compile('-basic', $func);
227 $walker->('-exec');
231 $walker->('-basic');
245 $walker->($style, $mode);
263 $walker->($mode, $style);
283 $walker->($style);
287 $walker->($mode);
304 $walker->($mode);
308 $walker->($style);
H A Dconcise-xs.t69 my $walker = B::Concise::compile($func_name);
70 eval { $walker->() };
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSizeofPointer.cpp84 WalkAST walker(BR, this, mgr.getAnalysisDeclContext(D)); in checkASTCodeBody() local
85 walker.Visit(D->getBody()); in checkASTCodeBody()
H A DLLVMConventionsChecker.cpp138 StringRefCheckerVisitor walker(D, BR, Checker); in CheckStringRefAssignedTemporary() local
139 walker.Visit(D->getBody()); in CheckStringRefAssignedTemporary()
236 ASTFieldVisitor walker(R, BR, Checker); in CheckASTMemory() local
237 walker.Visit(I); in CheckASTMemory()
H A DObjCContainersASTChecker.cpp165 WalkAST walker(BR, this, Mgr.getAnalysisDeclContext(D)); in checkASTCodeBody() local
166 walker.Visit(D->getBody()); in checkASTCodeBody()
H A DCStringSyntaxChecker.cpp284 WalkAST walker(this, BR, Mgr.getAnalysisDeclContext(D)); in checkASTCodeBody() local
285 walker.Visit(D->getBody()); in checkASTCodeBody()
H A DCheckSecuritySyntaxOnly.cpp1068 WalkAST walker(BR, mgr.getAnalysisDeclContext(D), filter); in checkASTCodeBody() local
1069 walker.Visit(D->getBody()); in checkASTCodeBody()
/openbsd-src/gnu/llvm/llvm/docs/
H A DMemorySSA.rst68 ``b`` *or* both. This in turn implies that without the use of `The walker`_,
203 The walker
207 the walker, for short. The goal of the walker is to provide answers to clobber
224 be the walker's goal to figure this out, and return ``liveOnEntry`` when queried
227 By default, ``MemorySSA`` provides a walker that can optimize ``MemoryDef``\ s
233 Default walker APIs argument
236 There are two main APIs used to retrieve the clobbering access using the walker:
250 If you choose to make your own walker, you can find the clobber for a
286 walker's ``getClobberingMemoryAccess(MA)``. This API will cache information
/openbsd-src/sys/netinet/
H A Dip_spd.c125 int (*walker)(struct radix_node *, void *, u_int) = (void *)func; in spd_table_walk() local
133 while ((error = rn_walktree(rnh, walker, arg)) == EAGAIN) in spd_table_walk()
H A Dip_ipsp.c642 tdb_walk(u_int rdomain, int (*walker)(struct tdb *, void *, int), void *arg) in tdb_walk()
671 rval = walker(tdbp, arg, SIMPLEQ_EMPTY(&tdblist)); in tdb_walk()
H A Dip_ipsp.h338 SIMPLEQ_ENTRY(tdb) tdb_walk; /* [N] temp list for tdb walker */
593 int (*walker)(struct ipsec_policy *, void *, unsigned int), void *);
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DThreadSafety.cpp2234 threadSafety::CFGWalker walker; in runAnalysis() local
2235 if (!walker.init(AC)) in runAnalysis()
2241 CFG *CFGraph = walker.getGraph(); in runAnalysis()
2242 const NamedDecl *D = walker.getDecl(); in runAnalysis()
2266 const PostOrderCFGView *SortedGraph = walker.getSortedGraph(); in runAnalysis()
/openbsd-src/gnu/gcc/gcc/
H A Dtree-ssa-pre.c2316 tree walker, genwalker; in create_expression_by_pieces() local
2327 for (walker = arglist, genwalker = genarglist; in create_expression_by_pieces()
2328 genwalker && walker; in create_expression_by_pieces()
2329 genwalker = TREE_CHAIN (genwalker), walker = TREE_CHAIN (walker)) in create_expression_by_pieces()
2332 = find_or_generate_expression (block, TREE_VALUE (walker), in create_expression_by_pieces()
/openbsd-src/usr.sbin/makefs/
H A DREADME69 the fs-specific tree walker should add this if required by the fs.
/openbsd-src/lib/libexpat/lib/
H A Dxmlparse.c7878 const char *walker = before; in accountingDiffTolerated()
7882 for (; walker < after; walker++) { in accountingDiffTolerated()
7883 fprintf(stderr, "%s", unsignedCharToPrintable(walker[0])); in accountingDiffTolerated()
7886 for (; walker < before + contextLength; walker++) { in accountingDiffTolerated()
7887 fprintf(stderr, "%s", unsignedCharToPrintable(walker[0])); in accountingDiffTolerated()
7890 walker = after - contextLength; in accountingDiffTolerated()
7891 for (; walker < after; walker in accountingDiffTolerated()
7847 const char *walker = before; accountingReportDiff() local
[all...]
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A DMAINTAINERS409 Keith Walker keith.walker@arm.com
/openbsd-src/gnu/llvm/llvm/lib/Passes/
H A DPassRegistry.def363 FUNCTION_PASS("print<memoryssa-walker>", MemorySSAWalkerPrinterPass(dbgs()))
/openbsd-src/usr.sbin/pkg_add/OpenBSD/
H A DIntro.pod195 a tree-walker, but there are performance considerations, so it also caches
/openbsd-src/gnu/usr.bin/binutils/binutils/
H A DChangeLog-0001196 2001-11-13 Keith Walker <keith.walker@arm.com>
/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/
H A DChangeLog-0001196 2001-11-13 Keith Walker <keith.walker@arm.com>
/openbsd-src/gnu/gcc/gcc/doc/
H A Dtree-ssa.texi1476 walker traverses the dominator tree.
/openbsd-src/gnu/usr.bin/binutils/opcodes/
H A DChangeLog-02032067 2002-01-18 Keith Walker <keith.walker@arm.com>
/openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/
H A DChangeLog-02032067 2002-01-18 Keith Walker <keith.walker@arm.com>
/openbsd-src/gnu/usr.bin/binutils/gas/
H A DChangeLog-02037252 Keith Walker <keith.walker@arm.com>
7264 2002-01-19 Keith Walker <keith.walker@arm.com>

12