OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:non_dep
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/cp/
tree.cc
3623
expressions.
NON_DEP
is the non-dependent expression that has been
3627
build_min_non_dep (enum tree_code code, tree
non_dep
, ...)
3636
va_start (p,
non_dep
);
3638
if (REFERENCE_REF_P (
non_dep
))
3639
non_dep
= TREE_OPERAND (
non_dep
, 0);
3642
SET_EXPR_LOCATION (t, cp_expr_loc_or_input_loc (
non_dep
));
3644
TREE_TYPE (t) = unlowered_expr_type (
non_dep
);
3645
TREE_SIDE_EFFECTS (t) = TREE_SIDE_EFFECTS (
non_dep
);
3672
non-dependent expressions.
NON_DEP
is the non-dependent expressio
[
all
...]
pt.cc
7367
bool
non_dep
= false;
local
7373
non_dep
= true;
7380
processing_template_decl_sentinel s (
non_dep
);
7381
if (
non_dep
)
/src/external/gpl3/gcc/dist/gcc/cp/
tree.cc
3624
expressions.
NON_DEP
is the non-dependent expression that has been
3628
build_min_non_dep (enum tree_code code, tree
non_dep
, ...)
3637
va_start (p,
non_dep
);
3639
if (REFERENCE_REF_P (
non_dep
))
3640
non_dep
= TREE_OPERAND (
non_dep
, 0);
3643
SET_EXPR_LOCATION (t, cp_expr_loc_or_input_loc (
non_dep
));
3645
TREE_TYPE (t) = unlowered_expr_type (
non_dep
);
3646
TREE_SIDE_EFFECTS (t) = TREE_SIDE_EFFECTS (
non_dep
);
3678
non-dependent expressions.
NON_DEP
is the non-dependent expressio
[
all
...]
pt.cc
7478
bool
non_dep
= false;
local
7484
non_dep
= true;
7491
processing_template_decl_sentinel s (
non_dep
);
7492
if (
non_dep
)
Completed in 53 milliseconds
Indexes created Sun Jun 21 00:25:28 UTC 2026