OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getBlock
(Results
1 - 19
of
19
) sorted by null
/external/clang/include/clang/Analysis/
CFGStmtMap.h
44
CFGBlock *
getBlock
(Stmt * S);
46
const CFGBlock *
getBlock
(const Stmt * S) const {
47
return const_cast<CFGStmtMap*>(this)->
getBlock
(const_cast<Stmt*>(S));
ProgramPoint.h
115
const CFGBlock*
getBlock
() const {
120
const CFGBlock* B =
getBlock
();
127
return BlockEntrance(
getBlock
(), getLocationContext(), tag);
140
const CFGBlock*
getBlock
() const {
145
return
getBlock
()->getTerminator();
/external/clang/lib/Analysis/
CFGStmtMap.cpp
27
CFGBlock *CFGStmtMap::
getBlock
(Stmt *S) {
/external/llvm/lib/CodeGen/SelectionDAG/
InstrEmitter.h
123
///
getBlock
- Return the current basic block.
124
MachineBasicBlock *
getBlock
() { return MBB; }
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
WorkList.h
57
const CFGBlock *
getBlock
() const { return block; }
CoreEngine.h
249
///
getBlock
- Return the CFGBlock associated with the block-level expression
251
const CFGBlock*
getBlock
() const { return &B; }
360
const CFGBlock *
getBlock
() const {
402
const CFGBlock*
getBlock
() const {
507
const CFGBlock*
getBlock
() const { return &B; }
548
const CFGBlock *
getBlock
() const { return Block; }
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
AIfCommand.java
102
public PCommand
getBlock
()
/external/llvm/include/llvm/Analysis/
Trace.h
46
/// operator[]/
getBlock
- Return basic block N in the trace.
49
BasicBlock *
getBlock
(unsigned i) const { return BasicBlocks[i]; }
Dominators.h
82
NodeT *
getBlock
() const { return TheBB; }
110
NodeT *Nd = (*I)->
getBlock
();
115
NodeT *N = (*I)->
getBlock
();
157
if (Node->
getBlock
())
158
WriteAsOperand(o, Node->
getBlock
(), false);
463
return IDomB->
getBlock
();
727
if (!R || !OtherR || R->
getBlock
() != OtherR->
getBlock
())
/external/llvm/lib/CodeGen/
BranchFolding.h
41
MachineBasicBlock *
getBlock
() const { return Block; }
72
MachineBasicBlock *
getBlock
() const {
73
return getMergePotentialsElt().
getBlock
();
76
return TailStartPos ==
getBlock
()->begin();
/dalvik/dx/src/com/android/dx/ssa/
SsaInsn.java
103
public SsaBasicBlock
getBlock
() {
/external/llvm/lib/Analysis/
PathNumbering.cpp
56
BasicBlock* BallLarusNode::
getBlock
() {
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
()->getTerminator()
[
all
...]
/external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp
287
GCOVBlock &
getBlock
(BasicBlock *BB) {
393
GCOVBlock &Block = Func.
getBlock
(BB);
397
Block.addEdge(Func.
getBlock
(TI->getSuccessor(i)));
/external/llvm/include/llvm/Support/
IRBuilder.h
143
llvm::BasicBlock *
getBlock
() const { return Block; }
164
SetInsertPoint(IP.
getBlock
(), IP.getPoint());
[
all
...]
/external/clang/include/clang/AST/
Stmt.h
[
all
...]
/cts/tools/signature-tools/lib/
antlr-2.7.7.jar
/prebuilt/sdk/tools/lib/
dx.jar
/prebuilt/common/groovy/
groovy-all-1.7.0.jar
/prebuilt/common/jython/
jython.jar
Completed in 1741 milliseconds