Searched defs:DispatchBlock (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCoreEngine.h450 const CFGBlock &DispatchBlock; member in class:clang::ento::IndirectGotoNodeBuilder
457 : Eng(*eng), Src(src), DispatchBlock(*dispatch), E(e), Pred(pred) {}
478 iterator begin() { return iterator(DispatchBlock.succ_begin()); }
479 iterator end() { return iterator(DispatchBlock.succ_end()); }
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DSjLjEHPrepare.cpp569 BasicBlock *DispatchBlock = local
581 DispatchBlock);
584 DispatchBlock);
657 BranchInst::Create(ContBlock, DispatchBlock, IsNormal, EntryBB);
/external/clang/lib/CodeGen/
H A DCGException.cpp635 llvm::BasicBlock *DispatchBlock = EHS.getCachedEHDispatchBlock(); local
636 if (DispatchBlock)
637 return DispatchBlock;
640 DispatchBlock = getTerminateHandler();
642 DispatchBlock = createBasicBlock();
643 CGBuilderTy Builder(*this, DispatchBlock);
647 DispatchBlock->setName("catch.dispatch");
651 DispatchBlock->setName("ehcleanup");
658 DispatchBlock->setName("terminate");
664 EHS.setCachedEHDispatchBlock(DispatchBlock);
877 llvm::BasicBlock *DispatchBlock = CatchScope.getCachedEHDispatchBlock(); local
[all...]

Completed in 172 milliseconds