Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dbugprone-macro-repeated-side-effects.c97 #define macrobad(x) (builtingood1(x) + (x) + (x)) macro
107 ret += macrobad(a++); in builtins()