Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A DChangeLog-2013961 (IRState::isFuncType): Replace with function_type_p.
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dparse.d4864 const isFuncType = (tp && tp.next.isTypeFunction) || t.isTypeDelegate; in parseAliasDeclarations() local
4865 const remStc = isFuncType ? (storage_class & ~STC.FUNCATTR) : storage_class; in parseAliasDeclarations()