Searched defs:LOCKS_EXCLUDED (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang/test/Sema/ | ||
H A D | warn-thread-safety-analysis.c | 19 #define LOCKS_EXCLUDED( global() macro |
/llvm-project/clang/test/SemaCXX/ | ||
H A D | thread-safety-annotations.h | 42 #define LOCKS_EXCLUDED(...) __attribute__((locks_excluded(__VA_ARGS__))) macro |
H A D | warn-thread-safety-parsing.cpp | 21 #define LOCKS_EXCLUDED(...) __attribute__ ((locks_excluded(__VA_ARGS__))) macro |
H A D | warn-thread-safety-analysis.cpp | 4043 Bar() LOCKS_EXCLUDED(mu_) { } LOCKS_EXCLUDED() function in ComplexNameTest::Bar |
/llvm-project/clang/test/PCH/ | ||
H A D | thread-safety-attrs.cpp | 25 #define LOCKS_EXCLUDED(...) __attribute__ ((locks_excluded(__VA_ARGS__))) macro |