Searched refs:is_dfs (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/gcc/
H A Dtree-ssa.c1042 struct pointer_set_t *visited, bool is_dfs)
1062 if (!is_dfs)
1072 && walk_use_def_chains_1 (arg, fn, data, visited, is_dfs))
1078 if (is_dfs)
1112 bool is_dfs)
1127 walk_use_def_chains_1 (var, fn, data, visited, is_dfs);
1041 walk_use_def_chains_1(tree var, walk_use_def_chains_fn fn, void *data, struct pointer_set_t *visited, bool is_dfs) argument
1111 walk_use_def_chains(tree var, walk_use_def_chains_fn fn, void *data, bool is_dfs) argument
/freebsd-11-stable/contrib/wpa/src/ap/
H A Ddrv_callbacks.c781 int channel, chwidth, is_dfs; local
860 is_dfs = ieee80211_is_dfs(freq, hapd->iface->hw_features,
868 cf1, cf2, is_dfs);
878 "freq=%d dfs=%d", freq, is_dfs);
881 "freq=%d dfs=%d", freq, is_dfs);

Completed in 66 milliseconds