Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Demangle/
DMicrosoftDemangle.cpp158 enum class ReferenceKind : uint8_t { None, LValueRef, RValueRef }; enumerator
805 else if (RefKind == ReferenceKind::RValueRef) in outputPost()
1614 return ReferenceKind::RValueRef; in demangleReferenceKind()
/external/clang/lib/Sema/
DSemaCast.cpp1206 bool RValueRef = DestReference->isRValueReferenceType(); in TryStaticReferenceDowncast() local
1207 if (!RValueRef && !SrcExpr->isLValue()) { in TryStaticReferenceDowncast()