HomeSort by: relevance | last modified time | path
    Searched defs:union_ (Results 1 - 14 of 14) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
value-range-equiv.cc 241 value_range_equiv::union_ (const value_range_equiv *other) function in class:value_range_equiv
value-range.h 74 void union_ (const irange &);
100 void union_ (const class irange *); // DEPRECATED
549 irange::union_ (const irange &r) function in class:irange
553 irange::union_ (&r);
value-relation.cc 593 bool union_ (value_relation &p);
662 value_relation::union_ (value_relation &p) function in class:value_relation
value-range.cc 1445 irange::union_ (const irange *other) function in class:irange
1525 // union_ for multi-ranges.
2154 i1.union_ (i2);
2155 i1.union_ (i3);
2169 r0.union_ (r1);
2171 r0.union_ (r1);
2176 r0.union_ (r1);
2182 r0.union_ (int_range3 (INT (30), INT (40)));
2183 r0.union_ (r1);
2187 r0.union_ (r1)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
value-relation.cc 201 range.union_ (zeros);
835 value_relation::union_ (value_relation &p) function in class:value_relation
value-range.h 88 virtual bool union_ (const vrange &);
135 bool union_ (const irange_bitmask &src);
230 irange_bitmask::union_ (const irange_bitmask &orig_src) function in class:irange_bitmask
311 virtual bool union_ (const vrange &) override;
498 virtual bool union_ (const vrange &) override;
705 bool union_ (const vrange &r) { return m_vrange->union_ (r); } function in class:Value_Range
value-range.cc 134 vrange::union_ (const vrange &r) function in class:vrange
584 frange::union_ (const vrange &v) function in class:frange
1336 irange::union_ (const vrange &v) function in class:irange
1924 union_ (zero);
2053 if (!bm.union_ (r.get_bitmask ()) && (!bm.unknown_p () || m_bitmask.unknown_p ()))
2066 // because of the union_ in set_range_from_mask.
2274 i1.union_ (i2);
2275 i1.union_ (i3);
2288 r0.union_ (r1);
2290 r0.union_ (r1)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/analyzer/
constraint-manager.cc 3163 const bounded_ranges *union_ variable
3165 bool sat = m_out->add_bounded_ranges (lhs_sval, union_);
4538 const bounded_ranges *union_ = mgr.get_or_create_union (v); local
4539 ASSERT_DUMP_BOUNDED_RANGES_EQ (union_, "{[0, 255]}");
4551 const bounded_ranges *union_ = mgr.get_or_create_union (v); local
4552 ASSERT_DUMP_BOUNDED_RANGES_EQ (union_, "{0, [2, 255]}");
  /src/external/gpl3/gcc/dist/gcc/jit/
jit-recording.cc 912 /* Create a recording::union_ instance and add it to this context's
918 recording::union_ *
922 recording::union_ *result = new union_ (this, loc, new_string (name));
3584 /* The implementation of class gcc::jit::recording::union_. */
3586 /* The constructor for gcc::jit::recording::union_. */
3588 recording::union_::union_ (context *ctxt, function in class:gcc::jit::recording::union_
3596 for recording::union_. */
3599 recording::union_::replay_into (replayer *r
    [all...]
jit-recording.h 115 union_ *
1020 /* Base class for struct_ and union_ */
1107 class union_ : public compound_type class in namespace:gcc::jit::recording
1110 union_ (context *ctxt,
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
constraint-manager.cc 2952 const bounded_ranges *union_ variable
2954 bool sat = m_out->add_bounded_ranges (lhs_sval, union_);
4273 const bounded_ranges *union_ = mgr.get_or_create_union (v); local
4274 ASSERT_DUMP_BOUNDED_RANGES_EQ (union_, "{[0, 255]}");
4286 const bounded_ranges *union_ = mgr.get_or_create_union (v); local
4287 ASSERT_DUMP_BOUNDED_RANGES_EQ (union_, "{0, [2, 255]}");
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
tokens.h 170 union_, member in class:TOK
  /src/external/gpl3/gcc.old/dist/gcc/jit/
jit-recording.cc 914 /* Create a recording::union_ instance and add it to this context's
920 recording::union_ *
924 recording::union_ *result = new union_ (this, loc, new_string (name));
3524 /* The implementation of class gcc::jit::recording::union_. */
3526 /* The constructor for gcc::jit::recording::union_. */
3528 recording::union_::union_ (context *ctxt, function in class:gcc::jit::recording::union_
3536 for recording::union_. */
3539 recording::union_::replay_into (replayer *r
    [all...]
jit-recording.h 111 union_ *
958 /* Base class for struct_ and union_ */
1045 class union_ : public compound_type class in namespace:gcc::jit::recording
1048 union_ (context *ctxt,

Completed in 83 milliseconds