Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/SemaCXX/
Dnullability.cpp133 …auto withTypedefBad = [](INTS _Nonnull[2]) {}; // expected-error {{nullability specifier '_Nonnull… in arraysInLambdas() local
/external/llvm-project/clang/test/Sema/
Dnullability.c247 …void (^withTypedefBad)(INTS _Nonnull [2]) = // expected-error {{nullability specifier '_Nonnull' c… in arraysInBlocks()
/external/llvm-project/clang/test/SemaObjC/
Dnullability.m280 - (void)withTypedefBad:(INTS _Nonnull[2])x; // expected-error{{nullability specifier '_Nonnull' can…