Home
last modified time | relevance | path

Searched defs:isRValueReference (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypePointer.cpp114 bool NativeTypePointer::isRValueReference() const { in isRValueReference() function in NativeTypePointer
H A DNativeRawSymbol.cpp651 bool NativeRawSymbol::isRValueReference() const { in isRValueReference() function in NativeRawSymbol
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypePointer.cpp113 bool NativeTypePointer::isRValueReference() const { in isRValueReference() function in NativeTypePointer
H A DNativeRawSymbol.cpp652 bool NativeRawSymbol::isRValueReference() const { in isRValueReference() function in NativeRawSymbol
/aosp_15_r20/external/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp1024 bool DIARawSymbol::isRValueReference() const { in isRValueReference() function in DIARawSymbol
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h663 bool isRValueReference() const { return getFlags() & FlagRValueReference; } in isRValueReference() function
1779 bool isRValueReference() const { return getFlags() & FlagRValueReference; } in isRValueReference() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/
DDebugInfoMetadata.h787 bool isRValueReference() const { return getFlags() & FlagRValueReference; } in isRValueReference() function
1792 bool isRValueReference() const { return getFlags() & FlagRValueReference; } in isRValueReference() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/
DDebugInfoMetadata.h787 bool isRValueReference() const { return getFlags() & FlagRValueReference; } in isRValueReference() function
1849 bool isRValueReference() const { return getFlags() & FlagRValueReference; } in isRValueReference() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/
DDebugInfoMetadata.h787 bool isRValueReference() const { return getFlags() & FlagRValueReference; } in isRValueReference() function
1792 bool isRValueReference() const { return getFlags() & FlagRValueReference; } in isRValueReference() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h776 bool isRValueReference() const { return getFlags() & FlagRValueReference; } in isRValueReference() function
2028 bool isRValueReference() const { return getFlags() & FlagRValueReference; } in isRValueReference() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/
DDebugInfoMetadata.h783 bool isRValueReference() const { return getFlags() & FlagRValueReference; } in isRValueReference() function
1788 bool isRValueReference() const { return getFlags() & FlagRValueReference; } in isRValueReference() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp1186 bool DIARawSymbol::isRValueReference() const { in isRValueReference() function in DIARawSymbol
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp1186 bool DIARawSymbol::isRValueReference() const { in isRValueReference() function in DIARawSymbol
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaOverload.cpp9764 bool isRValueReference = false; in NoteSurrogateCandidate() local