Home
last modified time | relevance | path

Searched defs:rawCmp (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dconstfold.d981 int rawCmp = memcmp(data1.ptr, data2.ptr, sz * len); in Cmp() local
H A Dctfeexpr.d1055 bool specificCmp(EXP op, int rawCmp) in specificCmp()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dconstfold.c1048 int rawCmp = memcmp(es1->string, es2->string, sz * len); in Cmp() local
H A Dctfeexpr.c1063 int specificCmp(TOK op, int rawCmp) in specificCmp()