Home
last modified time | relevance | path

Searched refs:mismatchstc (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dfunc.d655 StorageClass mismatchstc = 0; in findVtblIndex() local
702 mismatchstc = stc; in findVtblIndex()
718 if (mismatchstc) in findVtblIndex()
721 type = type.addStorageClass(mismatchstc); in findVtblIndex()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dfunc.c2814 StorageClass mismatchstc = 0; in findVtblIndex() local
2860 mismatchstc = stc; in findVtblIndex()
2878 if (mismatchstc) in findVtblIndex()
2880 type = type->addStorageClass(mismatchstc); in findVtblIndex()