Home
last modified time | relevance | path

Searched defs:PInt (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dsizeof-expression-any-pointer.cpp125 int *PInt, **PPInt; in Test5() local
H A Dsizeof-expression.cpp209 int *PInt, **PPInt; in Test5() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Dmake-shared.cpp156 int *PInt = new int; in basic() local
H A Dmake-unique.cpp201 int *PInt = new int; in basic() local
H A Duse-using.cpp81 typedef int* PInt; typedef