Searched defs:LValueRef (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Demangle/ |
H A D | MicrosoftDemangleNodes.h | 73 enum class ReferenceKind : uint8_t { None, LValueRef, RValueRef }; enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Demangle/ |
D | MicrosoftDemangleNodes.h | 72 enum class ReferenceKind : uint8_t { None, LValueRef, RValueRef }; enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Demangle/ |
D | MicrosoftDemangleNodes.h | 72 enum class ReferenceKind : uint8_t { None, LValueRef, RValueRef }; enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Demangle/ |
D | MicrosoftDemangleNodes.h | 72 enum class ReferenceKind : uint8_t { None, LValueRef, RValueRef }; enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Demangle/ |
D | MicrosoftDemangleNodes.h | 72 enum class ReferenceKind : uint8_t { None, LValueRef, RValueRef }; enumerator
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/ |
H A D | MicrosoftDemangleNodes.h | 72 enum class ReferenceKind : uint8_t { None, LValueRef, RValueRef }; enumerator
|
/aosp_15_r20/external/clang/include/clang/Sema/ |
H A D | DeclSpec.h | 1148 bool LValueRef : 1; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Sema/ |
D | DeclSpec.h | 1295 bool LValueRef : 1; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Sema/ |
D | DeclSpec.h | 1296 bool LValueRef : 1; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Sema/ |
D | DeclSpec.h | 1295 bool LValueRef : 1; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Sema/ |
D | DeclSpec.h | 1259 bool LValueRef : 1; member
|
/aosp_15_r20/external/clang/lib/Sema/ |
H A D | SemaType.cpp | 1996 bool LValueRef = SpelledAsLValue || T->getAs<LValueReferenceType>(); in BuildReferenceType() local
|