Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dsizeof-expression-warn-on-sizeof-pointer-to-aggregate.cpp13 typedef C ArrayC[10]; in Test5() typedef
72 sum += sizeof(ArrayC) / sizeof(PtrArray[0]); in Test5()
H A Dsizeof-expression-any-pointer.cpp104 typedef C ArrayC[10]; in Test5() typedef
167 sum += sizeof(ArrayC) / sizeof(PtrArray[0]); in Test5()
H A Dsizeof-expression.cpp188 typedef C ArrayC[10]; in Test5() typedef
251 sum += sizeof(ArrayC) / sizeof(PtrArray[0]); in Test5()