Searched defs:Block (Results 26 - 50 of 136) sorted by relevance

123456

/external/skia/src/core/
H A DSkTLList.h32 struct Block;
36 Block* fBlock; // owning block.
54 Block* block = node->fBlock;
220 struct Block { struct in class:SkTLList
248 Block* block = reinterpret_cast<Block*>(sk_malloc_throw(sizeof(Block)));
267 Block* block = node->fBlock;
303 Block* block = freeNode->fBlock;
325 Block* bloc
[all...]
/external/skia/src/gpu/vk/
H A DGrVkMemory.h53 Block* block = fFreeList.addToTail();
80 struct Block { struct in class:GrVkFreeListAlloc
84 typedef SkTLList<Block, 16> FreeList;
/external/valgrind/memcheck/tests/
H A Dunit_oset.c437 Block; typedef in typeref:struct:__anon23614
443 Block* b = (Block*)p;
451 const Block* elem = (const Block*)velem;
463 Block* vs[NN];
464 Block v, prev;
465 Block *pv;
469 OSet* oset = VG_(OSetGen_Create)(offsetof(Block, first),
483 vs[i] = VG_(OSetGen_AllocNode)(oset, sizeof(Block));
[all...]
/external/zlib/src/contrib/dotzlib/DotZLib/
H A DDotZLib.cs24 None, Partial, Sync, Full, Finish, Block enumerator in enum:DotZLib.FlushTypes
/external/clang/lib/Analysis/
H A DBodyFarm.cpp187 const ParmVarDecl *Block = D->getParamDecl(1); local
188 QualType Ty = Block->getType();
205 DeclRefExpr *DR = M.makeDeclRefExpr(Block);
H A DReachableCode.cpp365 bool isDeadCodeRoot(const CFGBlock *Block);
367 const Stmt *findDeadCode(const CFGBlock *Block);
383 bool DeadCodeScan::isDeadCodeRoot(const clang::CFGBlock *Block) { argument
386 for (CFGBlock::const_pred_iterator I = Block->pred_begin(),
387 E = Block->pred_end(); I != E; ++I) {
414 const Stmt *DeadCodeScan::findDeadCode(const clang::CFGBlock *Block) { argument
415 for (CFGBlock::const_iterator I = Block->begin(), E = Block->end(); I!=E; ++I)
422 if (CFGTerminator T = Block->getTerminator()) {
449 const CFGBlock *Block local
493 const CFGBlock *Block = I->first; local
[all...]
/external/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp151 llvm::BasicBlock *Block; member in struct:__anon1235::CatchHandler
200 Handler.Block = CGF.createBasicBlock("catch");
214 Catch->setHandler(I, Handlers[I].TypeInfo, Handlers[I].Block);
231 CGF.EmitBlock(Handler.Block);
H A DCGBlocks.h230 const BlockDecl *Block; member in class:clang::CodeGen::CGBlockInfo
264 const BlockDecl *getBlockDecl() const { return Block; }
267 assert(BlockExpression->getBlockDecl() == Block);
/external/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp545 const CFGBlock *Block, unsigned Idx) {
546 assert(Block);
553 WList->enqueue(N, Block, Idx);
560 WList->enqueue(N, Block, Idx+1);
565 WList->enqueue(N, Block, Idx);
569 if ((*Block)[Idx].getKind() == CFGElement::NewAllocator) {
570 WList->enqueue(N, Block, Idx+1);
575 CFGStmt CS = (*Block)[Idx].castAs<CFGStmt>();
581 WList->enqueue(N, Block, Idx+1);
590 WList->enqueue(Succ, Block, Id
544 enqueueStmtNode(ExplodedNode *N, const CFGBlock *Block, unsigned Idx) argument
615 enqueue(ExplodedNodeSet &Set, const CFGBlock *Block, unsigned Idx) argument
[all...]
/external/llvm/bindings/go/llvm/
H A DDIBuilderBindings.cpp227 LLVMBasicBlockRef Block) {
235 unwrap<DIExpression>(Expr), /* DebugLoc */ nullptr, unwrap(Block));
243 LLVMBasicBlockRef Block) {
251 unwrap<DIExpression>(Expr), /* DebugLoc */ nullptr, unwrap(Block));
223 LLVMDIBuilderInsertDeclareAtEnd(LLVMDIBuilderRef Dref, LLVMValueRef Storage, LLVMMetadataRef VarInfo, LLVMMetadataRef Expr, LLVMBasicBlockRef Block) argument
239 LLVMDIBuilderInsertValueAtEnd(LLVMDIBuilderRef Dref, LLVMValueRef Val, uint64_t Offset, LLVMMetadataRef VarInfo, LLVMMetadataRef Expr, LLVMBasicBlockRef Block) argument
/external/llvm/include/llvm/Bitcode/
H A DBitstreamWriter.h48 struct Block { struct in class:llvm::BitstreamWriter
52 Block(unsigned PCS, size_t SSW) : PrevCodeSize(PCS), StartSizeWord(SSW) {} function in struct:llvm::BitstreamWriter::Block
56 std::vector<Block> BlockScope;
90 assert(BlockScope.empty() && CurAbbrevs.empty() && "Block imbalance");
187 // Block Manipulation
205 // Block header:
234 assert(!BlockScope.empty() && "Block scope imbalance!");
235 const Block &B = BlockScope.back();
237 // Block tail:
505 // BlockInfo Block Emissio
[all...]
H A DBitstreamReader.h90 // Block Manipulation
421 struct Block { struct in class:llvm::BitstreamCursor
424 explicit Block(unsigned PCS) : PrevCodeSize(PCS) {} function in struct:llvm::BitstreamCursor::Block
428 SmallVector<Block, 8> BlockScope;
518 // Block header:
552 // Block tail:
/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
H A DBitstreamWriter.h44 struct Block { struct in class:llvm::BitstreamWriter
48 Block(unsigned PCS, unsigned SSW) : PrevCodeSize(PCS), StartSizeWord(SSW) {} function in struct:llvm::BitstreamWriter::Block
52 std::vector<Block> BlockScope;
68 assert(BlockScope.empty() && CurAbbrevs.empty() && "Block imbalance");
177 // Block Manipulation
195 // Block header:
212 BlockScope.push_back(Block(OldCodeSize, BlockSizeWordLoc/4));
227 assert(!BlockScope.empty() && "Block scope imbalance!");
234 const Block &B = BlockScope.back();
236 // Block tai
[all...]
H A DBitstreamReader.h88 // Block Manipulation
142 struct Block { struct in class:llvm::BitstreamCursor
145 explicit Block(unsigned PCS) : PrevCodeSize(PCS) {} function in struct:llvm::BitstreamCursor::Block
149 SmallVector<Block, 8> BlockScope;
358 // Block header:
392 BlockScope.push_back(Block(CurCodeSize));
422 // Block tail:
/external/valgrind/include/
H A Dpub_tool_addrinfo.h157 } Block; member in union:_AddrInfo::__anon23368
/external/clang/include/clang/Analysis/
H A DAnalysisContext.h216 enum ContextKind { StackFrame, Scope, Block }; enumerator in enum:clang::LocationContext::ContextKind
283 const CFGBlock *Block; member in class:clang::StackFrameContext
293 Block(blk), Index(idx) {}
300 const CFGBlock *getCallSiteBlock() const { return Block; }
356 : LocationContext(Block, ctx, parent), BD(bd), ContextData(contextData) {}
370 ProfileCommon(ID, Block, ctx, parent, bd);
375 return Ctx->getKind() == Block;
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCoreEngine.h171 void enqueue(ExplodedNodeSet &Set, const CFGBlock *Block, unsigned Idx);
178 void enqueueStmtNode(ExplodedNode *N, const CFGBlock *Block, unsigned Idx);
184 const CFGBlock *Block; member in struct:clang::ento::NodeBuilderContext
187 : Eng(E), Block(B), LC(N->getLocationContext()) { assert(B); }
190 const CFGBlock *getBlock() const { return Block; }
197 Block->getBlockID());
/external/clang/lib/AST/
H A DCommentParser.cpp339 // Block command ahead. We can't nest block commands, so pretend that this
385 BlockContentComment *Block = parseParagraphOrBlockCommand(); local
388 Paragraph = cast<ParagraphComment>(Block);
562 break; // Block content or EOF ahead, finish this parapgaph.
577 break; // Block command ahead, finish this parapgaph.
/external/libmojo/third_party/jinja2/
H A Dnodes.py311 class Block(Stmt): class in inherits:Stmt
/external/llvm/lib/DebugInfo/CodeView/
H A DSymbolDumper.cpp88 void CVSymbolDumperImpl::visitBlockSym(SymbolKind Kind, BlockSym &Block) { argument
92 W.printHex("PtrParent", Block.Header.PtrParent);
93 W.printHex("PtrEnd", Block.Header.PtrEnd);
94 W.printHex("CodeSize", Block.Header.CodeSize);
96 ObjDelegate->printRelocatedField("CodeOffset", Block.getRelocationOffset(),
97 Block.Header.CodeOffset, &LinkageName);
99 W.printHex("Segment", Block.Header.Segment);
100 W.printString("BlockName", Block.Name);
/external/llvm/lib/Target/Hexagon/
H A DRDFLiveness.cpp137 auto Block = [this] (NodeAddr<InstrNode*> IA) -> MachineBasicBlock* { local
146 auto Less = [&Block,this] (NodeId A, NodeId B) -> bool {
150 MachineBasicBlock *BA = Block(OA), *BB = Block(OB);
/external/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp149 Modifier(BasicBlock *Block, PieceTable *PT, Random *R): argument
150 BB(Block),PT(PT),Ran(R),Context(BB->getContext()) {}
/external/pdfium/third_party/lcms2-2.6/src/
H A Dcmsnamed.c140 cmsBool AddMLUBlock(cmsMLU* mlu, cmsUInt32Number size, const wchar_t *Block, argument
169 memmove(Ptr + Offset, Block, size);
/external/protobuf/src/google/protobuf/
H A Darena.h530 struct Block { struct in class:google::protobuf::final
533 Block* next; // Next block in arena (may have different owner)
551 Block* last_block_used_;
554 static const size_t kHeaderSize = sizeof(Block);
874 inline void SetThreadCacheBlock(Block* block) {
898 void AddBlock(Block* b);
901 void AddBlockInternal(Block* b);
903 Block* FindBlock(void* me);
904 Block* NewBlock(void* me, Block* my_last_bloc
[all...]
/external/vixl/src/aarch32/
H A Dlabel-aarch32.h339 void Block() { monitor_++; } function in class:vixl::aarch32::VeneerPoolManager

Completed in 787 milliseconds

123456