Searched refs:static_var (Results 1 – 10 of 10) sorted by relevance
555 #define ANNOTATE_BENIGN_RACE_STATIC(static_var, description) \ argument557 static class static_var##_annotator \560 static_var##_annotator() \562 ANNOTATE_BENIGN_RACE_SIZED(&static_var, sizeof(static_var), \563 #static_var ": " description); \565 } the_##static_var##_annotator; \
9 static T static_var; member23 T X0<T>::static_var = 1; // expected-error{{cannot initialize}} member in X0<T>32 extern template int X0<int>::static_var; // expected-error{{follows explicit instantiation definiti…
13 static T static_var; member27 T X0<T>::static_var = 0; member in X0<T>38 return X0<int*>::static_var; in test()
13 static T static_var; member27 T X0<T>::static_var = 1; member in X0<T>35 return X0<int*>::static_var; in test()
90 static int static_var; variable95 return &static_var; in get_address_of_static_var()
67 static int static_var; member74 template<> __module_private__ int public_class<int>::static_var = 17; // expected-error{{member spe… member in public_class<int>
13 static int static_var = 0; in func() local
153 extern const int static_var; // expected-note {{previous declaration is here}}154 static const int static_var = 3; // expected-warning {{redeclaring non-static 'static_var' as stati… variable
59 !3 = !{i32* @_ZZ4funcvE10static_var, !8, !"static_var", i1 false, i1 false}
276 goto static_var; in convert_variable_location()287 static_var: in convert_variable_location()