Home
last modified time | relevance | path

Searched defs:isRef (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DErrorOr.h59 static constexpr bool isRef = std::is_reference<T>::value; variable
H A DError.h443 static constexpr bool isRef = std::is_reference<T>::value; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DAliasSetTracker.h204 bool isRef() const { return Access & RefAccess; } in isRef() function
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dmtype.d2235 MOD deduceWild(Type t, bool isRef) in deduceWild()
3051 override final MOD deduceWild(Type t, bool isRef) in deduceWild()
4662 const isRef = p.isReference(); local
4715 const isRef = p.isReference(); local
5942 override MOD deduceWild(Type t, bool isRef) in deduceWild()
6266 override MOD deduceWild(Type t, bool isRef) in deduceWild()
H A Ddeclaration.h151 bool isRef() const { return (storage_class & STCref) != 0; } in isRef() function
H A Ddeclaration.d529 final bool isRef() const pure nothrow @nogc @safe in isRef() function
H A Dstatementsem.d1508 bool isRef = (p.storageClass & STC.ref_) != 0; in package() local
H A Dexpressionsem.d2299 const bool isRef = parameter && parameter.isReference(); in functionParameters() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddeclaration.h158 bool isRef() { return (storage_class & STCref) != 0; } in isRef() function
H A Dmtype.c2863 unsigned char TypeNext::deduceWild(Type *t, bool isRef) in deduceWild()
6011 bool isRef = (p->storageClass & (STCref | STCout)) != 0; in callMatch() local
8340 unsigned char TypeStruct::deduceWild(Type *t, bool isRef) in deduceWild()
8935 unsigned char TypeClass::deduceWild(Type *t, bool isRef) in deduceWild()
H A Dstatementsem.c1536 bool isRef = (p->storageClass & STCref) != 0; in visit() local
H A Dexpression.c1550 bool isRef = (p->storageClass & (STCref | STCout)) != 0; in functionParameters() local
1852 const bool isRef = (parameter && (parameter->storageClass & (STCref | STCout))); in functionParameters() local