HomeSort by relevance Sort by last modified time
    Searched defs:getBlockID (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 178 unsigned getBlockID() const {
179 return NB.getContext().getBlock()->getBlockID();
  /external/clang/include/clang/Analysis/
CFG.h 638 unsigned getBlockID() const { return BlockID; }
649 OS << "BB#" << getBlockID();
    [all...]

Completed in 57 milliseconds