OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:specialization
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/mit/isl/dist/interface/
template_cpp.cc
993
/* The initial sequence of
specialization
kinds for base types.
994
* The
specialization
kinds for other types are derived
1268
struct
specialization
{
struct
1279
const std::string &
specialization
::base_name() const
1286
const std::string &
specialization
::class_name() const
1302
virtual void print_class(const
specialization
&instance) const = 0;
1312
* but while such a
specialization
is being printed,
1318
* For each
specialization
of a template class, call
1333
* of a template class
specialization
.
1335
* "instance" is the template class
specialization
for which method
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/cp/
pt.cc
80
// Local
Specialization
Stack
278
to DECL, unless it is a
specialization
, in which case the DECL
431
/* So now we know we have a
specialization
, but it could be a full
432
or a partial
specialization
. To tell which, compare the depth of
727
/* This routine is called when a
specialization
is declared. If it is
728
invalid to declare a
specialization
here, an error is reported and
738
An explicit
specialization
shall be declared in the namespace of
741
template is a member. An explicit
specialization
of a member
747
error ("explicit
specialization
in non-namespace scope %qD", scope);
753
In an explicit
specialization
declaration for a member of a clas
2845
int
specialization
= 0;
local
[
all
...]
/src/external/gpl3/gcc/dist/gcc/cp/
pt.cc
83
// Local
Specialization
Stack
283
to DECL, unless it is a
specialization
, in which case the DECL
462
/* So now we know we have a
specialization
, but it could be a full
463
or a partial
specialization
. To tell which, compare the depth of
760
/* This routine is called when a
specialization
is declared. If it is
761
invalid to declare a
specialization
here, an error is reported and
771
An explicit
specialization
shall be declared in the namespace of
774
template is a member. An explicit
specialization
of a member
780
error ("explicit
specialization
in non-namespace scope %qD", scope);
786
In an explicit
specialization
declaration for a member of a clas
2826
int
specialization
= 0;
local
[
all
...]
Completed in 44 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026