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

  /external/clang/include/clang/Analysis/FlowSensitive/
DataflowValues.h 97 /// getBlockData - Retrieves the dataflow values associated with a
101 ValTy& getBlockData(const CFGBlock* B) {
107 const ValTy& getBlockData(const CFGBlock* B) const {
108 return const_cast<DataflowValues*>(this)->getBlockData(B);
  /external/clang/lib/Analysis/
LiveVariables.cpp 351 return i.isValid() ? getBlockData(B).getBit(i) : false;

Completed in 34 milliseconds