Home
last modified time | relevance | path

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

/external/llvm-project/llvm/test/DebugInfo/COFF/
Dtypes-method-ref-qualifiers.ll13 ; int RValueRef() &&;
78 !27 = !DISubprogram(name: "RValueRef", linkageName: "?RValueRef@A@@QEHAAHXZ", scope: !15, file: !1,…
203 ; CHECK: Name: RValueRef
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DMicrosoftDemangleNodes.h72 enum class ReferenceKind : uint8_t { None, LValueRef, RValueRef }; enumerator
/external/llvm-project/llvm/include/llvm/Demangle/
DMicrosoftDemangleNodes.h72 enum class ReferenceKind : uint8_t { None, LValueRef, RValueRef }; enumerator
/external/clang/lib/Sema/
DSemaCast.cpp1206 bool RValueRef = DestReference->isRValueReferenceType(); in TryStaticReferenceDowncast() local
1207 if (!RValueRef && !SrcExpr->isLValue()) { in TryStaticReferenceDowncast()
/external/llvm-project/clang/lib/Sema/
DSemaCast.cpp1436 bool RValueRef = DestReference->isRValueReferenceType(); in TryStaticReferenceDowncast() local
1437 if (!RValueRef && !SrcExpr->isLValue()) { in TryStaticReferenceDowncast()