Searched defs:ToBool (Results 1 - 4 of 4) sorted by relevance

/external/clang/test/SemaCXX/
H A Dconditional-expr.cpp7 struct ToBool { explicit operator bool(); }; struct
75 int i1 = ToBool() ? 0 : 1;
/external/pdfium/fpdfsdk/src/javascript/
H A DJS_Value.cpp104 bool CJS_Value::ToBool() const function in class:CJS_Value
349 bValue = CJS_Value::ToBool();
/external/tinyxml2/
H A Dtinyxml2.cpp415 bool XMLUtil::ToBool( const char* str, bool* value ) function in class:XMLUtil
1040 if ( XMLUtil::ToBool( Value(), value )) {
1197 if ( XMLUtil::ToBool( t, _value ) ) {
/external/clang/lib/Sema/
H A DSemaChecking.cpp6503 static bool IsImplicitBoolFloatConversion(Sema &S, Expr *Ex, bool ToBool) { argument
6515 dyn_cast<BuiltinType>(ToBool ? Source : Target);
6516 const Type *BoolCandidateType = ToBool ? Target : Source;

Completed in 228 milliseconds