HomeSort by: relevance | last modified time | path
    Searched refs:NotNull (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
StdLibraryFunctionsChecker.cpp 1184 auto NotNull = [&](ArgNo ArgN) {
1369 .ArgConstraint(NotNull(ArgNo(0)))
1370 .ArgConstraint(NotNull(ArgNo(3)))
1441 Summary(NoEvalCall).ArgConstraint(NotNull(ArgNo(0))));
1460 .ArgConstraint(NotNull(ArgNo(0))));
1469 .ArgConstraint(NotNull(ArgNo(1))));
1501 .ArgConstraint(NotNull(ArgNo(0)))
1502 .ArgConstraint(NotNull(ArgNo(1))));
1519 .ArgConstraint(NotNull(ArgNo(0))));
1527 .ArgConstraint(NotNull(ArgNo(0))
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
StackLifetime.h 145 std::function<bool(const IntrinsicInst *)> NotNull(
147 return make_filter_range(Instructions, NotNull);
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
gmock-matchers.h 539 // Implements the polymorphic NotNull() matcher, which matches any raw or smart
1313 // as matcher_ may be polymorphic (e.g. NotNull()) and we won't
3643 inline PolymorphicMatcher<internal::NotNullMatcher > NotNull() {

Completed in 46 milliseconds