HomeSort by relevance Sort by last modified time
    Searched refs:LOCKABLE (Results 1 - 3 of 3) sorted by null

  /external/clang/test/SemaCXX/
warn-thread-safety-parsing.cpp 3 #define LOCKABLE __attribute__ ((lockable))
25 class LOCKABLE Mutex {
205 // Lockable Attribute (l)
210 #if !__has_attribute(lockable)
211 #error "Should support lockable attribute"
214 class LOCKABLE LTestClass {
217 class __attribute__((lockable (1))) LTestClass_args { // \
221 void l_test_function() LOCKABLE; // \
222 // expected-warning {{'lockable' attribute only applies to classes}
    [all...]
warn-thread-safety-analysis.cpp 6 #define LOCKABLE __attribute__ ((lockable))
28 class __attribute__((lockable)) Mutex {
    [all...]
  /external/clang/test/PCH/
thread-safety-attrs.cpp 11 #define LOCKABLE __attribute__ ((lockable))
33 class __attribute__((lockable)) Mutex {

Completed in 49 milliseconds