Home
last modified time | relevance | path

Searched defs:blockID (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/Analysis/
DReachableCode.cpp321 unsigned blockID = B->getBlockID(); in scanFromBlock() local
376 unsigned blockID = block->getBlockID(); in enqueue() local
389 unsigned blockID = PredBlock->getBlockID(); in isDeadCodeRoot() local
/external/pdfium/xfa/fxbarcode/qrcode/
DBC_QRCoderEncoder.cpp928 int32_t blockID, in GetNumDataBytesAndNumECBytesForBlockID()
/external/emma/core/java12/com/vladium/emma/instr/
DInstrVisitor.java1965 public BlockSegment (final InstrVisitor visitor, final int localVarIndex, final int blockID) in BlockSegment()
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyTIL.h1558 int blockID() const { return BlockID; } in blockID() function