Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dbugprone-macro-repeated-side-effects.c95 #define builtingood1(x) (__builtin_constant_p(x) + (x)) macro
97 #define macrobad(x) (builtingood1(x) + (x) + (x))
98 #define macrogood(x) (builtingood1(x) + (x))
104 ret += builtingood1(a++); in builtins()