Home
last modified time | relevance | path

Searched refs:setBlock (Results 1 – 10 of 10) sorted by relevance

/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
DAIfCommand.java31 setBlock(_block_); in AIfCommand()
107 public void setBlock(PCommand node) in setBlock() method in AIfCommand
211 setBlock((PCommand) newChild); in replaceChild()
/external/llvm/lib/CodeGen/
DBranchFolding.h48 void setBlock(MachineBasicBlock *MBB) { in setBlock() function
84 void setBlock(MachineBasicBlock *MBB) { in setBlock() function
85 getMergePotentialsElt().setBlock(MBB); in setBlock()
DBranchFolding.cpp721 SameTails[commonTailIndex].setBlock(newMBB); in CreateCommonTailOnlyBlock()
/external/clang/test/SemaObjC/
Dwarn-retain-cycle.m6 - (void) setBlock: (void(^)(void)) block;
11 [x setBlock: // expected-note {{block will be retained by the captured object}}
22 [x setBlock: ^{ [weakx actNow]; }];
27 [weakx setBlock: ^{ [x actNow]; }];
169 [obj setBlock:[^{ // expected-note{{block will be retained by the captured object}}
182 [obj setBlock:someRandomFunctionReturningABlock(^{
/external/pdfium/third_party/bigint/
DBigUnsigned.cc30 void BigUnsigned::setBlock(Index i, Blk newBlock) { in setBlock() function in BigUnsigned
71 setBlock(blockI, block); in setBit()
DBigUnsigned.hh100 void setBlock(Index i, Blk newBlock);
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
DRopTranslator.java262 translationVisitor.setBlock(block, addresses.getLast(block)); in outputBlock()
524 public void setBlock(BasicBlock block, CodeAddress lastAddress) { in setBlock() method in RopTranslator.TranslationVisitor
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
DCodeGenTreeWalker.g561 : {$start.getSetValue()!=null}? => setBlock
563 $code.add("alts",$setBlock.code);
598 setBlock returns [ST code=null]
/external/antlr/antlr-3.4/tool/
DCHANGES.txt643 * treeLevel not set for setBlock alts; added unit test
/external/antlr/antlr-3.4/lib/
Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/ ...