HomeSort by relevance Sort by last modified time
    Searched refs:non_const_init (Results 1 - 2 of 2) sorted by null

  /external/clang/test/Sema/
thread-specifier.c 87 __thread int non_const_init = non_const(); variable
  /external/clang/test/SemaCXX/
cxx1y-variable-templates_in_class.cpp 62 namespace non_const_init { namespace
67 template int A::wrong_inst<int>; // expected-note {{in instantiation of static data member 'non_const_init::A::wrong_inst<int>' requested here}}
78 template int B::wrong_inst<int*>; // expected-note {{in instantiation of static data member 'non_const_init::B::wrong_inst<int *>' requested here}}
115 template int* C2a::Data<int>; // expected-note {{in instantiation of static data member 'non_const_init::pointers::C2a::Data<int>' requested here}}
121 template const int* C2b::Data<int>; // expected-note {{in instantiation of static data member 'non_const_init::pointers::C2b::Data<int>' requested here}}

Completed in 121 milliseconds