Home
last modified time | relevance | path

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

/external/clang/test/Analysis/
Dinline.cpp187 void touch2(int &x) const;
200 touch2(b); in test()
/external/llvm-project/clang/test/Analysis/
Dinline.cpp187 void touch2(int &x) const;
200 touch2(b); in test()
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dreadability-isolate-declaration-cxx17.cpp60 int touch1, touch2; variable