Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/
H A Dpro-bounds-pointer-arithmetic-pr36489.cpp7 decltype(auto) getPtrDeclTypeAuto() { return getPtr(); } in getPtrDeclTypeAuto() function
25 auto p7 = getPtrDeclTypeAuto() + 1; in auto_deduction_binary()
29 auto *p9 = getPtrDeclTypeAuto() + 1; in auto_deduction_binary()
51 auto p8 = getPtrDeclTypeAuto()[9]; in auto_deduction_subscript()