OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:specializations
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclTemplate.h
633
"Cannot encode undeclared template
specializations
for members");
652
"Cannot encode undeclared template
specializations
for members");
828
/// If non-null, points to an array of
specializations
(including
829
/// partial
specializations
) known only by their external declaration IDs.
831
/// The first value in the array is the number of
specializations
/partial
832
///
specializations
that follow.
871
/// member template \c X<int>::Inner are member
specializations
.
892
"Only member templates can be member template
specializations
");
981
/// The function template
specializations
for this function
982
/// template, including explicit
specializations
and instantiations
1081
spec_range
specializations
() const {
function in class:clang::FunctionTemplateDecl
2410
spec_range
specializations
() const {
function in class:clang::ClassTemplateDecl
3213
spec_range
specializations
() const {
function in class:clang::VarTemplateDecl
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/cp/
pt.cc
83
//
specializations
.
377
they are instantiations, not
specializations
.
416
partial
specializations
. */
521
/* Disregard full
specializations
(c++/60999). */
1171
/* Returns nonzero if we can optimize the retrieval of
specializations
1308
spec_hash_table *
specializations
;
local
1315
specializations
= type_specializations;
1317
specializations
= decl_specializations;
1321
found =
specializations
->find_with_hash (&elt, hash);
1591
/* We don't put these
specializations
in the hash table, but we migh
[
all
...]
/src/external/gpl3/gcc/dist/gcc/cp/
pt.cc
86
//
specializations
.
408
they are instantiations, not
specializations
.
447
partial
specializations
. */
554
/* Disregard full
specializations
(c++/60999). */
1282
spec_hash_table *
specializations
;
local
1284
specializations
= type_specializations;
1286
specializations
= decl_specializations;
1290
if (spec_entry *found =
specializations
->find_with_hash (&elt, hash))
1660
of all
specializations
in case we need to reassign them to a friend
1678
template
specializations
). *
31740
hash_table<spec_hasher> *
specializations
local
[
all
...]
Completed in 111 milliseconds
Indexes created Mon Jun 22 00:25:11 UTC 2026