Searched defs:ToBool (Results 1 – 4 of 4) sorted by relevance
7 struct ToBool { explicit operator bool(); }; struct
108 bool CJS_Value::ToBool() const { in ToBool() function in CJS_Value
415 bool XMLUtil::ToBool( const char* str, bool* value ) in ToBool() function in XMLUtil
6995 static bool IsImplicitBoolFloatConversion(Sema &S, Expr *Ex, bool ToBool) { in IsImplicitBoolFloatConversion()