HomeSort by relevance Sort by last modified time
    Searched refs:Block1 (Results 1 - 7 of 7) sorted by null

  /external/clang/test/Index/
comment-c-decls.c 103 int (^Block1) (int i, int j) = ^(int i, int j) { return i + j; };
104 // CHECK: <Declaration>int (^Block1)(int, int) = ^(int i, int j) {}</Declaration>
format-comment-cdecls.c 98 int (^Block1) (int i, int j) = ^(int i, int j) { return i + j; };
99 // CHECK: <Declaration>int (^Block1)(int, int) = ^(int i, int j) {}</Declaration>
  /external/llvm/lib/Transforms/Utils/
FlattenCFG.cpp 37 /// \brief Compare a pair of blocks: \p Block1 and \p Block2, which
39 /// Head2. \returns true if \p Block1 and \p Block2 contain identical
43 BasicBlock *Block1, BasicBlock *Block2);
308 /// Block1 is a block in the 1st if-region to compare. \param Block2 is a block
309 // in the 2nd if-region to compare. \returns true if \param Block1 and \param
314 BasicBlock *Block1,
319 bool eq1 = (Block1 == Head1);
326 // Check whether instructions in Block1 and Block2 are identical
328 BasicBlock::iterator iter1 = Block1->begin();
329 BasicBlock::iterator end1 = Block1->getTerminator()
    [all...]
  /external/llvm/unittests/ExecutionEngine/JIT/
JITTest.cpp 329 BasicBlock *Block1 = BasicBlock::Create(Context, "block1", Func1);
338 IRBuilder<> Builder(Block1);
380 BasicBlock *Block1 = BasicBlock::Create(Context, "block1", Func1);
384 IRBuilder<> Builder(Block1);
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILCFGStructurizer.cpp 394 BlockT *findNearestCommonPostDom(BlockT *Block1, BlockT *Block2);
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILCFGStructurizer.cpp 394 BlockT *findNearestCommonPostDom(BlockT *Block1, BlockT *Block2);
    [all...]

Completed in 164 milliseconds