Searched defs:isRef (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DErrorOr.h59 static constexpr bool isRef = std::is_reference<T>::value; member in class:llvm::ErrorOr
H A DError.h443 static constexpr bool isRef = std::is_reference<T>::value; member in class:llvm::Expected
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dstatementsem.c1536 bool isRef = (p->storageClass & STCref) != 0; local
H A Ddeclaration.h158 bool isRef() { return (storage_class & STCref) != 0; } function in class:Declaration
H A Dmtype.c2863 unsigned char TypeNext::deduceWild(Type *t, bool isRef) argument
6011 bool isRef = (p->storageClass & (STCref | STCout)) != 0; local
8340 unsigned char TypeStruct::deduceWild(Type *t, bool isRef) argument
8935 unsigned char TypeClass::deduceWild(Type *t, bool isRef) argument
[all...]
H A Dexpression.c1550 bool isRef = (p->storageClass & (STCref | STCout)) != 0; local
1852 const bool isRef = (parameter && (parameter->storageClass & (STCref | STCout))); local
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddeclaration.h151 bool isRef() const { return (storage_class & STCref) != 0; } function in class:Declaration

Completed in 236 milliseconds