OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
72
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 52 milliseconds