Home
last modified time | relevance | path

Searched refs:pointerToArray (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-auto-for-pointer.cpp13 void pointerToArray() { in pointerToArray() function
/llvm-project/clang/test/FixIt/
H A Dnullability.mm71 extern int (*pointerToArray)[2]; // no-warning
72 int checkTypePTA = pointerToArray; // expected-error {{cannot initialize a variable of type 'int' w…