Home
last modified time | relevance | path

Searched defs:PROBLEMATIC_FUNCTION (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/
H A Dmacro-usage-custom.cpp11 #define PROBLEMATIC_FUNCTION(x, y) ((a) > (b) ? (a) : (b)) macro
H A Dmacro-usage.cpp24 #define PROBLEMATIC_FUNCTION(x, y) ((a) > (b) ? (a) : (b)) macro