Searched defs:blockID (Results 1 - 6 of 6) 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/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1421 unsigned blockID() const { return BlockID; } function in class:clang::threadSafety::BasicBlock
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/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 ...

Completed in 5482 milliseconds