Searched refs:static_var (Results 1 – 13 of 13) sorted by relevance
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 = 1; member in X0<T>35 return X0<int*>::static_var; in test()
13 static T static_var; member27 T X0<T>::static_var = 0; member in X0<T>38 return X0<int*>::static_var; in test()
10 ; CHECK-DAG: @static_var = {{.*}}addrspace(1) {{.*}} !dbg !{{[0-9]+}}11 @static_var = externally_initialized global i8 0, align 1, !dbg !424 ; CHECK-DAG: addrspacecast (i8 addrspace(1)* @static_var to i8*)25 %1 = load i8, i8* @static_var, align 146 !4 = !DIGlobalVariableExpression(var: !DIGlobalVariable(name: "static_var", scope: !0, file: !1, li…49 ; CHECK-DAG: [[GVVAR]] = !DIGlobalVariable(name: "static_var", scope: [[CUNODE]],{{.*}} type: [[TYP…
92 static int static_var; variable97 return &static_var; in get_address_of_static_var()
61 static int static_var; member68 template<> __module_private__ int public_class<int>::static_var = 17; // expected-error{{member spe… member in public_class<int>
17 static int static_var = 0; in func() local
20 static int static_var = 0; in func() local
23 static int static_var = 0; in func() local
8 static int static_var = 123; in main() local
119 static int static_var; in dev_fun() local120 *out = static_var; in dev_fun()
211 extern const int static_var; // expected-note {{previous declaration is here}}212 static const int static_var = 3; // expected-warning {{redeclaring non-static 'static_var' as stati… variable
46 static bool static_var = useLambda([] (int a) { return a; }); in __anona59f28040102() variable