HomeSort by relevance Sort by last modified time
    Searched refs:Block1 (Results 1 - 6 of 6) 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) {\n}</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) {\n}</Declaration>
  /external/llvm/lib/Transforms/Utils/
FlattenCFG.cpp 36 /// \brief Compare a pair of blocks: \p Block1 and \p Block2, which
38 /// Head2. \returns true if \p Block1 and \p Block2 contain identical
42 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()->getIterator()
    [all...]
  /external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/
JITTest.cpp 337 BasicBlock *Block1 = BasicBlock::Create(Context, "block1", Func1);
346 IRBuilder<> Builder(Block1);
388 BasicBlock *Block1 = BasicBlock::Create(Context, "block1", Func1);
392 IRBuilder<> Builder(Block1);
  /external/clang/lib/CodeGen/
TargetInfo.cpp 359 Address Addr1, llvm::BasicBlock *Block1,
364 PHI->addIncoming(Addr1.getPointer(), Block1);
    [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]

Completed in 976 milliseconds