Searched defs:var4 (Results 1 – 6 of 6) sorted by relevance
9 int var4 __attribute__((common)); // expected-error{{'common' and 'internal_linkage' attributes are… variable11 int var4 __attribute__((internal_linkage)); // expected-note{{conflicting attribute is here}} \ variable
32 int var4; // expected-note{{previous definition is here}} variable
30 char ***&var4 = const_cast<cpppr>(var3); in good_const_cast_test() local57 …char ***&var4 = const_cast<cpppr>(&var2); // expected-error {{const_cast from rvalue to reference … in bad_const_cast_test() local
31 char ***&var4 = (cpppr)(var3); in t_cc() local
61 char ***&var4 = cpppr(var3); in t_cc() local
38 int var4 = 0XE+1; in pr_7968() local