Home
last modified time | relevance | path

Searched refs:computed (Results 1 – 25 of 72) sorted by relevance

123

/dragonfly/contrib/gcc-4.7/libdecnumber/
H A Dconfig.in60 /* The size of `char', as computed by sizeof. */
63 /* The size of `int', as computed by sizeof. */
66 /* The size of `long', as computed by sizeof. */
69 /* The size of `short', as computed by sizeof. */
72 /* The size of `void *', as computed by sizeof. */
/dragonfly/contrib/gcc-4.7/libgomp/
H A Dconfig.h.in110 /* The size of `char', as computed by sizeof. */
113 /* The size of `int', as computed by sizeof. */
116 /* The size of `long', as computed by sizeof. */
119 /* The size of `short', as computed by sizeof. */
122 /* The size of `void *', as computed by sizeof. */
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-object-size.c80 static bitmap computed[4]; variable
205 if (bitmap_bit_p (computed[object_size_type], in addr_object_size()
514 if (computed[object_size_type] == NULL) in compute_builtin_object_size()
544 if (!bitmap_bit_p (computed[object_size_type], SSA_NAME_VERSION (ptr))) in compute_builtin_object_size()
634 bitmap_set_bit (computed[object_size_type], i); in compute_builtin_object_size()
938 if (bitmap_bit_p (computed[object_size_type], varno)) in collect_object_sizes_for()
1056 bitmap_set_bit (computed[object_size_type], varno); in collect_object_sizes_for()
1093 bitmap_set_bit (computed[osi->object_size_type], *sp); in check_for_plus_in_loops_1()
1213 if (computed[0]) in init_object_sizes()
1219 computed[object_size_type] = BITMAP_ALLOC (NULL); in init_object_sizes()
[all …]
H A Ddf-core.c434 dflow->computed = false; in df_add_problem()
1188 dflow->computed = true; in df_analyze_problem()
2176 if (dflow->computed) in df_dump_start()
2198 if (dflow->computed) in df_dump_bb_problem_data()
2242 if (dflow->computed) in df_dump_insn_problem_data()
H A Dreg-notes.def136 from which the CFA is computed. The attached rtx defines a new CFA
205 computed goto. */
H A Dgimple.def52 TARGET is a LABEL_DECL or an expression node for computed GOTOs. */
87 SUBCODE is the tree code for the expression computed by the RHS of the
H A Dcfg-flags.def113 /* Strange flow, like a computed jump or exception handling. Usually
/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-object-size.c72 static bitmap computed[4]; variable
188 if (bitmap_bit_p (computed[object_size_type], in addr_object_size()
501 if (!bitmap_bit_p (computed[object_size_type], SSA_NAME_VERSION (ptr))) in compute_builtin_object_size()
589 bitmap_set_bit (computed[object_size_type], i); in compute_builtin_object_size()
895 if (bitmap_bit_p (computed[object_size_type], varno)) in collect_object_sizes_for()
1014 bitmap_set_bit (computed[object_size_type], varno); in collect_object_sizes_for()
1051 bitmap_set_bit (computed[osi->object_size_type], *sp); in check_for_plus_in_loops_1()
1176 computed[object_size_type] = BITMAP_ALLOC (NULL); in init_object_sizes()
1193 BITMAP_FREE (computed[object_size_type]); in fini_object_sizes()
H A Ddf-core.c442 dflow->computed = false; in df_add_problem()
1170 dflow->computed = true; in df_analyze_problem()
1993 if (dflow->computed) in df_dump_start()
2016 if (dflow->computed) in df_dump_top()
2039 if (dflow->computed) in df_dump_bottom()
H A Dreg-notes.def130 from which the CFA is computed. The attached rtx defines a new CFA
194 computed goto. */
H A Dconfig.in1713 /* The size of `int', as computed by sizeof. */
1719 /* The size of `long', as computed by sizeof. */
1725 /* The size of `long long', as computed by sizeof. */
1731 /* The size of `short', as computed by sizeof. */
1737 /* The size of `void *', as computed by sizeof. */
1743 /* The size of `__int64', as computed by sizeof. */
H A Dgimple.def52 TARGET is a LABEL_DECL or an expression node for computed GOTOs. */
87 SUBCODE is the tree code for the expression computed by the RHS of the
H A Ddf.h318 bool computed; member
/dragonfly/contrib/gdb-7/gdb/
H A Dvalue.c234 } computed; member
731 v->location.computed.funcs = funcs; in allocate_computed_value()
732 v->location.computed.closure = closure; in allocate_computed_value()
1066 || !value->location.computed.funcs->check_any_valid) in value_entirely_optimized_out()
1068 return !value->location.computed.funcs->check_any_valid (value); in value_entirely_optimized_out()
1077 || !value->location.computed.funcs->check_validity) in value_bits_valid()
1088 || !value->location.computed.funcs->check_synthetic_pointer) in value_bits_synthetic_pointer()
1124 return v->location.computed.funcs; in value_computed_funcs()
1132 return v->location.computed.closure; in value_computed_closure()
1239 const struct lval_funcs *funcs = val->location.computed.funcs; in value_free()
[all …]
H A Dregcache.c719 struct value *mark, *computed; in regcache_cooked_read() local
724 computed = gdbarch_pseudo_register_read_value (regcache->descr->gdbarch, in regcache_cooked_read()
726 if (value_entirely_available (computed)) in regcache_cooked_read()
727 memcpy (buf, value_contents_raw (computed), in regcache_cooked_read()
H A Dconfig.in671 /* The size of `long', as computed by sizeof. */
674 /* The size of `unsigned long', as computed by sizeof. */
677 /* The size of `unsigned long long', as computed by sizeof. */
680 /* The size of `unsigned __int128', as computed by sizeof. */
H A Dstd-operator.def24 /* BINOP_... operate on two values computed by following subexpressions,
100 /* Operates on three values computed by following subexpressions. */
/dragonfly/gnu/usr.bin/cvs/lib/
H A Dconfig.h.proto937 /* The size of a `char', as computed by sizeof. */
940 /* The size of a `double', as computed by sizeof. */
943 /* The size of a `float', as computed by sizeof. */
946 /* The size of a `int', as computed by sizeof. */
949 /* The size of a `intmax_t', as computed by sizeof. */
954 /* The size of a `long', as computed by sizeof. */
963 /* The size of a `size_t', as computed by sizeof. */
968 /* The size of a `long', as computed by sizeof. */
977 /* The size of a `size_t', as computed by sizeof. */
985 /* The size of a `short', as computed by sizeof. */
[all …]
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dcfg.texi281 @item computed jumps
282 @cindex computed jump
286 The edges used to represent computed jumps often cause compile time
288 and many computed jumps may have @emph{very} dense flow graphs, so
291 graphs by factoring computed jumps. For example, given the following
306 factoring the computed jumps results in the following code sequence
325 computed jumps are un-factored in the later passes of the compiler.
328 unfactored computed jumps caused some serious headaches.
442 directly represented, but it may be easily computed from frequencies
656 @code{REG_UNUSED} notes representing that the value computed by the
H A Dgimple.texi618 is computed using an internal table called @code{gimple_ops_offset_}[].
624 structure, for a gimple code @code{C} the offset is computed as sizeof
737 Return the type of the main expression computed by @code{STMT}. Return
745 Return the tree code for the expression computed by @code{STMT}. This
1040 Return the code of the expression computed on the @code{RHS} of
1047 computed on the rhs of assignment statement @code{G}. This will never
1334 Return the code of the predicate computed by conditional
1344 Return the @code{LHS} of the predicate computed by conditional statement
1349 Set @code{LHS} to be the @code{LHS} operand of the predicate computed by
1354 Return the @code{RHS} operand of the predicate computed by conditional
[all …]
/dragonfly/contrib/gcc-4.7/gcc/common/
H A Dcommon-target.def101 computed relative to GCC's internal directories, false (default) if such\
/dragonfly/contrib/gcc-8.0/gcc/common/
H A Dcommon-target.def100 computed relative to GCC's internal directories, false (default) if such\
/dragonfly/contrib/gcc-4.7/libstdc++-v3/
H A Dconfig.h.in674 /* The size of `char', as computed by sizeof. */
677 /* The size of `int', as computed by sizeof. */
680 /* The size of `long', as computed by sizeof. */
683 /* The size of `short', as computed by sizeof. */
686 /* The size of `void *', as computed by sizeof. */
/dragonfly/contrib/gcc-4.7/libcpp/
H A Dconfig.in252 /* The size of `int', as computed by sizeof. */
255 /* The size of `long', as computed by sizeof. */
/dragonfly/crypto/openssh/
H A DPROTOCOL.certkeys215 signature is computed over all preceding fields from the initial string
216 up to, and including the signature key. Signatures are computed and

123