Searched refs:union_ (Results 1 - 25 of 41) sorted by relevance

12

/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dvalue-range-equiv.h52 void union_ (const value_range_equiv *);
H A Dvalue-range.cc1445 irange::union_ (const irange *other) function in class:irange
1525 // union_ for multi-ranges.
2162 i1.union_ (i2);
2163 i1.union_ (i3);
2177 r0.union_ (r1);
2179 r0.union_ (r1);
2184 r0.union_ (r1);
2190 r0.union_ (int_range3 (INT (30), INT (40)));
2191 r0.union_ (r1);
2195 r0.union_ (r
[all...]
H A Dvalue-range.h74 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);
H A Dgimple-range-edge.cc157 case_range.union_ (*slot);
H A Drange-op.cc160 r.union_ (tmp);
164 r.union_ (tmp);
168 r.union_ (tmp);
178 r.union_ (tmp);
182 r.union_ (tmp);
186 r.union_ (tmp);
230 r.union_ (tmp);
1858 r.union_ (tmp);
2141 tmp_range.union_ (fill_range);
2201 r.union_ (u
[all...]
H A Dvalue-range-equiv.cc241 value_range_equiv::union_ (const value_range_equiv *other) function in class:value_range_equiv
H A Dgimple-range-fold.cc807 equiv_range.union_(arg_range);
809 r.union_ (arg_range);
1020 r.union_ (uppers);
1042 r.union_ (lowers);
1299 r.union_ (range2);
H A Dgimple-range-gori.cc876 r.union_ (r1);
907 r.union_ (tf);
908 r.union_ (ft);
934 r.union_ (tf);
935 r.union_ (ft);
H A Dgimple-range-path.cc180 r.union_ (tmp);
292 r.union_ (arg_range);
H A Dvalue-relation.cc593 bool union_ (value_relation &p);
662 value_relation::union_ (value_relation &p) function in class:value_relation
/netbsd-current/external/mit/isl/dist/
H A Disl_union_pw_templ.c10 #define UNION_BASE CAT(union_,PW_BASE)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dvalue-range.h66 void union_ (const value_range *);
68 void union_ (const value_range &);
H A Dtree-vrp.h52 void union_ (const value_range_equiv *);
H A Drange-op.cc160 r.union_ (tmp);
1323 r.union_ (tmp);
1599 r.union_ (tmp);
1992 r.union_ (rh);
2441 r.union_ (value_range (type,
2865 r0.union_ (r1);
2903 r1.union_ (value_range (INT (6), maxint));
2944 r1.union_ (r2);
2954 r1.union_ (r2);
2963 r1.union_ (value_rang
[all...]
H A Dvalue-range.cc1292 value_range::union_ (const value_range *other) function in class:value_range
1316 value_range::union_ (const value_range &r) function in class:value_range
1323 union_ (&r);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/jit/
H A Djit-common.h119 class union_;
H A Djit-recording.c909 /* Create a recording::union_ instance and add it to this context's
915 recording::union_ *
919 recording::union_ *result = new union_ (this, loc, new_string (name));
3175 /* The implementation of class gcc::jit::recording::union_. */
3177 /* The constructor for gcc::jit::recording::union_. */
3179 recording::union_::union_ (context *ctxt, function in class:recording::union_
3187 for recording::union_. */
3190 recording::union_
[all...]
H A Djit-recording.h111 union_ *
880 /* Base class for struct_ and union_ */
964 class union_ : public compound_type class in namespace:gcc::jit::recording
967 union_ (context *ctxt,
/netbsd-current/external/gpl3/gcc/dist/gcc/jit/
H A Djit-common.h119 class union_;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dintrange.h148 void unionOrAssign(const IntRange& other, bool& union_);
H A Dintrange.c447 void IntRange::unionOrAssign(const IntRange& other, bool& union_) argument
449 if (!union_ || imin > other.imin)
451 if (!union_ || imax < other.imax)
453 union_ = true;
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dtokens.d161 union_,
515 TOK.union_,
611 union_, unsigned, void_, volatile, while_, asm_,
721 TOK.union_: "union",
H A Dintrange.d498 void unionOrAssign(IntRange other, ref bool union_)
500 if (!union_ || imin > other.imin)
502 if (!union_ || imax < other.imax)
504 union_ = true;
H A Dtokens.h170 union_, member in class:TOK
H A Dcparse.d285 case TOK.union_:
1642 !tt.id && (tt.tok == TOK.struct_ || tt.tok == TOK.union_))
1649 (tt.tok == TOK.union_) ? new AST.UnionDeclaration(tt.loc, tt.id) :
1808 (tt.tok == TOK.union_) ? new AST.UnionDeclaration(tt.loc, tt.id) :
2207 case TOK.union_:
3376 * structOrUnion = TOK.struct_ or TOK.union_
3488 auto ad = new AST.AnonDeclaration(tt.loc, tt.tok == TOK.union_, tt.members);
3859 case TOK.union_:
4215 case TOK.union_:

Completed in 336 milliseconds

12