Home
last modified time | relevance | path

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

/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify_static.cpp65 #define ITT_ATTRIBUTE_FALLTHROUGH [[fallthrough]] macro
67 #define ITT_ATTRIBUTE_FALLTHROUGH [[gnu::fallthrough]] macro
69 #define ITT_ATTRIBUTE_FALLTHROUGH [[clang::fallthrough]] macro
71 #define ITT_ATTRIBUTE_FALLTHROUGH __attribute__((fallthrough)) macro
73 #define ITT_ATTRIBUTE_FALLTHROUGH macro