| /netbsd-src/share/i18n/esdb/ISO646/ |
| H A D | ISO646.alias | 8 SE2 iso646-se2 sen_850200_c iso-ir-11 se2
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | ctfeexpr.c | 254 StringExp *se2 = (StringExp *)ue.exp(); in copyLiteral() local 255 se2->committed = se->committed; in copyLiteral() 256 se2->postfix = se->postfix; in copyLiteral() 257 se2->type = se->type; in copyLiteral() 258 se2->sz = se->sz; in copyLiteral() 259 se2->ownedByCtfe = OWNEDctfe; in copyLiteral() 1132 StringExp *se2 = (x->op == TOKstring) ? (StringExp *)x : NULL; in ctfeCmpArrays() local 1136 if (se1 && se2) in ctfeCmpArrays() 1137 return sliceCmpStringWithString(se1, se2, (size_t)lo1, (size_t)lo2, (size_t)len); in ctfeCmpArrays() 1140 if (se2 && ae1) in ctfeCmpArrays() [all …]
|
| H A D | optimize.c | 1229 SliceExp *se2 = (SliceExp *)e->e2; in Expression_optimize() local 1230 if (se2->e1->op == TOKstring && !se2->lwr) in Expression_optimize() 1231 e->e2 = se2->e1; in Expression_optimize()
|
| H A D | constfold.c | 1526 int sliceCmpStringWithString(StringExp *se1, StringExp *se2, size_t lo1, size_t lo2, size_t len) in sliceCmpStringWithString() argument 1529 void *s2 = se2->string; in sliceCmpStringWithString() 1531 assert(sz == se2->sz); in sliceCmpStringWithString()
|
| H A D | expression.c | 3642 StringExp *se2 = (StringExp *)(obj); in compare() local 3646 if (!se2) in compare() 3649 assert(se2->op == TOKstring); in compare() 3652 size_t len2 = se2->len; in compare() 3660 return memcmp((char *)string, (char *)se2->string, len1); in compare() 3665 d_uns16 *s2 = (d_uns16 *)se2->string; in compare() 3678 d_uns32 *s2 = (d_uns32 *)se2->string; in compare()
|
| H A D | expression.h | 1581 int sliceCmpStringWithString(StringExp *se1, StringExp *se2, size_t lo1, size_t lo2, size_t len);
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | ctfeexpr.d | 289 StringExp se2 = ue.exp().isStringExp(); in copyLiteral() local 290 se2.committed = se.committed; in copyLiteral() 291 se2.postfix = se.postfix; in copyLiteral() 292 se2.type = se.type; in copyLiteral() 293 se2.ownedByCtfe = OwnedBy.ctfe; in copyLiteral() 1124 auto se2 = x2.isStringExp(); in ctfeCmpArrays() local 1128 if (se1 && se2) in ctfeCmpArrays() 1129 … return sliceCmpStringWithString(se1, se2, cast(size_t)lo1, cast(size_t)lo2, cast(size_t)len); in ctfeCmpArrays() 1132 if (se2 && ae1) in ctfeCmpArrays() 1133 … return -sliceCmpStringWithArray(se2, ae1, cast(size_t)lo2, cast(size_t)lo1, cast(size_t)len); in ctfeCmpArrays()
|
| H A D | optimize.d | 1268 if (auto se2 = e.e2.isSliceExp()) in Expression_optimize() local 1270 if (se2.e1.op == EXP.string_ && !se2.lwr) in Expression_optimize() 1271 e.e2 = se2.e1; in Expression_optimize()
|
| H A D | constfold.d | 1429 int sliceCmpStringWithString(const StringExp se1, const StringExp se2, size_t lo1, size_t lo2, size… in sliceCmpStringWithString() argument 1432 assert(sz == se2.sz); in sliceCmpStringWithString() 1434 const data2 = se2.peekData(); in sliceCmpStringWithString()
|
| H A D | dcast.d | 2157 auto se2 = se.expressionSemantic(sc); in visitAddr() local 2159 return visit(se2); in visitAddr() 3453 if (auto se2 = e2.isSliceExp()) in typeMerge() local 3454 rhs = new IndexExp(Loc.initial, se2.e1, IntegerExp.literal!0); in typeMerge()
|
| H A D | expression.d | 2679 int compare(const StringExp se2) const nothrow pure @nogc in compare() argument 2683 const len2 = se2.len; in compare() 2685 assert(this.sz == se2.sz, "Comparing string expressions of different sizes"); in compare() 2692 return memcmp(string, se2.string, len1); in compare() 2697 wchar* s2 = cast(wchar*)se2.string; in compare() 2708 dchar* s2 = cast(dchar*)se2.string; in compare()
|
| H A D | statementsem.d | 2422 auto se2 = y.exp.isStringExp(); in package() local 2423 return (se1 && se2) ? se1.compare(se2) : 0; in package()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
| H A D | trans-intrinsic.cc | 9060 gfc_se se1, se2; in gfc_conv_same_type_as() local 9065 gfc_init_se (&se2, NULL); in gfc_conv_same_type_as() 9088 se2.want_pointer = 1; in gfc_conv_same_type_as() 9101 gfc_conv_expr (&se2, b); in gfc_conv_same_type_as() 9114 se2.expr, in gfc_conv_same_type_as() 9115 build_int_cst (TREE_TYPE (se2.expr), 0)); in gfc_conv_same_type_as() 9116 se2.expr = gfc_vptr_hash_get (se2.expr); in gfc_conv_same_type_as() 9121 fold_convert (TREE_TYPE (se1.expr), se2.expr)); in gfc_conv_same_type_as()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| H A D | trans-intrinsic.c | 8950 gfc_se se1, se2; in gfc_conv_same_type_as() local 8955 gfc_init_se (&se2, NULL); in gfc_conv_same_type_as() 8993 gfc_conv_expr (&se2, b); in gfc_conv_same_type_as() 8997 fold_convert (TREE_TYPE (se1.expr), se2.expr)); in gfc_conv_same_type_as()
|