Home
last modified time | relevance | path

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

/external/llvm-project/openmp/tools/archer/
Dompt-tsan.cpp44 #define KMP_FALLTHROUGH() [[fallthrough]] macro
46 #define KMP_FALLTHROUGH() [[clang::fallthrough]] macro
48 #define KMP_FALLTHROUGH() __attribute__((__fallthrough__)) macro
50 #define KMP_FALLTHROUGH() ((void)0) macro