/external/llvm/include/llvm/IR/ |
D | DebugInfoFlags.def | 33 HANDLE_DI_FLAG((1 << 13), LValueReference)
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | DebugInfoFlags.def | 35 HANDLE_DI_FLAG((1 << 13), LValueReference)
|
/external/clang/tools/libclang/ |
D | CXType.cpp | 79 TKCASE(LValueReference); in GetTypeKind() 365 case Type::LValueReference: in clang_getPointeeType() 481 TKIND(LValueReference); in clang_getTypeKindSpelling()
|
/external/clang/include/clang/AST/ |
D | TypeNodes.def | 67 TYPE(LValueReference, ReferenceType)
|
D | Type.h | 2359 return T->getTypeClass() == LValueReference || 2369 ReferenceType(LValueReference, Referencee, CanonicalRef, SpelledAsLValue) 2377 return T->getTypeClass() == LValueReference;
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 329 LValueReference = 0x01, // "old" reference enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 345 LValueReference = 0x01, // "old" reference enumerator
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | TypeDumper.cpp | 133 ENUM_ENTRY(PointerMode, LValueReference), 438 if (Ptr.getMode() == PointerMode::LValueReference) in visitPointer()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/ |
D | RecordName.cpp | 172 if (Ptr.getMode() == PointerMode::LValueReference) in visitKnownRecord()
|
D | TypeDumpVisitor.cpp | 88 ENUM_ENTRY(PointerMode, LValueReference),
|
/external/clang/lib/AST/ |
D | TypeLoc.cpp | 233 case LValueReference: in getEndLoc()
|
D | Type.cpp | 3334 case Type::LValueReference: in computeCachedProperties() 3419 case Type::LValueReference: in computeLinkageInfo() 3585 case Type::LValueReference: in canHaveNullability()
|
D | TypePrinter.cpp | 219 case Type::LValueReference: in canPrefixQualifiers()
|
D | ASTContext.cpp | 1705 case Type::LValueReference: in getTypeInfoImpl() 2678 case Type::LValueReference: { in getVariableArrayDecayedType() 5632 case Type::LValueReference: in getObjCEncodingForTypeImpl() 7747 case Type::LValueReference: in mergeTypes()
|
D | Decl.cpp | 1718 case Type::LValueReference: in typeIsPostfix()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/COFF/ |
D | types-array-advanced.ll | 58 ; CHECK: PtrMode: LValueReference (0x1)
|
D | type-quals.ll | 188 ; CHECK: PtrMode: LValueReference (0x1)
|
/external/clang/lib/CodeGen/ |
D | CodeGenTypes.cpp | 496 case Type::LValueReference: in ConvertType()
|
D | CodeGenFunction.cpp | 189 case Type::LValueReference: in getEvaluationKind() 1716 case Type::LValueReference: in EmitVariablyModifiedType()
|
D | ItaniumCXXABI.cpp | 2741 case Type::LValueReference: in BuildVTablePointer() 2968 case Type::LValueReference: in BuildTypeInfo()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
D | MinimalTypeDumper.cpp | 108 RETURN_CASE(PointerMode, LValueReference, "ref"); in formatPointerMode()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLTypes.cpp | 281 IO.enumCase(Mode, "LValueReference", PointerMode::LValueReference); in enumeration()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 1548 PM = PointerMode::LValueReference; in lowerTypePointer() 2283 PointerMode::LValueReference, PointerOptions::None, in getTypeIndexForReferenceTo()
|
/external/clang/lib/Sema/ |
D | SemaTemplateDeduction.cpp | 1263 case Type::LValueReference: { in DeduceTemplateArgumentsByTypeMatch() 4758 case Type::LValueReference: in MarkUsedTemplateParameters()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 1165 PM = PointerMode::LValueReference; in lowerTypePointer()
|