Searched defs:isRef (Results 1 – 12 of 12) sorted by relevance
59 static constexpr bool isRef = std::is_reference<T>::value; variable
443 static constexpr bool isRef = std::is_reference<T>::value; variable
204 bool isRef() const { return Access & RefAccess; } in isRef() function
2235 MOD deduceWild(Type t, bool isRef) in deduceWild()3051 override final MOD deduceWild(Type t, bool isRef) in deduceWild()4662 const isRef = p.isReference(); local4715 const isRef = p.isReference(); local5942 override MOD deduceWild(Type t, bool isRef) in deduceWild()6266 override MOD deduceWild(Type t, bool isRef) in deduceWild()
151 bool isRef() const { return (storage_class & STCref) != 0; } in isRef() function
529 final bool isRef() const pure nothrow @nogc @safe in isRef() function
1508 bool isRef = (p.storageClass & STC.ref_) != 0; in package() local
2299 const bool isRef = parameter && parameter.isReference(); in functionParameters() local
158 bool isRef() { return (storage_class & STCref) != 0; } in isRef() function
2863 unsigned char TypeNext::deduceWild(Type *t, bool isRef) in deduceWild()6011 bool isRef = (p->storageClass & (STCref | STCout)) != 0; in callMatch() local8340 unsigned char TypeStruct::deduceWild(Type *t, bool isRef) in deduceWild()8935 unsigned char TypeClass::deduceWild(Type *t, bool isRef) in deduceWild()
1536 bool isRef = (p->storageClass & STCref) != 0; in visit() local
1550 bool isRef = (p->storageClass & (STCref | STCout)) != 0; in functionParameters() local1852 const bool isRef = (parameter && (parameter->storageClass & (STCref | STCout))); in functionParameters() local