Home
last modified time | relevance | path

Searched refs:isRValueReference (Results 1 – 16 of 16) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/
DPDBSymbolTypePointer.h35 FORWARD_SYMBOL_METHOD(isRValueReference)
DIPDBRawSymbol.h217 virtual bool isRValueReference() const = 0;
/external/llvm/include/llvm/DebugInfo/PDB/
DIPDBRawSymbol.h188 virtual bool isRValueReference() const = 0;
/external/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIARawSymbol.h179 bool isRValueReference() const override;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeRawSymbol.h209 bool isRValueReference() const override;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIARawSymbol.h204 bool isRValueReference() const override;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DNativeRawSymbol.cpp667 bool NativeRawSymbol::isRValueReference() const { in isRValueReference() function in NativeRawSymbol
/external/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp293 MOCK_SYMBOL_ACCESSOR(isRValueReference)
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp375 MOCK_SYMBOL_ACCESSOR(isRValueReference)
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp886 if (CTy->isRValueReference()) in constructTypeDIE()
1248 if (SP->isRValueReference()) in applySubprogramAttributes()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp938 if (CTy->isRValueReference()) in constructTypeDIE()
1349 if (SP->isRValueReference()) in applySubprogramAttributes()
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp1024 bool DIARawSymbol::isRValueReference() const { in isRValueReference() function in DIARawSymbol
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp1165 bool DIARawSymbol::isRValueReference() const { in isRValueReference() function in DIARawSymbol
/external/llvm/include/llvm/IR/
DDebugInfoMetadata.h587 bool isRValueReference() const { return getFlags() & FlagRValueReference; }
1418 unsigned isRValueReference() const {
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DDebugInfoMetadata.h711 bool isRValueReference() const { return getFlags() & FlagRValueReference; }
1732 bool isRValueReference() const { return getFlags() & FlagRValueReference; }
/external/clang/lib/Sema/
DSemaOverload.cpp9764 bool isRValueReference = false; in NoteSurrogateCandidate() local
9773 isRValueReference = true; in NoteSurrogateCandidate()
9783 if (isRValueReference) FnType = S.Context.getRValueReferenceType(FnType); in NoteSurrogateCandidate()