Home
last modified time | relevance | path

Searched defs:c_longsize (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dtarget.h35 static int c_longsize; // size of a C 'long' or 'unsigned long' type member
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-target.cc47 int Target::c_longsize; member in Target
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dchkformat.d147 const c_longsize = target.c.longsize; in checkPrintfFormat() local
386 const c_longsize = target.c.longsize; in checkScanfFormat() local