Searched refs:ae1 (Results 1 – 9 of 9) sorted by relevance
| /netbsd-src/external/gpl2/groff/dist/src/preproc/refer/ |
| H A D | label.y | 1092 const char *ae1; in same_author_last_name() local 1093 const char *as1 = r1.get_sort_field(0, n, 0, &ae1); in same_author_last_name() 1098 return ae1 - as1 == ae2 - as2 && memcmp(as1, as2, ae1 - as1) == 0; in same_author_last_name() 1103 const char *ae1; in same_author_name() local 1104 const char *as1 = r1.get_sort_field(0, n, -1, &ae1); in same_author_name() 1109 return ae1 - as1 == ae2 - as2 && memcmp(as1, as2, ae1 - as1) == 0; in same_author_name()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | ctfeexpr.c | 1124 ArrayLiteralExp *ae1 = (x->op == TOKarrayliteral) ? (ArrayLiteralExp *)x : NULL; in ctfeCmpArrays() local 1140 if (se2 && ae1) in ctfeCmpArrays() 1141 return -sliceCmpStringWithArray(se2, ae1, (size_t)lo2, (size_t)lo1, (size_t)len); in ctfeCmpArrays() 1143 assert (ae1 && ae2); in ctfeCmpArrays() 1147 bool needCmp = ae1->type->nextOf()->isintegral(); in ctfeCmpArrays() 1150 Expression *ee1 = (*ae1->elements)[(size_t)(lo1 + i)]; in ctfeCmpArrays()
|
| H A D | expression.c | 5604 Expression *ae1 = ((AddrExp *)e)->e1; variable 5605 if (ae1->op == TOKvar) 5607 VarExp *ve = (VarExp *)ae1; 5612 if (ae1->op == TOKdotvar) 5614 DotVarExp *dve = (DotVarExp *)ae1;
|
| H A D | expressionsem.c | 7880 AddrExp *ae1 = (AddrExp *)exp->e1; in visit() local 7882 if (ae1->e1->op == TOKvar && ae2->e1->op == TOKvar) in visit() 7884 VarExp *ve1 = (VarExp *)ae1->e1; in visit()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | ctfeexpr.d | 1116 auto ae1 = x1.isArrayLiteralExp(); in ctfeCmpArrays() local 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() 1134 assert(ae1 && ae2); in ctfeCmpArrays() 1138 const bool needCmp = ae1.type.nextOf().isintegral(); in ctfeCmpArrays() 1141 Expression ee1 = (*ae1.elements)[cast(size_t)(lo1 + i)]; in ctfeCmpArrays()
|
| H A D | dinterpret.d | 3066 auto ae1 = e1.isArrayLiteralExp(); in interpretCommon() local 3068 if (ae1 || ae2) in interpretCommon() 3075 if (ae1 && e2.implicitConvTo(e1.type.toBasetype().nextOf())) // case 3 in interpretCommon() 3078 ae1 = null; in interpretCommon() 3081 auto aex = ae1 ? ae1 : ae2; in interpretCommon() 3093 Expression e1x = ae1 ? ae1[i] : e1; in interpretCommon()
|
| H A D | expression.d | 5162 auto ae1 = ae.e1; variable 5163 if (auto ve = ae1.isVarExp()) 5169 if (auto dve = ae1.isDotVarExp())
|
| H A D | expressionsem.d | 11684 AddrExp ae1 = cast(AddrExp)exp.e1; in visit() local 11686 if (ae1.e1.op == EXP.variable && ae2.e1.op == EXP.variable) in visit() 11688 VarExp ve1 = cast(VarExp)ae1.e1; in visit()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/ |
| H A D | evpkdf_ss.txt | 916 Ctrl.hexsalt = hexsalt:1ae1
|