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

  /external/clang/test/SemaCXX/
warn-thread-safety-parsing.cpp 5 #define GUARDED_BY(x) __attribute__ ((guarded_by(x)))
292 #if !__has_attribute(guarded_by)
293 #error "Should support guarded_by attribute"
298 int gb_var_arg GUARDED_BY(mu1);
300 int gb_var_args __attribute__((guarded_by(mu1, mu2))); // \
303 int gb_var_noargs __attribute__((guarded_by)); // \
308 int gb_field_noargs __attribute__((guarded_by)); // \
310 int gb_field_args GUARDED_BY(mu1);
313 class GUARDED_BY(mu1) GB { //
    [all...]
warn-thread-safety-analysis.cpp 8 #define GUARDED_BY(x) __attribute__ ((guarded_by(x)))
97 int sls_guardby_var __attribute__((guarded_by(sls_mu))) = 0;
104 int x __attribute__((guarded_by(mu)));
379 int *pgb_field __attribute__((guarded_by(sls_mu2)))
395 int gb_field __attribute__((guarded_by(sls_mu)));
407 GBFoo GlobalGBFoo __attribute__((guarded_by(sls_mu)));
493 int a __attribute__((guarded_by(mu)));
507 int c __attribute__((guarded_by(mu)));
514 int a_ __attribute__((guarded_by(mu1_)))
    [all...]
  /external/clang/test/PCH/
thread-safety-attrs.cpp 13 #define GUARDED_BY(x) __attribute__ ((guarded_by(x)))
102 int sls_guardby_var __attribute__((guarded_by(sls_mu))) = 0;
109 int x __attribute__((guarded_by(mu)));

Completed in 122 milliseconds