Searched defs:to_bool (Results 1 – 5 of 5) sorted by relevance
80 def to_bool(v): function
305 static bool to_bool(zval* from, bool* to) { in to_bool() function
165 pub fn to_bool(&self) -> Option<bool> { in to_bool() method
357 auto to_bool = dyn_cast_or_null<ToBoolOp>(cond.getDefiningOp()); in ConvertIfOp() local