/external/llvm/lib/CodeGen/ |
D | BranchFolding.h | 46 MachineBasicBlock *getBlock() const { return Block; } in getBlock() function 78 MachineBasicBlock *getBlock() const { in getBlock() function
|
/external/clang/include/clang/Analysis/ |
D | CFGStmtMap.h | 46 const CFGBlock *getBlock(const Stmt * S) const { in getBlock() function
|
D | ProgramPoint.h | 201 const CFGBlock *getBlock() const { in getBlock() function 223 const CFGBlock *getBlock() const { in getBlock() function
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | InstrEmitter.h | 127 MachineBasicBlock *getBlock() { return MBB; } in getBlock() function
|
/external/clang/lib/Analysis/ |
D | CFGStmtMap.cpp | 27 CFGBlock *CFGStmtMap::getBlock(Stmt *S) { in getBlock() function in CFGStmtMap
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | WorkList.h | 55 const CFGBlock *getBlock() const { return block; } in getBlock() function
|
D | CoreEngine.h | 187 const CFGBlock *getBlock() const { return Block; } in getBlock() function 470 const CFGBlock *getBlock() const { in getBlock() function 517 const CFGBlock *getBlock() const { in getBlock() function
|
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/ |
D | AIfCommand.java | 102 public PCommand getBlock() in getBlock() method in AIfCommand
|
/external/pdfium/third_party/bigint/ |
D | NumberlikeArray.hh | 81 Blk getBlock(Index i) const { return blk[i]; } in getBlock() function in NumberlikeArray
|
D | BigInteger.hh | 94 Blk getBlock(Index i) const { return mag.getBlock(i); } in getBlock() function in BigInteger
|
D | BigUnsigned.hh | 98 Blk getBlock(Index i) const { return i >= len ? 0 : blk[i]; } in getBlock() function in BigUnsigned
|
/external/llvm/include/llvm/Analysis/ |
D | Trace.h | 49 BasicBlock *getBlock(unsigned i) const { return BasicBlocks[i]; } in getBlock() function
|
/external/dexmaker/src/dx/java/com/android/dx/ssa/ |
D | SsaInsn.java | 103 public SsaBasicBlock getBlock() { in getBlock() method in SsaInsn
|
/external/deqp/modules/gles31/functional/ |
D | es31fSSBOLayoutCase.hpp | 130 const BufferBlock& getBlock (int ndx) const { return *m_bufferBlocks[ndx]; } in getBlock() function in deqp::gles31::bb::ShaderInterface
|
/external/deqp/external/vulkancts/modules/vulkan/ssbo/ |
D | vktSSBOLayoutCase.hpp | 120 const BufferBlock& getBlock (int ndx) const { return *m_bufferBlocks[ndx]; } in getBlock() function in vkt::ssbo::ShaderInterface
|
/external/skia/src/utils/ |
D | SkTextureCompressor_Blitter.h | 432 uint8_t *getBlock(int x, int y) const { in getBlock() function
|
/external/llvm/include/llvm/Support/ |
D | GenericDomTree.h | 88 NodeT *getBlock() const { return TheBB; } in getBlock() function
|
/external/llvm/include/llvm/IR/ |
D | IRBuilder.h | 143 llvm::BasicBlock *getBlock() const { return Block; } in getBlock() function
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | GCOVProfiling.cpp | 338 GCOVBlock &getBlock(BasicBlock *BB) { in getBlock() function in __anon13ae22110211::GCOVFunction
|
/external/clang/include/clang/AST/ |
D | Stmt.h | 1852 CompoundStmt *getBlock() const { in getBlock() function 1888 CompoundStmt *getBlock() const { return cast<CompoundStmt>(Block); } in getBlock() function
|
/external/clang/lib/CodeGen/ |
D | CodeGenFunction.h | 118 llvm::BasicBlock *getBlock() const { return Block; } in getBlock() function
|
/external/opencv3/modules/objdetect/test/ |
D | test_cascadeandhog.cpp | 823 const float* HOGCacheTester::getBlock(Point pt, float* buf) in getBlock() function in HOGCacheTester
|
/external/opencv3/modules/objdetect/src/ |
D | hog.cpp | 762 const float* HOGCache::getBlock(Point pt, float* buf) in getBlock() function in cv::HOGCache
|