Home
last modified time | relevance | path

Searched refs:LValueReference (Results 1 – 25 of 32) sorted by relevance

12

/external/llvm/include/llvm/IR/
DDebugInfoFlags.def33 HANDLE_DI_FLAG((1 << 13), LValueReference)
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DDebugInfoFlags.def35 HANDLE_DI_FLAG((1 << 13), LValueReference)
/external/clang/tools/libclang/
DCXType.cpp79 TKCASE(LValueReference); in GetTypeKind()
365 case Type::LValueReference: in clang_getPointeeType()
481 TKIND(LValueReference); in clang_getTypeKindSpelling()
/external/clang/include/clang/AST/
DTypeNodes.def67 TYPE(LValueReference, ReferenceType)
DType.h2359 return T->getTypeClass() == LValueReference ||
2369 ReferenceType(LValueReference, Referencee, CanonicalRef, SpelledAsLValue)
2377 return T->getTypeClass() == LValueReference;
/external/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h329 LValueReference = 0x01, // "old" reference enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h345 LValueReference = 0x01, // "old" reference enumerator
/external/llvm/lib/DebugInfo/CodeView/
DTypeDumper.cpp133 ENUM_ENTRY(PointerMode, LValueReference),
438 if (Ptr.getMode() == PointerMode::LValueReference) in visitPointer()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DRecordName.cpp172 if (Ptr.getMode() == PointerMode::LValueReference) in visitKnownRecord()
DTypeDumpVisitor.cpp88 ENUM_ENTRY(PointerMode, LValueReference),
/external/clang/lib/AST/
DTypeLoc.cpp233 case LValueReference: in getEndLoc()
DType.cpp3334 case Type::LValueReference: in computeCachedProperties()
3419 case Type::LValueReference: in computeLinkageInfo()
3585 case Type::LValueReference: in canHaveNullability()
DTypePrinter.cpp219 case Type::LValueReference: in canPrefixQualifiers()
DASTContext.cpp1705 case Type::LValueReference: in getTypeInfoImpl()
2678 case Type::LValueReference: { in getVariableArrayDecayedType()
5632 case Type::LValueReference: in getObjCEncodingForTypeImpl()
7747 case Type::LValueReference: in mergeTypes()
DDecl.cpp1718 case Type::LValueReference: in typeIsPostfix()
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/COFF/
Dtypes-array-advanced.ll58 ; CHECK: PtrMode: LValueReference (0x1)
Dtype-quals.ll188 ; CHECK: PtrMode: LValueReference (0x1)
/external/clang/lib/CodeGen/
DCodeGenTypes.cpp496 case Type::LValueReference: in ConvertType()
DCodeGenFunction.cpp189 case Type::LValueReference: in getEvaluationKind()
1716 case Type::LValueReference: in EmitVariablyModifiedType()
DItaniumCXXABI.cpp2741 case Type::LValueReference: in BuildVTablePointer()
2968 case Type::LValueReference: in BuildTypeInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DMinimalTypeDumper.cpp108 RETURN_CASE(PointerMode, LValueReference, "ref"); in formatPointerMode()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp281 IO.enumCase(Mode, "LValueReference", PointerMode::LValueReference); in enumeration()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1548 PM = PointerMode::LValueReference; in lowerTypePointer()
2283 PointerMode::LValueReference, PointerOptions::None, in getTypeIndexForReferenceTo()
/external/clang/lib/Sema/
DSemaTemplateDeduction.cpp1263 case Type::LValueReference: { in DeduceTemplateArgumentsByTypeMatch()
4758 case Type::LValueReference: in MarkUsedTemplateParameters()
/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1165 PM = PointerMode::LValueReference; in lowerTypePointer()

12