Searched defs:set_block (Results 1 – 5 of 5) sorted by relevance
37 static int set_block(int fd, int blocking) { in set_block() function
55 void set_block(BasicBlock* b) { block_ = b; } in set_block() function
393 void set_block(std::unique_ptr<BlockNode> b) { block_ = std::move(b); } in set_block() function