HomeSort by relevance Sort by last modified time
    Searched refs:blockID (Results 1 - 8 of 8) sorted by null

  /external/clang/lib/Analysis/
ReachableCode.cpp 321 unsigned blockID = B->getBlockID();
322 if (!Reachable[blockID]) {
323 Reachable.set(blockID);
376 unsigned blockID = block->getBlockID();
377 if (Reachable[blockID] || Visited[blockID])
379 Visited[blockID] = true;
389 unsigned blockID = PredBlock->getBlockID();
390 if (Visited[blockID]) {
394 if (!Reachable[blockID]) {
    [all...]
ThreadSafetyCommon.cpp 500 if (V && V->getBlockID() == CurrentBB->blockID()) {
628 // create map from clang blockID to til::BasicBlocks
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyTraverse.h 553 SS << BB->blockID();
848 SS << "BB_" << E->blockID() << ":";
850 SS << " BB_" << E->parent()->blockID();
ThreadSafetyTIL.h 391 unsigned getBlockID() const { return BlockID; }
395 BlockID = static_cast<unsigned short>(Bid);
422 unsigned short BlockID;
532 BlockID(0), Id(0), NumUses(0) {
538 Definition(D), Cvdecl(Cvd), BlockID(0), Id(0), NumUses(0) {
544 BlockID(0), Id(0), NumUses(0) {
    [all...]
  /external/emma/core/java12/com/vladium/emma/instr/
InstrVisitor.java     [all...]
  /external/emma/lib/
emma.jar 
  /external/owasp/sanitizer/tools/emma/lib/
emma.jar 
  /external/zxing/core/
core.jar 

Completed in 482 milliseconds