Searched defs:getBlock (Results 1 - 17 of 17) sorted by relevance

/external/clang/include/clang/Analysis/
H A DCFGStmtMap.h44 CFGBlock *getBlock(Stmt * S);
46 const CFGBlock *getBlock(const Stmt * S) const { function in class:clang::CFGStmtMap
47 return const_cast<CFGStmtMap*>(this)->getBlock(const_cast<Stmt*>(S));
H A DProgramPoint.h180 const CFGBlock *getBlock() const { function in class:clang::BlockEntrance
185 const CFGBlock *B = getBlock();
199 const CFGBlock *getBlock() const { function in class:clang::BlockExit
204 return getBlock()->getTerminator();
/external/clang/lib/Analysis/
H A DCFGStmtMap.cpp27 CFGBlock *CFGStmtMap::getBlock(Stmt *S) { function in class:CFGStmtMap
/external/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.h123 /// getBlock - Return the current basic block.
124 MachineBasicBlock *getBlock() { return MBB; } function in class:llvm::InstrEmitter
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DWorkList.h57 const CFGBlock *getBlock() const { return block; } function in class:clang::ento::WorkListUnit
H A DCoreEngine.h190 const CFGBlock *getBlock() const { return Block; } function in struct:clang::ento::NodeBuilderContext
471 const CFGBlock *getBlock() const { function in class:clang::ento::IndirectGotoNodeBuilder::iterator
518 const CFGBlock *getBlock() const { function in class:clang::ento::SwitchNodeBuilder::iterator
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/cipher/
H A DCipherInputStream.java82 private void getBlock() throws IOException method in class:CipherInputStream
119 getBlock();
137 getBlock();
/external/dexmaker/src/dx/java/com/android/dx/ssa/
H A DSsaInsn.java103 public SsaBasicBlock getBlock() { method in class:SsaInsn
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
H A DAIfCommand.java102 public PCommand getBlock() method in class:AIfCommand
/external/llvm/include/llvm/Analysis/
H A DTrace.h46 /// operator[]/getBlock - Return basic block N in the trace.
49 BasicBlock *getBlock(unsigned i) const { return BasicBlocks[i]; } function in class:llvm::Trace
H A DDominators.h82 NodeT *getBlock() const { return TheBB; } function in class:llvm::DomTreeNodeBase
110 NodeT *Nd = (*I)->getBlock();
115 NodeT *N = (*I)->getBlock();
157 if (Node->getBlock())
158 WriteAsOperand(o, Node->getBlock(), false);
459 return IDomB->getBlock();
765 if (!R || !OtherR || R->getBlock() != OtherR->getBlock())
/external/llvm/lib/CodeGen/
H A DBranchFolding.h41 MachineBasicBlock *getBlock() const { return Block; } function in class:llvm::BranchFolder::MergePotentialsElt
72 MachineBasicBlock *getBlock() const { function in class:llvm::BranchFolder::SameTailElt
73 return getMergePotentialsElt().getBlock();
76 return TailStartPos == getBlock()->begin();
/external/llvm/lib/Analysis/
H A DPathNumbering.cpp56 BasicBlock* BallLarusNode::getBlock() { function in class:BallLarusNode
140 if(getBlock() != NULL) {
141 if(getBlock()->hasName()) {
142 std::string tempName(getBlock()->getName());
292 succ != end; oldTarget = (*succ)->getTarget()->getBlock(), succ++ ) {
296 if( oldTarget != (*succ)->getTarget()->getBlock() )
367 BasicBlock* currentBlock = currentNode->getBlock();
376 for( BasicBlock::iterator bbCurrent = currentNode->getBlock()->begin(),
377 bbEnd = currentNode->getBlock()->end(); bbCurrent != bbEnd;
388 TerminatorInst* terminator = currentNode->getBlock()
[all...]
/external/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp284 GCOVBlock &getBlock(BasicBlock *BB) { function in class:__anon9071::GCOVFunction
389 GCOVBlock &Block = Func.getBlock(BB);
393 Block.addEdge(Func.getBlock(TI->getSuccessor(i)));
/external/llvm/include/llvm/
H A DIRBuilder.h144 llvm::BasicBlock *getBlock() const { return Block; } function in class:llvm::IRBuilderBase::InsertPoint
165 SetInsertPoint(IP.getBlock(), IP.getPoint());
/external/clang/include/clang/AST/
H A DStmt.h1780 SourceLocation getEndLoc() const { return getBlock()->getLocEnd(); }
1786 CompoundStmt *getBlock() const { function in class:clang::SEHExceptStmt
1825 CompoundStmt *getBlock() const { return llvm::cast<CompoundStmt>(Block); } function in class:clang::SEHFinallyStmt
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 1195 milliseconds