Searched refs:walker (Results 1 - 24 of 24) sorted by relevance

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSizeofPointer.cpp83 WalkAST walker(BR, mgr.getAnalysisDeclContext(D));
84 walker.Visit(D->getBody());
H A DVirtualCallChecker.cpp218 WalkAST walker(BR, mgr.getAnalysisDeclContext(RD));
225 walker.Visit(Body);
226 walker.Execute();
233 walker.Visit(Body);
234 walker.Execute();
H A DCStringSyntaxChecker.cpp182 WalkAST walker(BR, Mgr.getAnalysisDeclContext(D));
183 walker.Visit(D->getBody());
H A DObjCContainersASTChecker.cpp166 WalkAST walker(BR, Mgr.getAnalysisDeclContext(D));
167 walker.Visit(D->getBody());
H A DLLVMConventionsChecker.cpp137 StringRefCheckerVisitor walker(D, BR);
138 walker.Visit(D->getBody());
234 ASTFieldVisitor walker(R, BR);
235 walker.Visit(*I);
H A DCheckSecuritySyntaxOnly.cpp743 WalkAST walker(BR, mgr.getAnalysisDeclContext(D), filter);
744 walker.Visit(D->getBody());
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_fs_fs/
H A Drep-cache.h54 svn_error_t *(*walker)(representation_t *rep,
H A Drep-cache.c160 svn_error_t *(*walker)(representation_t *,
235 err = walker(rep, walker_baton, fs, iterpool);
/freebsd-10.2-release/sys/boot/arm/at91/libat91/
H A Dsd-card.c203 unsigned int *walker; local
223 for (walker = (unsigned int *)dest;
224 walker < (unsigned int *)(dest + sizeToRead); walker++)
225 *walker = swap(*walker);
/freebsd-10.2-release/sbin/devd/
H A Ddevd.cc689 char *walker; local
693 walker = lhs = buffer;
694 while (is_id_char(*walker))
695 walker++;
696 if (*walker != '=')
698 walker++; // skip =
699 if (*walker == '"') {
700 walker++; // skip "
701 rhs = walker;
702 while (*walker
[all...]
/freebsd-10.2-release/sys/arm/at91/
H A Dat91.c249 at91_cpu_add_builtin_children(device_t dev, const struct cpu_devs *walker) argument
253 for (i = 1; walker->name; i++, walker++) {
254 at91_add_child(dev, i, walker->name, walker->unit,
255 walker->mem_base, walker->mem_len, walker->irq0,
256 walker->irq1, walker
[all...]
H A Dat91_pio.c404 uint8_t many[1024], *walker; local
456 walker = (uint8_t *)bangmany->bits;
460 err = copyin(walker, many, num);
468 walker += num;
/freebsd-10.2-release/sys/arm/cavium/cns11xx/
H A Decona.c193 struct cpu_devs *walker; local
195 for (i = 0, walker = econarm_devs; walker->name; i++, walker++) {
196 econa_add_child(dev, i, walker->name, walker->unit,
197 walker->mem_base, walker->mem_len,
198 walker->irq0,walker
[all...]
/freebsd-10.2-release/sys/arm/arm/
H A Dmachdep.c853 struct arm_lbabi_tag *walker; local
866 walker = (struct arm_lbabi_tag *)
870 if (ATAG_TAG(walker) != ATAG_CORE)
873 atag_list = walker;
874 while (ATAG_TAG(walker) != ATAG_NONE) {
875 switch (ATAG_TAG(walker)) {
879 arm_physmem_hardware_region(walker->u.tag_mem.start,
880 walker->u.tag_mem.size);
885 serial = walker->u.tag_sn.low |
886 ((uint64_t)walker
[all...]
/freebsd-10.2-release/sys/arm/ti/twl/
H A Dtwl_clks.c504 const struct twl_clock *walker; local
516 walker = &clks[0];
517 while (walker->name != NULL) {
520 entry = twl_clks_add_clock(sc, walker->name, walker->subdev,
521 walker->regbase);
525 walker++;
H A Dtwl_vreg.c881 const struct twl_regulator *walker; local
890 walker = &regulators[0];
891 while (walker->name != NULL) {
894 entry = twl_vreg_add_regulator(sc, walker->name, walker->subdev,
895 walker->regbase, walker->fixedvoltage,
896 walker->voltages, walker->num_voltages);
900 walker
[all...]
/freebsd-10.2-release/sys/arm/ti/am335x/
H A Dam335x_prcm.c449 struct am335x_clk_details *walker; local
451 for (walker = g_am335x_clk_details; walker->id != INVALID_CLK_IDENT; walker++) {
452 if (id == walker->id)
453 return (walker);
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_ra_serf/
H A Dproperty.c709 svn_ra_serf__walker_visitor_t walker,
741 SVN_ERR(walker(baton, ns_name, prop_name, prop_val, iterpool));
754 svn_ra_serf__walker_visitor_t walker,
770 walker, baton,
778 svn_ra_serf__path_rev_walker_t walker,
818 SVN_ERR(walker(baton, path_name, path_len, ns_name, ns_len,
706 svn_ra_serf__walk_node_props(apr_hash_t *props, svn_ra_serf__walker_visitor_t walker, void *baton, apr_pool_t *scratch_pool) argument
749 svn_ra_serf__walk_all_props(apr_hash_t *props, const char *name, svn_revnum_t rev, svn_ra_serf__walker_visitor_t walker, void *baton, apr_pool_t *scratch_pool) argument
774 svn_ra_serf__walk_all_paths(apr_hash_t *props, svn_revnum_t rev, svn_ra_serf__path_rev_walker_t walker, void *baton, apr_pool_t *pool) argument
H A Dra_serf.h1186 /** Property walker functions **/
1199 svn_ra_serf__walker_visitor_t walker,
1207 svn_ra_serf__walker_visitor_t walker,
1222 svn_ra_serf__path_rev_walker_t walker,
/freebsd-10.2-release/sys/arm/ti/omap4/
H A Domap4_prcm_clks.c468 struct omap4_clk_details *walker; local
470 for (walker = g_omap4_clk_details; walker->id != INVALID_CLK_IDENT; walker++) {
471 if (id == walker->id)
472 return (walker);
/freebsd-10.2-release/sys/dev/pccard/
H A Dpccard.c1034 char *walker = dst, *ep = dst + len - 1; local
1038 while (src != NULL && walker < ep)
1041 if (ep - walker < 2)
1043 *walker++ = '\\';
1045 *walker++ = *src++;
1047 *walker = '\0';
/freebsd-10.2-release/contrib/ipfilter/
H A Dradix_ipf.c755 /* walker(I) - function to call for each node in the tree */
756 /* arg(I) - parameter to pass to walker, in addition to the */
760 /* than recursive and tracks the next node in case the "walker" function */
762 /* saying that the "walker" function is not permitted to cause any change */
766 ipf_rx_walktree(head, walker, arg)
768 radix_walk_func_t walker;
790 walker(node, arg);
/freebsd-10.2-release/sys/contrib/ipfilter/netinet/
H A Dradix_ipf.c755 /* walker(I) - function to call for each node in the tree */
756 /* arg(I) - parameter to pass to walker, in addition to the */
760 /* than recursive and tracks the next node in case the "walker" function */
762 /* saying that the "walker" function is not permitted to cause any change */
766 ipf_rx_walktree(head, walker, arg)
768 radix_walk_func_t walker;
790 walker(node, arg);
/freebsd-10.2-release/contrib/gcc/
H A Dtree-ssa-pre.c2333 tree walker, genwalker; local
2344 for (walker = arglist, genwalker = genarglist;
2345 genwalker && walker;
2346 genwalker = TREE_CHAIN (genwalker), walker = TREE_CHAIN (walker))
2349 = find_or_generate_expression (block, TREE_VALUE (walker),

Completed in 149 milliseconds