Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dbugprone-macro-repeated-side-effects.c94 #define builtinbad(x) (__builtin_constant_p(x) + (x) + (x)) macro
100 ret += builtinbad(a++); in builtins()