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

  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerHelpers.h 51 // that symbol. For this reason only nullable and contradicted nullability are
53 // casted back to nullable.
59 Nullable,
  /src/external/apache2/llvm/dist/clang/lib/APINotes/
APINotesTypes.cpp 51 OS << "Audited Nullability: " << Nullable << ' ';
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExprObjC.cpp 1569 nullability = NullabilityKind::Nullable;
1577 nullability = NullabilityKind::Nullable;
1585 static const uint8_t Nullable = 2;
1588 // None NonNull Nullable Unspecified
1589 /* None */ { None, None, Nullable, None },
1590 /* NonNull */ { None, NonNull, Nullable, Unspecified },
1591 /* Nullable */ { Nullable, Nullable, Nullable, Nullable }
    [all...]

Completed in 26 milliseconds