Searched defs:nonconst (Results 1 – 6 of 6) sorted by relevance
65 const int nonconst = 1.0; // expected-note {{declared here}} variable
39 static std::array<char, 2> nonconst = {'a', 'b'}; in TEST() local
4 int nonconst = 8; // expected-note 3 {{here}} variable
1575 char nonconst[] = "nonconst"; in TEST() local
4922 typedef typename boost::remove_const<T>::type nonconst; typedef
3874 Output nonconst = in TEST_F() local