Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dbugprone-macro-repeated-side-effects.c96 #define builtingood2(x) ((__builtin_constant_p(x) && (x)) || (x)) macro
105 ret += builtingood2(a++); in builtins()