Searched defs:testBlock (Results 1 – 4 of 4) sorted by relevance
59 function testBlock(offset: number, fileName: string, dir: string) { function
1273 BasicBlock *testBlock = loopRepTestBlock[loopRepDepth]; in ENDLOOP() local1287 BasicBlock *testBlock = loopRepTestBlock[loopRepDepth]; in ENDREP() local1301 BasicBlock *testBlock = loopRepTestBlock[loopRepDepth]; in ENDWHILE() local1437 BasicBlock *testBlock = Nucleus::createBasicBlock(); in LOOP() local1463 BasicBlock *testBlock = Nucleus::createBasicBlock(); in REP() local1486 BasicBlock *testBlock = Nucleus::createBasicBlock(); in WHILE() local
1589 BasicBlock *testBlock = loopRepTestBlock[loopRepDepth]; in ENDLOOP() local1603 BasicBlock *testBlock = loopRepTestBlock[loopRepDepth]; in ENDREP() local1617 BasicBlock *testBlock = loopRepTestBlock[loopRepDepth]; in ENDWHILE() local1752 BasicBlock *testBlock = Nucleus::createBasicBlock(); in LOOP() local1778 BasicBlock *testBlock = Nucleus::createBasicBlock(); in REP() local1801 BasicBlock *testBlock = Nucleus::createBasicBlock(); in WHILE() local
67 function asynctest(testBlock, args, callback, assertBlock) { argument