Lines Matching defs:body
2936 this->writeBlock(f.body()->as<Block>(), bodyBuffer);
3245 SpvId body = this->nextId(nullptr);
3257 this->writeInstruction(SpvOpBranchConditional, test, body, end, out);
3259 this->writeInstruction(SpvOpBranch, body, out);
3261 this->writeLabel(body, out);
3357 return anyFunc.definition()->body()->as<Block>().symbolTable()->fParent;
3537 StringStream body;
3587 this->writeFunction(*adapter.entrypointDef, body);
3594 this->writeFunction(e->as<FunctionDefinition>(), body);
3643 write_stringstream(body, out);