Searched defs:blockID (Results 1 - 7 of 7) sorted by relevance

/external/clang/lib/Analysis/
H A DReachableCode.cpp321 unsigned blockID = B->getBlockID(); local
322 if (!Reachable[blockID]) {
323 Reachable.set(blockID);
376 unsigned blockID = block->getBlockID(); local
377 if (Reachable[blockID] || Visited[blockID])
379 Visited[blockID] = true;
389 unsigned blockID = PredBlock->getBlockID(); local
390 if (Visited[blockID]) {
394 if (!Reachable[blockID]) {
[all...]
/external/emma/core/java12/com/vladium/emma/instr/
H A DInstrVisitor.java1965 public BlockSegment (final InstrVisitor visitor, final int localVarIndex, final int blockID) argument
1978 // push int value equal to 'blockID':
1979 CodeGen.push_int_value (buf, cls, blockID);
2157 private int [][][] m_classBlockMetadata; // methodID->(blockID->line) map [valid only if 'm_constructMetadata' is true; null if the method has not line number table]
/external/pdfium/xfa/src/fxbarcode/qrcode/
H A DBC_QRCoderEncoder.cpp921 int32_t blockID,
924 if (blockID >= numRSBlocks) {
935 if (blockID < numRsBlocksInGroup1) {
917 GetNumDataBytesAndNumECBytesForBlockID( int32_t numTotalBytes, int32_t numDataBytes, int32_t numRSBlocks, int32_t blockID, int32_t& numDataBytesInBlock, int32_t& numECBytesInBlock) argument
/external/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1558 int blockID() const { return BlockID; } function in class:clang::threadSafety::BasicBlock
1734 /// Block::blockID() will return a number less than numBlocks();
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ...

Completed in 357 milliseconds