Home
last modified time | relevance | path

Searched defs:p24 (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dconst-return-type-macros.cpp18 CONST int p24() {} in p24() function
H A Dconst-return-type.cpp234 int const p24() { return 3; } in p24() function
/llvm-project/clang/test/AST/
H A Dsourceranges.cpp23 P<foo::B> p24 = new foo::B; in main() local