Searched defs:static_var (Results 1 – 12 of 12) 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>
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>
14 static int static_var = 0; in func() local
83 static int static_var; variable
336 #define ANNOTATE_BENIGN_RACE_STATIC(static_var, description) \ argument350 #define 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
545 #define ANNOTATE_BENIGN_RACE_STATIC(static_var, description) \ argument560 #define ANNOTATE_BENIGN_RACE_STATIC(static_var, description) /* empty */ argument
551 #define ANNOTATE_BENIGN_RACE_STATIC(static_var, description) \ argument
153 static const int static_var = 3; // expected-warning {{redeclaring non-static 'static_var' as stati… variable