/external/llvm-project/clang/test/SemaCXX/ |
D | warn-thread-safety-parsing.cpp | 5 #define LOCKABLE __attribute__ ((lockable)) macro 29 class LOCKABLE Mutex { 226 class LOCKABLE LTestClass { 233 void l_test_function() LOCKABLE; // \ 237 int x LOCKABLE = y; // \ in l_testfn() local 242 int l_test_var LOCKABLE; // \ variable 247 int test_field LOCKABLE; // \ member in LFoo 249 void test_method() LOCKABLE; // \ 254 void l_function_params(int lvar LOCKABLE); // \ 1339 class LOCKABLE EmptyArgListsTest { [all …]
|
D | thread-safety-annotations.h | 4 #define LOCKABLE __attribute__((capability("mutex"))) macro 15 #define LOCKABLE __attribute__((lockable)) macro
|
D | warn-thread-safety-verbose.cpp | 6 class LOCKABLE Mutex {
|
D | warn-thread-safety-negative.cpp | 9 class LOCKABLE Mutex {
|
D | warn-thread-safety-analysis.cpp | 11 class LOCKABLE Mutex { 2078 struct LOCKABLE mutex { 2221 class LOCKABLE MyLock { 2246 class LOCKABLE MyLock2 { 3256 class LOCKABLE Foo { 3997 class LOCKABLE SelfLock2 { 4358 class LOCKABLE MyLockable { 4926 class LOCKABLE BaseMutex { }; 5605 union LOCKABLE MutexUnion {
|
/external/clang/test/SemaCXX/ |
D | warn-thread-safety-parsing.cpp | 3 #define LOCKABLE __attribute__ ((lockable)) macro 27 class LOCKABLE Mutex { 224 class LOCKABLE LTestClass { 231 void l_test_function() LOCKABLE; // \ 235 int x LOCKABLE = y; // \ in l_testfn() local 240 int l_test_var LOCKABLE; // \ variable 245 int test_field LOCKABLE; // \ member in LFoo 247 void test_method() LOCKABLE; // \ 252 void l_function_params(int lvar LOCKABLE); // \ 1289 class LOCKABLE EmptyArgListsTest { [all …]
|
D | warn-thread-safety-verbose.cpp | 3 #define LOCKABLE __attribute__ ((lockable)) macro
|
D | warn-thread-safety-negative.cpp | 6 #define LOCKABLE __attribute__ ((lockable)) macro
|
D | warn-thread-safety-analysis.cpp | 6 #define LOCKABLE __attribute__((lockable)) macro 30 class LOCKABLE Mutex { 2158 class LOCKABLE MyLock { 2183 class LOCKABLE MyLock2 { 2887 class LOCKABLE Foo { 3628 class LOCKABLE SelfLock2 { 3968 class LOCKABLE MyLockable { 4528 class LOCKABLE BaseMutex { }; 5165 union LOCKABLE MutexUnion {
|
/external/clang/test/Sema/ |
D | warn-thread-safety-analysis.c | 3 #define LOCKABLE __attribute__ ((lockable)) macro 28 struct LOCKABLE Mutex {};
|
/external/llvm-project/clang/test/Sema/ |
D | warn-thread-safety-analysis.c | 3 #define LOCKABLE __attribute__ ((lockable)) macro 28 struct LOCKABLE Mutex {};
|
/external/libchrome/base/ |
D | thread_annotations_unittest.cc | 11 class LOCKABLE Lock {
|
D | thread_annotations.h | 127 #define LOCKABLE THREAD_ANNOTATION_ATTRIBUTE__(lockable) macro
|
D | thread_annotations_unittest.nc | 12 class LOCKABLE Lock {
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/base/internal/ |
D | thread_annotations.h | 157 #define LOCKABLE \ macro
|
/external/openscreen/third_party/abseil/src/absl/base/internal/ |
D | thread_annotations.h | 157 #define LOCKABLE \ macro
|
/external/libtextclassifier/abseil-cpp/absl/base/internal/ |
D | thread_annotations.h | 157 #define LOCKABLE \ macro
|
/external/webrtc/third_party/abseil-cpp/absl/base/internal/ |
D | thread_annotations.h | 157 #define LOCKABLE \ macro
|
/external/abseil-cpp/absl/base/internal/ |
D | thread_annotations.h | 157 #define LOCKABLE \ macro
|
/external/llvm-project/clang/test/PCH/ |
D | thread-safety-attrs.cpp | 11 #define LOCKABLE __attribute__ ((lockable)) macro
|
/external/clang/test/PCH/ |
D | thread-safety-attrs.cpp | 11 #define LOCKABLE __attribute__ ((lockable)) macro
|
/external/clang/docs/ |
D | ThreadSafetyAnalysis.rst | 386 *Previously*: ``LOCKABLE`` 904 #define LOCKABLE \
|
/external/llvm-project/clang/docs/ |
D | ThreadSafetyAnalysis.rst | 389 *Previously*: ``LOCKABLE`` 998 #define LOCKABLE \
|