Home
last modified time | relevance | path

Searched defs:WRAP (Results 1 – 4 of 4) sorted by relevance

/llvm-project/compiler-rt/lib/interception/
H A Dinterception.h147 # define WRAP( global() macro
153 # define WRAP( global() macro
178 # define WRAP( global() macro
222 # define WRAP( global() macro
[all...]
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dbraces-around-statements.cpp379 #define WRAP(X) { X; } in test_macros() macro
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-trailing-return-type.cpp460 #define WRAP(x) x macro
H A Dredundant-void-arg.cpp462 #define WRAP(...) __VA_ARGS__ macro