Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/
H A Dmacro-usage-custom.cpp24 #define TEST_FUNCTION(x, y) ((a) > (b) ? (a) : (b)) macro
/llvm-project/libc/fuzzing/__support/
H A Duint_fuzz.cpp33 #define TEST_FUNCTION(FUN) \ macro