Searched refs:NotNullConstraint (Results 1 – 1 of 1) sorted by relevance
251 class NotNullConstraint : public ValueConstraint { class in __anon2143b5530111::StdLibraryFunctionsChecker257 NotNullConstraint(ArgNo ArgN, bool CannotBeNull = true) in NotNullConstraint() function in __anon2143b5530111::StdLibraryFunctionsChecker::NotNullConstraint277 NotNullConstraint Tmp(*this); in negate()279 return std::make_shared<NotNullConstraint>(Tmp); in negate()783 std::string StdLibraryFunctionsChecker::NotNullConstraint::describe( in describe()1397 return std::make_shared<NotNullConstraint>(ArgN); in initFunctionSummaries()1400 return std::make_shared<NotNullConstraint>(ArgN, false); in initFunctionSummaries()