Home
last modified time | relevance | path

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

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