Home
last modified time | relevance | path

Searched refs:LOCKABLE (Results 1 – 23 of 23) sorted by relevance

/external/clang/test/SemaCXX/
Dwarn-thread-safety-parsing.cpp3 #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 …]
Dwarn-thread-safety-verbose.cpp3 #define LOCKABLE __attribute__ ((lockable)) macro
Dwarn-thread-safety-negative.cpp6 #define LOCKABLE __attribute__ ((lockable)) macro
Dwarn-thread-safety-analysis.cpp6 #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/llvm-project/clang/test/SemaCXX/
Dwarn-thread-safety-parsing.cpp5 #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 …]
Dthread-safety-annotations.h4 #define LOCKABLE __attribute__((capability("mutex"))) macro
15 #define LOCKABLE __attribute__((lockable)) macro
Dwarn-thread-safety-verbose.cpp6 class LOCKABLE Mutex {
Dwarn-thread-safety-negative.cpp9 class LOCKABLE Mutex {
Dwarn-thread-safety-analysis.cpp11 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/Sema/
Dwarn-thread-safety-analysis.c3 #define LOCKABLE __attribute__ ((lockable)) macro
28 struct LOCKABLE Mutex {};
/external/llvm-project/clang/test/Sema/
Dwarn-thread-safety-analysis.c3 #define LOCKABLE __attribute__ ((lockable)) macro
28 struct LOCKABLE Mutex {};
/external/libchrome/base/
Dthread_annotations_unittest.cc11 class LOCKABLE Lock {
Dthread_annotations.h127 #define LOCKABLE THREAD_ANNOTATION_ATTRIBUTE__(lockable) macro
Dthread_annotations_unittest.nc12 class LOCKABLE Lock {
/external/abseil-cpp/absl/base/internal/
Dthread_annotations.h157 #define LOCKABLE \ macro
/external/webrtc/third_party/abseil-cpp/absl/base/internal/
Dthread_annotations.h157 #define LOCKABLE \ macro
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/base/internal/
Dthread_annotations.h157 #define LOCKABLE \ macro
/external/openscreen/third_party/abseil/src/absl/base/internal/
Dthread_annotations.h157 #define LOCKABLE \ macro
/external/libtextclassifier/abseil-cpp/absl/base/internal/
Dthread_annotations.h157 #define LOCKABLE \ macro
/external/clang/test/PCH/
Dthread-safety-attrs.cpp11 #define LOCKABLE __attribute__ ((lockable)) macro
/external/llvm-project/clang/test/PCH/
Dthread-safety-attrs.cpp11 #define LOCKABLE __attribute__ ((lockable)) macro
/external/clang/docs/
DThreadSafetyAnalysis.rst386 *Previously*: ``LOCKABLE``
904 #define LOCKABLE \
/external/llvm-project/clang/docs/
DThreadSafetyAnalysis.rst389 *Previously*: ``LOCKABLE``
998 #define LOCKABLE \