OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:global_namespace
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/cp/
module.cc
2015
if (ctx !=
global_namespace
)
2061
gcc_checking_assert (DECL_P (decl) && decl !=
global_namespace
);
local
4314
if (t ==
global_namespace
|| DECL_TEMPLATE_PARM_P (t))
4521
if (ctx && ctx !=
global_namespace
)
15437
else if (dep->get_entity () !=
global_namespace
)
15471
ns =
global_namespace
;
15727
if (!d->is_import () && d->get_entity () !=
global_namespace
)
18241
depset::hash table (DECL_NAMESPACE_BINDINGS (
global_namespace
)->size () * 8);
18251
table.add_namespace_entities (
global_namespace
, partitions);
18356
if (decl ==
global_namespace
)
[
all
...]
cp-tree.h
262
#define
global_namespace
cp_global_trees[CPTI_GLOBAL]
3597
(!DECL_FILE_SCOPE_P (NODE) ? DECL_CONTEXT (NODE) :
global_namespace
)
3599
(!TYPE_FILE_SCOPE_P (NODE) ? TYPE_CONTEXT (NODE) :
global_namespace
)
3601
((NODE) ==
global_namespace
? DECL_CONTEXT (NODE) : (NODE))
261
#define
global_namespace
macro
/src/external/gpl3/gcc.old/dist/gcc/cp/
module.cc
1970
if (ctx !=
global_namespace
)
2016
gcc_checking_assert (DECL_P (decl) && decl !=
global_namespace
);
local
4146
if (t ==
global_namespace
|| DECL_TEMPLATE_PARM_P (t))
4353
if (ctx && ctx !=
global_namespace
)
14920
else if (dep->get_entity () !=
global_namespace
)
14954
ns =
global_namespace
;
15182
if (!d->is_import () && d->get_entity () !=
global_namespace
)
17611
depset::hash table (DECL_NAMESPACE_BINDINGS (
global_namespace
)->size () * 8);
17621
table.add_namespace_entities (
global_namespace
, partitions);
17725
if (decl ==
global_namespace
)
[
all
...]
cp-tree.h
252
#define
global_namespace
cp_global_trees[CPTI_GLOBAL]
3508
(!DECL_FILE_SCOPE_P (NODE) ? DECL_CONTEXT (NODE) :
global_namespace
)
3510
(!TYPE_FILE_SCOPE_P (NODE) ? TYPE_CONTEXT (NODE) :
global_namespace
)
3512
((NODE) ==
global_namespace
? DECL_CONTEXT (NODE) : (NODE))
251
#define
global_namespace
macro
Completed in 128 milliseconds
Indexes created Wed Apr 22 00:22:44 UTC 2026