Home
last modified time | relevance | path

Searched defs:loopBody (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/src/compiler/transformers/
Des2015.ts3153 const loopBody = factory.createBlock(statements, /*multiLine*/ true); constant
/third_party/flutter/skia/src/sksl/
DSkSLJIT.cpp1294 LLVMBasicBlockRef loopBody = LLVMAppendBasicBlockInContext(fContext, fCurrentFunction, "body"); in compileStageFunctionLoop() local
DSkSLIRGenerator.cpp657 std::vector<std::unique_ptr<Statement>> loopBody; in applyInvocationIDWorkaround() local