Home
last modified time | relevance | path

Searched refs:nestedBad (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dnullability.cpp129 …auto nestedBad = [](int [2][_Nonnull 2]) {}; // expected-error {{nullability specifier '_Nonnull' … in arraysInLambdas() local
/llvm-project-15.0.7/clang/test/Sema/
H A Dnullability.c243 …void (^nestedBad)(int x[2][_Nonnull 2]) = // expected-error {{nullability specifier '_Nonnull' can… in arraysInBlocks()
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dnullability.m277 - (void)nestedBad:(int [2][_Nonnull 2])x; // expected-error {{nullability specifier '_Nonnull' cann…