Searched refs:AllowIntegerConditions (Results 1 – 3 of 3) sorted by relevance
39 const bool AllowIntegerConditions; variable
253 AllowIntegerConditions(Options.get("AllowIntegerConditions", false)), in ImplicitBoolConversionCheck()258 Options.store(Opts, "AllowIntegerConditions", AllowIntegerConditions); in storeOptions()360 if (AllowIntegerConditions && Cast->getCastKind() == CK_IntegralToBoolean && in handleCastToBool()
127 .. option:: AllowIntegerConditions