Searched refs:non_const_init (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/Sema/
H A Dthread-specifier.c87 __thread int non_const_init = non_const(); variable
/external/clang/test/SemaCXX/
H A Dcxx1y-variable-templates_in_class.cpp72 namespace non_const_init { namespace
83 template int A::wrong_inst_defined<int>; // expected-note {{in instantiation of static data member 'non_const_init::A::wrong_inst_defined<int>' requested here}}
99 template int B::wrong_inst<int*>; // expected-note {{in instantiation of static data member 'non_const_init::B::wrong_inst<int *>' requested here}}
145 template int* C2a::Data<int*>; // expected-note {{in instantiation of static data member 'non_const_init::pointers::C2a::Data<int *>' requested here}}
152 template int *const C2b::Data<int*>; // expected-note {{in instantiation of static data member 'non_const_init::pointers::C2b::Data<int *>' requested here}}

Completed in 107 milliseconds