Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DSizeofExpressionCheck.cpp212 const auto ElemPtrType = pointerType(pointee(type().bind("elem-ptr-type"))); in registerMatchers() local
214 type(anyOf(ElemType, ElemPtrType, type())).bind("num-type"))); in registerMatchers()