Home
last modified time | relevance | path

Searched defs:APPLY (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dswapped-arguments.cpp48 #define APPLY(f, x, y) f(x, y) in foo() macro
/llvm-project/clang/test/Misc/
H A Dreduced-diags-macros.cpp31 #define APPLY(f,x,y) x f y macro
H A Dcaret-diags-macros.c224 #define APPLY(macro, arg) macro arg macro