Home
last modified time | relevance | path

Searched defs:follows (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/mit/isl/dist/
H A Disl_list_templ.c500 isl_bool (*follows)(__isl_keep EL *a, __isl_keep EL *b, void *user); in S() local
508 static isl_bool FN(LIST(EL),follows)(int i, int j, void *user) in FN() argument
H A Disl_test_python.py232 def follows(a, b): function
H A Disl_ast_codegen.c4721 int follows; in any_scheduled_after() local
H A Disl_map.c10102 int follows = -1; in isl_set_follows_at() local
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgrep/
H A Ddfa.h318 position_set *follows; /* Array of follow sets, indexed by position member
H A Ddfa.c1927 position_set follows; /* Union of the follows of some group. */ in dfastate() local
2646 position_set follows; in transit_state() local
/netbsd-src/external/gpl2/grep/dist/src/
H A Ddfa.h337 position_set *follows; /* Array of follow sets, indexed by position member
H A Ddfa.c1948 position_set follows; /* Union of the follows of some group. */ in dfastate() local
2667 position_set follows; in transit_state() local
/netbsd-src/external/mit/isl/dist/include/isl/
H A Dcpp-checked.h5553 …t::foreach_scc(const std::function<boolean(isl::checked::aff, isl::checked::aff)> &follows, const … in foreach_scc()
7317 …ach_scc(const std::function<boolean(isl::checked::ast_node, isl::checked::ast_node)> &follows, con… in foreach_scc()
9316 stat id_list::foreach_scc(const std::function<boolean(isl::checked::id, isl::checked::id)> &follows in foreach_scc()
10779 …t::foreach_scc(const std::function<boolean(isl::checked::map, isl::checked::map)> &follows, const … in foreach_scc()
14569 …oreach_scc(const std::function<boolean(isl::checked::pw_aff, isl::checked::pw_aff)> &follows, cons… in foreach_scc()
15549 …c(const std::function<boolean(isl::checked::pw_multi_aff, isl::checked::pw_multi_aff)> &follows, c… in foreach_scc()
17744 …t::foreach_scc(const std::function<boolean(isl::checked::set, isl::checked::set)> &follows, const … in foreach_scc()
19675 …c(const std::function<boolean(isl::checked::union_pw_aff, isl::checked::union_pw_aff)> &follows, c… in foreach_scc()
20495 …h_scc(const std::function<boolean(isl::checked::union_set, isl::checked::union_set)> &follows, con… in foreach_scc()
21115 …t::foreach_scc(const std::function<boolean(isl::checked::val, isl::checked::val)> &follows, const … in foreach_scc()
H A Dcpp.h6155 void aff_list::foreach_scc(const std::function<bool(isl::aff, isl::aff)> &follows, const std::funct… in foreach_scc()
8383 void ast_node_list::foreach_scc(const std::function<bool(isl::ast_node, isl::ast_node)> &follows, c… in foreach_scc()
11325 void id_list::foreach_scc(const std::function<bool(isl::id, isl::id)> &follows, const std::function… in foreach_scc()
13762 void map_list::foreach_scc(const std::function<bool(isl::map, isl::map)> &follows, const std::funct… in foreach_scc()
19826 void pw_aff_list::foreach_scc(const std::function<bool(isl::pw_aff, isl::pw_aff)> &follows, const s… in foreach_scc()
21428 …list::foreach_scc(const std::function<bool(isl::pw_multi_aff, isl::pw_multi_aff)> &follows, const … in foreach_scc()
24913 void set_list::foreach_scc(const std::function<bool(isl::set, isl::set)> &follows, const std::funct… in foreach_scc()
28230 …list::foreach_scc(const std::function<bool(isl::union_pw_aff, isl::union_pw_aff)> &follows, const … in foreach_scc()
29686 void union_set_list::foreach_scc(const std::function<bool(isl::union_set, isl::union_set)> &follows in foreach_scc()
30734 void val_list::foreach_scc(const std::function<bool(isl::val, isl::val)> &follows, const std::funct… in foreach_scc()
/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dregexec.c3306 re_node_set follows, *dests_node; in build_trtable() local