Home
last modified time | relevance | path

Searched defs:getBlock (Results 1 – 23 of 23) sorted by relevance

/external/llvm/lib/CodeGen/
DBranchFolding.h46 MachineBasicBlock *getBlock() const { return Block; } in getBlock() function
78 MachineBasicBlock *getBlock() const { in getBlock() function
/external/clang/include/clang/Analysis/
DCFGStmtMap.h46 const CFGBlock *getBlock(const Stmt * S) const { in getBlock() function
DProgramPoint.h201 const CFGBlock *getBlock() const { in getBlock() function
223 const CFGBlock *getBlock() const { in getBlock() function
/external/llvm/lib/CodeGen/SelectionDAG/
DInstrEmitter.h127 MachineBasicBlock *getBlock() { return MBB; } in getBlock() function
/external/clang/lib/Analysis/
DCFGStmtMap.cpp27 CFGBlock *CFGStmtMap::getBlock(Stmt *S) { in getBlock() function in CFGStmtMap
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DWorkList.h55 const CFGBlock *getBlock() const { return block; } in getBlock() function
DCoreEngine.h187 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/
DAIfCommand.java102 public PCommand getBlock() in getBlock() method in AIfCommand
/external/pdfium/third_party/bigint/
DNumberlikeArray.hh81 Blk getBlock(Index i) const { return blk[i]; } in getBlock() function in NumberlikeArray
DBigInteger.hh94 Blk getBlock(Index i) const { return mag.getBlock(i); } in getBlock() function in BigInteger
DBigUnsigned.hh98 Blk getBlock(Index i) const { return i >= len ? 0 : blk[i]; } in getBlock() function in BigUnsigned
/external/llvm/include/llvm/Analysis/
DTrace.h49 BasicBlock *getBlock(unsigned i) const { return BasicBlocks[i]; } in getBlock() function
/external/dexmaker/src/dx/java/com/android/dx/ssa/
DSsaInsn.java103 public SsaBasicBlock getBlock() { in getBlock() method in SsaInsn
/external/deqp/modules/gles31/functional/
Des31fSSBOLayoutCase.hpp130 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/
DvktSSBOLayoutCase.hpp120 const BufferBlock& getBlock (int ndx) const { return *m_bufferBlocks[ndx]; } in getBlock() function in vkt::ssbo::ShaderInterface
/external/skia/src/utils/
DSkTextureCompressor_Blitter.h432 uint8_t *getBlock(int x, int y) const { in getBlock() function
/external/llvm/include/llvm/Support/
DGenericDomTree.h88 NodeT *getBlock() const { return TheBB; } in getBlock() function
/external/llvm/include/llvm/IR/
DIRBuilder.h143 llvm::BasicBlock *getBlock() const { return Block; } in getBlock() function
/external/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp338 GCOVBlock &getBlock(BasicBlock *BB) { in getBlock() function in __anon13ae22110211::GCOVFunction
/external/clang/include/clang/AST/
DStmt.h1852 CompoundStmt *getBlock() const { in getBlock() function
1888 CompoundStmt *getBlock() const { return cast<CompoundStmt>(Block); } in getBlock() function
/external/clang/lib/CodeGen/
DCodeGenFunction.h118 llvm::BasicBlock *getBlock() const { return Block; } in getBlock() function
/external/opencv3/modules/objdetect/test/
Dtest_cascadeandhog.cpp823 const float* HOGCacheTester::getBlock(Point pt, float* buf) in getBlock() function in HOGCacheTester
/external/opencv3/modules/objdetect/src/
Dhog.cpp762 const float* HOGCache::getBlock(Point pt, float* buf) in getBlock() function in cv::HOGCache