OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DECL_SIZE
(Results
1 - 25
of
172
) sorted by relevancy
1
2
3
4
5
6
7
/src/external/gpl3/gcc/dist/gcc/config/mcore/
mcore-elf.h
72
if (!flag_inhibit_size_directive &&
DECL_SIZE
(DECL)) \
93
if (!flag_inhibit_size_directive &&
DECL_SIZE
(DECL) \
/src/external/gpl3/gcc.old/dist/gcc/config/mcore/
mcore-elf.h
72
if (!flag_inhibit_size_directive &&
DECL_SIZE
(DECL)) \
93
if (!flag_inhibit_size_directive &&
DECL_SIZE
(DECL) \
/src/external/gpl3/gcc/dist/gcc/config/
openbsd.h
231
&& (DECL) &&
DECL_SIZE
(DECL)) \
250
if (!flag_inhibit_size_directive &&
DECL_SIZE
(DECL) \
elfos.h
348
&& (DECL) &&
DECL_SIZE
(DECL)) \
373
&&
DECL_SIZE
(DECL) \
/src/external/gpl3/gcc.old/dist/gcc/config/
openbsd.h
243
&& (DECL) &&
DECL_SIZE
(DECL)) \
262
if (!flag_inhibit_size_directive &&
DECL_SIZE
(DECL) \
elfos.h
348
&& (DECL) &&
DECL_SIZE
(DECL)) \
373
&&
DECL_SIZE
(DECL) \
/src/external/gpl3/gcc/dist/gcc/
stor-layout.cc
695
if (
DECL_SIZE
(decl) == 0)
697
DECL_SIZE
(decl) = TYPE_SIZE (type);
703
size_binop_loc (loc, CEIL_DIV_EXPR,
DECL_SIZE
(decl),
724
if (integer_zerop (
DECL_SIZE
(decl))
751
if (mode_for_size_tree (
DECL_SIZE
(decl),
811
if (
DECL_SIZE
(decl) != 0 && TREE_CODE (
DECL_SIZE
(decl)) != INTEGER_CST)
812
DECL_SIZE
(decl) = variable_size (
DECL_SIZE
(decl));
856
DECL_SIZE
(decl) = DECL_SIZE_UNIT (decl) = 0
[
all
...]
tree-dfa.cc
390
size_tree =
DECL_SIZE
(TREE_OPERAND (exp, 1));
451
tree fsize =
DECL_SIZE
(field);
700
&&
DECL_SIZE
(exp)
701
&& poly_int_tree_p (
DECL_SIZE
(exp)))
702
maxsize = wi::to_poly_offset (
DECL_SIZE
(exp)) - bit_offset;
tree-ssa.cc
1519
&&
DECL_SIZE
(sym) == TYPE_SIZE (TREE_TYPE (*tp)))
1528
else if (
DECL_SIZE
(sym)
1529
&& TREE_CODE (
DECL_SIZE
(sym)) == INTEGER_CST
1611
&&
DECL_SIZE
(decl) == TYPE_SIZE (TREE_TYPE (base)))
1614
if (
DECL_SIZE
(decl)
1683
&&
DECL_SIZE
(decl) == TYPE_SIZE (TREE_TYPE (lhs))
1687
|| compare_tree_int (
DECL_SIZE
(decl),
tree-ssa-alias.cc
924
/* S1 and S2 are TYPE_SIZE or
DECL_SIZE
. Compare them:
1463
if (poly_int_tree_p (
DECL_SIZE
(field1), &size1)
1464
&& poly_int_tree_p (
DECL_SIZE
(field2), &size2)
2108
&& poly_int_tree_p (
DECL_SIZE
(base2), &dsize2)
2150
&& compare_sizes (
DECL_SIZE
(base2),
3356
return (
DECL_SIZE
(obj)
3357
&& poly_int_tree_p (
DECL_SIZE
(obj))
3358
&& known_eq (wi::to_poly_offset (
DECL_SIZE
(obj)), size1));
4199
|| !operand_equal_p (
DECL_SIZE
(field1),
DECL_SIZE
(field2), 0
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
stor-layout.cc
667
if (
DECL_SIZE
(decl) == 0)
669
DECL_SIZE
(decl) = TYPE_SIZE (type);
675
size_binop_loc (loc, CEIL_DIV_EXPR,
DECL_SIZE
(decl),
696
if (integer_zerop (
DECL_SIZE
(decl))
723
if (mode_for_size_tree (
DECL_SIZE
(decl),
783
if (
DECL_SIZE
(decl) != 0 && TREE_CODE (
DECL_SIZE
(decl)) != INTEGER_CST)
784
DECL_SIZE
(decl) = variable_size (
DECL_SIZE
(decl));
828
DECL_SIZE
(decl) = DECL_SIZE_UNIT (decl) = 0
[
all
...]
tree-dfa.cc
395
size_tree =
DECL_SIZE
(TREE_OPERAND (exp, 1));
706
&&
DECL_SIZE
(exp)
707
&& poly_int_tree_p (
DECL_SIZE
(exp)))
708
maxsize = wi::to_poly_offset (
DECL_SIZE
(exp)) - bit_offset;
tree-ssa.cc
1540
&&
DECL_SIZE
(sym) == TYPE_SIZE (TREE_TYPE (*tp)))
1549
else if (
DECL_SIZE
(sym)
1550
&& TREE_CODE (
DECL_SIZE
(sym)) == INTEGER_CST
1616
&&
DECL_SIZE
(decl) == TYPE_SIZE (TREE_TYPE (base)))
1619
if (
DECL_SIZE
(decl)
1683
&&
DECL_SIZE
(decl) == TYPE_SIZE (TREE_TYPE (lhs))
1687
|| compare_tree_int (
DECL_SIZE
(decl),
/src/external/gpl3/gcc/dist/gcc/lto/
lto-dump.cc
86
if (
DECL_SIZE
(vnode->decl) && tree_fits_shwi_p (
DECL_SIZE
(vnode->decl)))
87
return tree_to_shwi (
DECL_SIZE
(vnode->decl));
lto-symtab.cc
361
if (
DECL_SIZE
(decl) &&
DECL_SIZE
(prevailing_decl)
362
&& !tree_int_cst_equal (
DECL_SIZE
(decl),
DECL_SIZE
(prevailing_decl)))
517
|| tree_int_cst_lt (
DECL_SIZE
(prevailing->decl),
518
DECL_SIZE
(e->decl))
528
|| (
DECL_SIZE
(prevailing->decl) ==
DECL_SIZE
(e->decl)
/src/external/gpl3/gcc.old/dist/gcc/lto/
lto-dump.cc
86
if (
DECL_SIZE
(vnode->decl) && tree_fits_shwi_p (
DECL_SIZE
(vnode->decl)))
87
return tree_to_shwi (
DECL_SIZE
(vnode->decl));
lto-symtab.cc
361
if (
DECL_SIZE
(decl) &&
DECL_SIZE
(prevailing_decl)
362
&& !tree_int_cst_equal (
DECL_SIZE
(decl),
DECL_SIZE
(prevailing_decl)))
517
|| tree_int_cst_lt (
DECL_SIZE
(prevailing->decl),
518
DECL_SIZE
(e->decl))
528
|| (
DECL_SIZE
(prevailing->decl) ==
DECL_SIZE
(e->decl)
/src/external/gpl3/gcc/dist/gcc/config/i386/
sol2.h
179
&& (DECL) &&
DECL_SIZE
(DECL)) \
/src/external/gpl3/gcc.old/dist/gcc/config/i386/
sol2.h
179
&& (DECL) &&
DECL_SIZE
(DECL)) \
/src/external/gpl3/gcc/dist/gcc/config/sparc/
sol2.h
376
&& (DECL) &&
DECL_SIZE
(DECL)) \
/src/external/gpl3/gcc.old/dist/gcc/config/sparc/
sol2.h
376
&& (DECL) &&
DECL_SIZE
(DECL)) \
/src/external/gpl3/gcc/dist/gcc/config/microblaze/
microblaze.h
793
if (!flag_inhibit_size_directive &&
DECL_SIZE
(DECL)) \
808
if (!flag_inhibit_size_directive &&
DECL_SIZE
(DECL) \
/src/external/gpl3/gcc.old/dist/gcc/config/microblaze/
microblaze.h
794
if (!flag_inhibit_size_directive &&
DECL_SIZE
(DECL)) \
809
if (!flag_inhibit_size_directive &&
DECL_SIZE
(DECL) \
/src/external/gpl3/gcc/dist/gcc/cp/
class.cc
913
DECL_SIZE
(decl) = TYPE_SIZE (TREE_TYPE (decl));
2587
DECL_SIZE
(vtable) = DECL_SIZE_UNIT (vtable) = NULL_TREE;
3773
DECL_SIZE
(field) = fold_convert (bitsizetype, w);
4547
gcc_checking_assert (!r || integer_zerop (
DECL_SIZE
(decl)));
4864
DECL_SIZE
(decl) = DECL_SIZE_UNIT (decl) = size_zero_node;
4867
DECL_SIZE
(decl) = CLASSTYPE_SIZE (basetype);
6764
DECL_SIZE
(field));
7016
DECL_SIZE
(field) = DECL_SIZE_UNIT (field) = size_zero_node;
7021
DECL_SIZE
(field) = bit_from_pos (size, bitsize_zero_node);
7029
&& tree_int_cst_lt (TYPE_SIZE (type),
DECL_SIZE
(field))
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/cp/
class.cc
912
DECL_SIZE
(decl) = TYPE_SIZE (TREE_TYPE (decl));
2361
DECL_SIZE
(vtable) = DECL_SIZE_UNIT (vtable) = NULL_TREE;
3520
DECL_SIZE
(field) = fold_convert (bitsizetype, w);
4270
gcc_checking_assert (!r || integer_zerop (
DECL_SIZE
(decl)));
4587
DECL_SIZE
(decl) = DECL_SIZE_UNIT (decl) = size_zero_node;
4590
DECL_SIZE
(decl) = CLASSTYPE_SIZE (basetype);
6455
DECL_SIZE
(field));
6707
DECL_SIZE
(field) = DECL_SIZE_UNIT (field) = size_zero_node;
6712
DECL_SIZE
(field) = bit_from_pos (size, bitsize_zero_node);
6720
&& tree_int_cst_lt (TYPE_SIZE (type),
DECL_SIZE
(field))
[
all
...]
Completed in 64 milliseconds
1
2
3
4
5
6
7
Indexes created Sat Jun 20 00:25:23 UTC 2026