| /openbsd-src/gnu/usr.bin/perl/ext/B/t/ |
| H A D | showlex.t | 54 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 D | concise.t | 225 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 D | concise-xs.t | 69 my $walker = B::Concise::compile($func_name); 70 eval { $walker->() };
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | CheckSizeofPointer.cpp | 84 WalkAST walker(BR, this, mgr.getAnalysisDeclContext(D)); in checkASTCodeBody() local 85 walker.Visit(D->getBody()); in checkASTCodeBody()
|
| H A D | LLVMConventionsChecker.cpp | 138 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 D | ObjCContainersASTChecker.cpp | 165 WalkAST walker(BR, this, Mgr.getAnalysisDeclContext(D)); in checkASTCodeBody() local 166 walker.Visit(D->getBody()); in checkASTCodeBody()
|
| H A D | CStringSyntaxChecker.cpp | 284 WalkAST walker(this, BR, Mgr.getAnalysisDeclContext(D)); in checkASTCodeBody() local 285 walker.Visit(D->getBody()); in checkASTCodeBody()
|
| H A D | CheckSecuritySyntaxOnly.cpp | 1068 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 D | MemorySSA.rst | 68 ``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 D | ip_spd.c | 125 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 D | ip_ipsp.c | 642 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 D | ip_ipsp.h | 338 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 D | ThreadSafety.cpp | 2234 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 D | tree-ssa-pre.c | 2316 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 D | README | 69 the fs-specific tree walker should add this if required by the fs.
|
| /openbsd-src/lib/libexpat/lib/ |
| H A D | xmlparse.c | 7878 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 D | MAINTAINERS | 409 Keith Walker keith.walker@arm.com
|
| /openbsd-src/gnu/llvm/llvm/lib/Passes/ |
| H A D | PassRegistry.def | 363 FUNCTION_PASS("print<memoryssa-walker>", MemorySSAWalkerPrinterPass(dbgs()))
|
| /openbsd-src/usr.sbin/pkg_add/OpenBSD/ |
| H A D | Intro.pod | 195 a tree-walker, but there are performance considerations, so it also caches
|
| /openbsd-src/gnu/usr.bin/binutils/binutils/ |
| H A D | ChangeLog-0001 | 196 2001-11-13 Keith Walker <keith.walker@arm.com>
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/binutils/ |
| H A D | ChangeLog-0001 | 196 2001-11-13 Keith Walker <keith.walker@arm.com>
|
| /openbsd-src/gnu/gcc/gcc/doc/ |
| H A D | tree-ssa.texi | 1476 walker traverses the dominator tree.
|
| /openbsd-src/gnu/usr.bin/binutils/opcodes/ |
| H A D | ChangeLog-0203 | 2067 2002-01-18 Keith Walker <keith.walker@arm.com>
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/ |
| H A D | ChangeLog-0203 | 2067 2002-01-18 Keith Walker <keith.walker@arm.com>
|
| /openbsd-src/gnu/usr.bin/binutils/gas/ |
| H A D | ChangeLog-0203 | 7252 Keith Walker <keith.walker@arm.com> 7264 2002-01-19 Keith Walker <keith.walker@arm.com>
|