Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dbugprone-branch-clone.cpp196 #define PASTE_CODE(x) x macro
199 PASTE_CODE( in test_macro1()
212 PASTE_CODE( in test_macro2()
226 PASTE_CODE( in test_macro3()
239 PASTE_CODE( in test_macro4()
245 PASTE_CODE(if) (in > 77) in test_macro5()
248 PASTE_CODE(else) in test_macro5()
/external/llvm-project/clang/test/Analysis/
Dplist-macros-with-expansion.cpp240 #define PASTE_CODE(code) \ macro
244 PASTE_CODE({ // expected-warning{{Dereference of null pointer}} in commaInBracesTest()