Home
last modified time | relevance | path

Searched refs:is_blocked (Results 1 – 11 of 11) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/gold/
Dreadsyms.cc65 if (this->this_blocker_ != NULL && this->this_blocker_->is_blocked()) in is_runnable()
142 && this->dirpath_->token()->is_blocked()) in is_runnable()
575 if (this->this_blocker_ != NULL && this->this_blocker_->is_blocked()) in is_runnable()
658 if (this->this_blocker_ != NULL && this->this_blocker_->is_blocked()) in is_runnable()
694 if (this->this_blocker_ != NULL && this->this_blocker_->is_blocked()) in is_runnable()
734 if (this->this_blocker_ != NULL && this->this_blocker_->is_blocked()) in is_runnable()
794 if (this->this_blocker_ != NULL && this->this_blocker_->is_blocked()) in is_runnable()
828 if (this->this_blocker_ != NULL && this->this_blocker_->is_blocked()) in is_runnable()
894 if (this->this_blocker_ != NULL && this->this_blocker_->is_blocked()) in is_runnable()
Dtoken.h169 is_blocked() const in is_blocked() function
243 { gold_assert(this->token_->is_blocked()); } in Task_block_token()
Dworkqueue.h168 { return this->blocker_->is_blocked() ? this->blocker_ : NULL; } in is_runnable()
Ddirsearch.cc250 gold_assert(!this->token_.is_blocked()); in find()
Darchive.cc1110 if (this->this_blocker_ != NULL && this->this_blocker_->is_blocked()) in is_runnable()
1331 if (this->readsyms_blocker_ != NULL && this->readsyms_blocker_->is_blocked()) in is_runnable()
1333 if (this->this_blocker_ != NULL && this->this_blocker_->is_blocked()) in is_runnable()
Dreloc.cc119 if (this->this_blocker_ != NULL && this->this_blocker_->is_blocked()) in is_runnable()
164 if (this->this_blocker_ != NULL && this->this_blocker_->is_blocked()) in is_runnable()
210 && this->output_sections_blocker_->is_blocked()) in is_runnable()
Dplugin.cc447 if (this->this_blocker_->is_blocked()) in is_runnable()
1708 if (this->this_blocker_ != NULL && this->this_blocker_->is_blocked()) in is_runnable()
1747 if (this->this_blocker_ != NULL && this->this_blocker_->is_blocked()) in is_runnable()
Dlayout.cc6166 if (this->input_sections_blocker_->is_blocked()) in is_runnable()
/netbsd/src/games/gomoku/
Dbdinit.c86 if (!is_blocked(sp, DIR_DR)) { in init_spot_flags_and_fval()
97 } else if (col == 5 && !is_blocked(sp, DIR_DL)) { in init_spot_flags_and_fval()
110 if (is_blocked(sp, r)) in init_spot_frame()
247 if (is_blocked(spb0, rb)) in init_overlap_frame()
Dmakemove.c124 if (is_blocked(fsp, r)) in makemove()
293 if (is_blocked(sp, rb)) in update_overlap_different_direction()
317 if (is_blocked(&board[s1], r)) in update_overlap()
333 if (is_blocked(&board[s2], r)) in update_overlap()
Dgomoku.h239 is_blocked(const struct spotstr *sp, direction r) in is_blocked() function