Searched refs:fBody (Results 1 – 12 of 12) sorted by relevance
61 fBody.write8(i); in writeS8()65 fCommandBreaks.add(fBody.bytesWritten()); in writeCommand()66 fBody.write8(c); in writeCommand()71 fBody.write8(i); in writeU8()76 fBody.write16(i); in writeS16()81 fBody.write16(i); in writeU16()86 fBody.write32(i); in writeS32()129 StringStream fBody; variable
92 fBody.write32(l.fFlags); in write()244 fCommandBreaks.add(fBody.bytesWritten()); in write()599 String commandBuffer = fBody.str(); in finish()
25 , fBody(std::move(body)) {} in FunctionDefinition()29 fBody->clone())); in clone()33 return fDeclaration.description() + " " + fBody->description(); in description()37 std::unique_ptr<Statement> fBody; member
33 , fBody(std::move(body)) in FunctionDefinition()63 return fBody; in body()67 return fBody; in body()95 std::unique_ptr<Statement> fBody; variable
194 for (const auto& s : ((Block&) *f.fBody).fStatements) { in writeFunction()
1310 this->compileStatement(builder, *f.fBody); in compileStageFunctionLoop()1676 bool success = this->compileVectorStatement(builder, *f.fBody); in compileStageFunctionVector()1788 this->compileStatement(builder, *f.fBody); in compileFunction()1789 if (!ends_with_branch(*f.fBody)) { in compileFunction()
960 this->writeStatements(((Block&) *f.fBody).fStatements); in writeFunction()1663 Requirements reqs = this->requirements(*def.fBody); in requirements()
658 this->addStatement(result, &f.fBody); in getCFG()
490 for (const auto& s : ((Block&) *f.fBody).fStatements) { in writeFunction()
1077 this->writeStatements(((Block&) *f.fBody).fStatements); in writeFunctionCall()
95 this->writeStatement(*f.fBody); in writeFunction()
2557 this->writeBlock((Block&) *f.fBody, bodyBuffer); in writeFunction()