Home | History | Annotate | Download | only in src

Lines Matching refs:Maybe

109 //   T1->Maybe(T2)  -- tests whether T1 and T2 overlap (i.e., T1 /\ T2 =/= 0)
113 // handling (e.g., via T->Maybe(Number())).
394 bool Maybe(TypeImpl* that);
396 bool Maybe(TypeHandle that) { return this->Maybe(*that); }