Searched defs:static_var (Results 1 – 9 of 9) sorted by relevance
9 static T static_var; member23 T X0<T>::static_var = 1; // expected-error{{cannot initialize}} member in X0<T>
13 static T static_var; member27 T X0<T>::static_var = 1; member in X0<T>
13 static T static_var; member27 T X0<T>::static_var = 0; member in X0<T>
63 static int static_var; member70 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
90 static int static_var; variable
480 #define _Py_ANNOTATE_BENIGN_RACE_STATIC(static_var, description) \ argument495 #define _Py_ANNOTATE_BENIGN_RACE_STATIC(static_var, description) /* empty */ argument
576 #define ANNOTATE_BENIGN_RACE_STATIC(static_var, description) \ argument591 #define ANNOTATE_BENIGN_RACE_STATIC(static_var, description) /* empty */ argument
222 static const int static_var = 3; // expected-warning {{redeclaring non-static 'static_var' as stati… variable