Searched refs:NotNull (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp920 auto NotNull = [&](ArgNo ArgN) { local
954 .ArgConstraint(NotNull(ArgNo(0)));
963 .ArgConstraint(NotNull(ArgNo(0)));
1145 .ArgConstraint(NotNull(ArgNo(0))));
1156 .ArgConstraint(NotNull(ArgNo(0))));
1162 .ArgConstraint(NotNull(ArgNo(1))));
1188 .ArgConstraint(NotNull(ArgNo(0)))
1189 .ArgConstraint(NotNull(ArgNo(1))));
1204 .ArgConstraint(NotNull(ArgNo(0))));
1210 .ArgConstraint(NotNull(ArgN
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DStackLifetime.h142 std::function<bool(const IntrinsicInst *)> NotNull(
144 return make_filter_range(Instructions, NotNull);
/freebsd-13-stable/contrib/googletest/googlemock/test/
H A Dgmock_link_test.h70 // NotNull
164 using testing::NotNull;
510 // Tests the linkage of the NotNull matcher.
514 ON_CALL(mock, VoidFromString(NotNull())).WillByDefault(Return());
H A Dgmock-matchers_test.cc117 using testing::NotNull;
1217 // Tests that NotNull() matches any non-NULL pointer of any type.
1219 Matcher<int*> m1 = NotNull();
1225 Matcher<const char*> m2 = NotNull();
1232 const Matcher<linked_ptr<int> > m = NotNull();
1241 const Matcher<const linked_ptr<double>&> m = NotNull();
1251 const Matcher<std::function<void()>> m = NotNull();
1258 // Tests that NotNull() describes itself properly.
1260 Matcher<int*> m = NotNull();
/freebsd-13-stable/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h556 // than one type, e.g. Eq(n) and NotNull()).
565 // See the definition of NotNull() for a complete example.
1170 // Implements the polymorphic NotNull() matcher, which matches any raw or smart
2047 // as matcher_ may be polymorphic (e.g. NotNull()) and we won't
4385 inline PolymorphicMatcher<internal::NotNullMatcher > NotNull() { function in namespace:testing

Completed in 321 milliseconds