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

  /external/llvm/lib/Analysis/
CFLSteensAliasAnalysis.cpp 86 const StratifiedIndex StratifiedLink::SetSentinel =
StratifiedSets.h 46 static const StratifiedIndex SetSentinel;
57 StratifiedLink() : Above(SetSentinel), Below(SetSentinel) {}
59 bool hasBelow() const { return Below != SetSentinel; }
60 bool hasAbove() const { return Above != SetSentinel; }
62 void clearBelow() { Below = SetSentinel; }
63 void clearAbove() { Above = SetSentinel; }
191 Remap = StratifiedLink::SetSentinel;
246 bool isRemapped() const { return Remap != StratifiedLink::SetSentinel; }
  /art/runtime/
runtime.cc     [all...]

Completed in 183 milliseconds