Searched refs:set_block (Results 1 – 11 of 11) sorted by relevance
37 static int set_block(int fd, int blocking) { in set_block() function97 if (set_block(filedes[0], 0) < 0) in pipe()129 if (set_block(filedes[0], 1) < 0) in pipe()
55 void set_block(BasicBlock* b) { block_ = b; } in set_block() function
266 inst->set_block(vstate->current_function().current_block()); in ValidateBinaryUsingContextAndValidationState()
270 inst->set_block(vstate->current_function().current_block()); in ValidateBinaryUsingContextAndValidationState()
393 void set_block(std::unique_ptr<BlockNode> b) { block_ = std::move(b); } in set_block() function
569 func_call->set_block(std::move(block)); in IdentifierOrCall()
908 instr->set_block(current_block_); in AddInstruction()
1022 void set_block(InstructionBlock* block) { in set_block() function