Home
last modified time | relevance | path

Searched defs:naked (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/gcc/
H A Dattributes.d561 enum naked = attribute("naked"); variable
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dstatement.h734 bool naked; // true if function is to be naked variable
H A Ddeclaration.h545 bool naked; // true if naked variable
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dstatement.h723 bool naked; // true if function is to be naked variable
H A Dstatement.d1957 bool naked; // true if function is to be naked variable
H A Dfunc.d209 naked = 0x2000, /// The function is 'naked' (see inline ASM) enumerator