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

  /external/llvm/include/llvm/Analysis/
LazyValueInfo.h 41 /// Tristate - This is used to return true/false/dunno results.
42 enum Tristate {
52 Tristate getPredicateOnEdge(unsigned Pred, Value *V, Constant *C,
  /external/chromium_org/mojo/system/
channel_unittest.cc 25 enum Tristate { TRISTATE_UNKNOWN = -1, TRISTATE_FALSE = 0, TRISTATE_TRUE = 1 };
27 Tristate BoolToTristate(bool b) {
71 Tristate init_result() const { return init_result_; }
88 Tristate init_result_;

Completed in 174 milliseconds