Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DWasm.h51 bool isTypeFunction() const { in isTypeFunction() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddoc.c2139 TypeFunction *isTypeFunction(Dsymbol *s) in isTypeFunction() function
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddoc.d2647 private TypeFunction isTypeFunction(Dsymbol s) in isTypeFunction() function
H A Dmtype.d2708 …inout(TypeFunction) isTypeFunction() { return ty == Tfunction ? cast(typeof(return))this : nu… in isTypeFunction() function