Home
last modified time | relevance | path

Searched refs:RValueReference (Results 1 – 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/container/
Dinlined_vector.h76 using RValueReference = typename Storage::RValueReference; variable
567 iterator insert(const_iterator pos, RValueReference v) { in insert()
664 void push_back(RValueReference v) { in push_back()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNativeTypePointer.cpp116 return Record->getMode() == PointerMode::RValueReference; in isRValueReference()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DMicrosoftDemangleNodes.h55 enum class PointerAffinity { None, Pointer, Reference, RValueReference }; enumerator
56 enum class FunctionRefQualifier { None, Reference, RValueReference }; enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDebugInfoFlags.def45 HANDLE_DI_FLAG((1 << 14), RValueReference)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/
DMicrosoftDemangleNodes.cpp442 else if (RefQualifier == FunctionRefQualifier::RValueReference) in outputPost()
509 case PointerAffinity::RValueReference: in outputPre()
DMicrosoftDemangle.cpp220 return FunctionRefQualifier::RValueReference; in demangleFunctionRefQualifier()
227 return std::make_pair(Q_None, PointerAffinity::RValueReference); in demanglePointerCVQualifiers()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h353 RValueReference = 0x04 // r-value reference enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DRecordName.cpp173 else if (Ptr.getMode() == PointerMode::RValueReference) in visitKnownRecord()
DEnumTables.cpp364 CV_ENUM_CLASS_ENT(PointerMode, RValueReference),
DTypeDumpVisitor.cpp90 ENUM_ENTRY(PointerMode, RValueReference),
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Dinlined_vector.h289 using RValueReference = value_type&&; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp284 IO.enumCase(Mode, "RValueReference", PointerMode::RValueReference); in enumeration()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp373 RAW_METHOD_DUMP(OS, RValueReference); in dump()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1723 PM = PointerMode::RValueReference; in lowerTypePointer()