Home
last modified time | relevance | path

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

/external/clang/test/Index/
Dannotate-tokens-pp.c21 #define fun_with_macro_bodies(x, y) do { if (x) y } while (0) macro
25 fun_with_macro_bodies(x, { int z = x; ++z; }); in test()