OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CONST_CAST_TREE
(Results
1 - 25
of
45
) sorted by relevancy
1
2
/src/external/gpl3/gcc/dist/gcc/cp/
cp-lang.cc
189
tree folded_elems, elems =
CONST_CAST_TREE
(c);
tree.cc
209
return lvalue_kind (DECL_VALUE_EXPR (
CONST_CAST_TREE
(ref)));
230
gcc_assert (!type_dependent_expression_p (
CONST_CAST_TREE
(ref)));
258
gcc_assert (!type_dependent_expression_p (
CONST_CAST_TREE
(ref)));
319
return lvalue_kind (BASELINK_FUNCTIONS (
CONST_CAST_TREE
(ref)));
4514
t = strip_array_types (
CONST_CAST_TREE
(t));
4531
deleted_copy_types->add (
CONST_CAST_TREE
(t));
4574
tree t = strip_array_types (
CONST_CAST_TREE
(type));
4661
t = strip_array_types (
CONST_CAST_TREE
(t));
4682
t = strip_array_types (
CONST_CAST_TREE
(t));
4698
t = strip_array_types (
CONST_CAST_TREE
(t))
[
all
...]
cp-objcp-common.cc
298
tree ktype =
CONST_CAST_TREE
(type);
typeck2.cc
278
tree ptype = strip_top_quals (
CONST_CAST_TREE
(type));
/src/external/gpl3/gcc.old/dist/gcc/cp/
cp-lang.cc
179
tree folded_elems, elems =
CONST_CAST_TREE
(c);
tree.cc
195
return lvalue_kind (DECL_VALUE_EXPR (
CONST_CAST_TREE
(ref)));
212
gcc_assert (!type_dependent_expression_p (
CONST_CAST_TREE
(ref)));
240
gcc_assert (!type_dependent_expression_p (
CONST_CAST_TREE
(ref)));
298
return lvalue_kind (BASELINK_FUNCTIONS (
CONST_CAST_TREE
(ref)));
4427
t = strip_array_types (
CONST_CAST_TREE
(t));
4444
deleted_copy_types->add (
CONST_CAST_TREE
(t));
4487
tree t = strip_array_types (
CONST_CAST_TREE
(type));
4574
t = strip_array_types (
CONST_CAST_TREE
(t));
4595
t = strip_array_types (
CONST_CAST_TREE
(t));
4611
t = strip_array_types (
CONST_CAST_TREE
(t))
[
all
...]
cp-objcp-common.cc
151
tree ktype =
CONST_CAST_TREE
(type);
typeck2.cc
291
tree ptype = strip_top_quals (
CONST_CAST_TREE
(type));
/src/external/gpl3/gcc/dist/gcc/
attribs.cc
1511
attr = find_same_attribute (a,
CONST_CAST_TREE
(a2));
1525
if (!find_same_attribute (a,
CONST_CAST_TREE
(a1)))
1535
if (lookup_attribute ("transaction_safe",
CONST_CAST_TREE
(a)))
1540
int strub_ret = strub_comptypes (
CONST_CAST_TREE
(type1),
1541
CONST_CAST_TREE
(type2));
2088
CONST_CAST_TREE
(l1));
gimple-expr.cc
863
if (!(t =
CONST_CAST_TREE
(strip_invariant_refs (t))))
tree-object-size.cc
431
low_bound = array_ref_low_bound (
CONST_CAST_TREE
(expr));
432
unit_size = array_ref_element_size (
CONST_CAST_TREE
(expr));
system.h
1206
#define
CONST_CAST_TREE
(X) CONST_CAST (union tree_node *, (X))
tree.h
570
(EXP) = tree_strip_nop_conversions (
CONST_CAST_TREE
(EXP))
575
(EXP) = tree_strip_sign_nop_conversions (
CONST_CAST_TREE
(EXP))
597
(EXP) = tree_strip_any_location_wrapper (
CONST_CAST_TREE
(EXP))
3848
return &
CONST_CAST_TREE
(__t)->int_cst.val[__i];
3860
return &
CONST_CAST_TREE
(__t)->int_cst.val[__i];
3878
return &
CONST_CAST_TREE
(__t)->vec.a[__i];
4189
return &
CONST_CAST_TREE
(__u)->exp.operands[__i];
print-rtl.cc
188
print_generic_expr (outfile,
CONST_CAST_TREE
(expr),
/src/external/gpl3/gcc.old/dist/gcc/
attribs.cc
1449
attr = lookup_attribute (as->name,
CONST_CAST_TREE
(a2));
1463
if (!lookup_attribute (as->name,
CONST_CAST_TREE
(a1)))
1473
if (lookup_attribute ("transaction_safe",
CONST_CAST_TREE
(a)))
1989
CONST_CAST_TREE
(l1));
gimple-expr.cc
827
if (!(t =
CONST_CAST_TREE
(strip_invariant_refs (t))))
tree.h
480
(EXP) = tree_strip_nop_conversions (
CONST_CAST_TREE
(EXP))
485
(EXP) = tree_strip_sign_nop_conversions (
CONST_CAST_TREE
(EXP))
507
(EXP) = tree_strip_any_location_wrapper (
CONST_CAST_TREE
(EXP))
3649
return &
CONST_CAST_TREE
(__t)->int_cst.val[__i];
3661
return &
CONST_CAST_TREE
(__t)->int_cst.val[__i];
3679
return &
CONST_CAST_TREE
(__t)->vec.a[__i];
3958
return &
CONST_CAST_TREE
(__u)->exp.operands[__i];
tree-object-size.cc
438
low_bound = array_ref_low_bound (
CONST_CAST_TREE
(expr));
439
unit_size = array_ref_element_size (
CONST_CAST_TREE
(expr));
system.h
1184
#define
CONST_CAST_TREE
(X) CONST_CAST (union tree_node *, (X))
print-rtl.cc
188
print_generic_expr (outfile,
CONST_CAST_TREE
(expr),
tree-ssa.cc
1584
if (! (base =
CONST_CAST_TREE
(strip_invariant_refs (ref))))
/src/external/gpl3/gcc.old/dist/gcc/c-family/
c-gimplify.cc
211
tree t =
CONST_CAST_TREE
(expr);
/src/external/gpl3/gcc/dist/gcc/c-family/
c-gimplify.cc
214
tree t =
CONST_CAST_TREE
(expr);
/src/external/gpl3/gcc/dist/gcc/lto/
lto-common.cc
395
return gimple_canonical_types_compatible_p (
CONST_CAST_TREE
(t1),
396
CONST_CAST_TREE
(t2));
/src/external/gpl3/gcc.old/dist/gcc/lto/
lto-common.cc
395
return gimple_canonical_types_compatible_p (
CONST_CAST_TREE
(t1),
396
CONST_CAST_TREE
(t2));
Completed in 67 milliseconds
1
2
Indexes created Sun Jul 19 00:25:04 UTC 2026