HomeSort by relevance Sort by last modified time
    Searched defs:Block (Results 76 - 100 of 107) sorted by null

1 2 34 5

  /external/clang/lib/CodeGen/
CodeGenFunction.h 105 JumpDest() : Block(0), ScopeDepth(), Index(0) {}
106 JumpDest(llvm::BasicBlock *Block,
109 : Block(Block), ScopeDepth(Depth), Index(Index) {}
111 bool isValid() const { return Block != 0; }
112 llvm::BasicBlock *getBlock() const { return Block; }
122 llvm::BasicBlock *Block;
149 /// ReturnBlock - Unified return block.
156 /// AllocaInsertPoint - This is an instruction in the entry block before which
262 /// FirstBlockInfo - The head of a singly-linked-list of block layouts
629 llvm::BasicBlock *block = OutermostConditional->getStartingBlock(); local
    [all...]
CGExpr.cpp 52 /// block.
63 llvm::BasicBlock *Block = AllocaInsertPt->getParent();
64 Block->getInstList().insertAfter(&*AllocaInsertPt, Store);
    [all...]
  /external/clang/include/clang/AST/
Stmt.h     [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp 680 // Dig through references, function pointers, and block pointers to
698 if (const BlockPointerType *Block = T->getAs<BlockPointerType>()) {
699 T = Block->getPointeeType();
    [all...]
SemaExpr.cpp     [all...]
TreeTransform.h 618 /// \brief Build a new block pointer type given its pointee type.
620 /// By default, performs semantic analysis when building the block pointer
    [all...]
  /external/llvm/lib/IR/
Core.cpp     [all...]
  /external/v8/src/
ast.h 77 V(Block) \
414 class Block: public BreakableStatement {
416 DECLARE_NODE_TYPE(Block)
429 Block(Isolate* isolate,
609 Block* body() const { return body_; }
614 ModuleLiteral(Block* body, Interface* interface)
620 Block* body_;
1123 Block* try_block() const { return try_block_; }
1127 TryStatement(int index, Block* try_block)
1136 Block* try_block_
2706 Block* block = new(zone_) Block( local
    [all...]
  /external/chromium_org/v8/src/
ast.h 79 V(Block) \
451 class Block: public BreakableStatement {
453 DECLARE_NODE_TYPE(Block)
471 Block(Isolate* isolate,
621 Block* body() const { return body_; }
627 explicit Module(Interface* interface, Block* body = NULL)
633 Block* body_;
642 ModuleLiteral(Block* body, Interface* interface) : Module(interface, body) {}
701 Block* body() const { return body_; }
704 ModuleStatement(VariableProxy* proxy, Block* body
2925 Block* block = new(zone_) Block( local
    [all...]
  /prebuilts/tools/common/cglib/
cglib-2.2.3.jar 
cglib-nodep-2.2.3.jar 
  /prebuilts/devtools/tools/lib/
traceview.jar 
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/internal/cglib/cglib-nodep/2.2.2/
cglib-nodep-2.2.2.jar 
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 
  /external/robolectric/lib/test/
mockito-core-1.8.5.jar 
  /prebuilts/sdk/tools/lib/
lombok-ast-0.2.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.1.jar 
lombok-ast-0.2.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.1/
lombok-ast-0.2.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
org.apache.jasper_5.5.17.v201004212143.jar 
  /external/emma/lib/
emma.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 1564 milliseconds

1 2 34 5