Home
last modified time | relevance | path

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

12

/llvm-project/clang/include/clang/Serialization/
H A DTypeBitCodes.def17 TYPE_BIT_CODE(LValueReference, LVALUE_REFERENCE, 6)
/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypePointer.cpp111 return Record->getMode() == PointerMode::LValueReference; in isReference()
/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoFlags.def44 HANDLE_DI_FLAG((1 << 13), LValueReference)
/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DUseAutoCheck.cpp414 ignoreTypeLocClasses(Loc, {TypeLoc::LValueReference, TypeLoc::RValueReference, in replaceExpr()
/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DRecordName.cpp177 if (Ptr.getMode() == PointerMode::LValueReference) in visitKnownRecord()
H A DTypeDumpVisitor.cpp88 ENUM_ENTRY(PointerMode, LValueReference),
H A DEnumTables.cpp376 CV_ENUM_CLASS_ENT(PointerMode, LValueReference),
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h365 LValueReference = 0x01, // "old" reference enumerator
/llvm-project/clang/tools/libclang/
H A DCXType.cpp101 TKCASE(LValueReference); in GetTypeKind()
475 case Type::LValueReference: in clang_getPointeeType()
615 TKIND(LValueReference); in clang_getTypeKindSpelling()
/llvm-project/llvm/docs/PDB/
H A DCodeViewTypes.rst103 LValueReference = 0x01, // "old" reference
/llvm-project/llvm/test/DebugInfo/COFF/
H A Dtypes-array-advanced.ll58 ; CHECK: PtrMode: LValueReference (0x1)
H A Dtype-quals.ll186 ; CHECK: PtrMode: LValueReference (0x1)
/llvm-project/lldb/test/Shell/SymbolFile/NativePDB/
H A Dnested-blocks-same-address.s384 .long 0x1002c # Attrs: [ Type: Near64, Mode: LValueReference, SizeOf: 8 ]
/llvm-project/clang-tools-extra/clang-tidy/utils/
H A DExceptionAnalyzer.cpp377 (HandlerCanTy->getTypeClass() == Type::LValueReference && in filterByCatch()
/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp3167 case clang::Type::LValueReference: in IsMemberFunctionPointerType()
3364 case clang::Type::LValueReference: in IsPointerOrReferenceType()
3395 case clang::Type::LValueReference: in IsReferenceType()
3602 case clang::Type::LValueReference: in IsPossibleDynamicType()
3967 case clang::Type::LValueReference: in GetTypeInfo()
4176 case clang::Type::LValueReference: in GetTypeClass()
5050 case clang::Type::LValueReference: in GetEncoding()
5224 case clang::Type::LValueReference: in GetFormat()
5408 case clang::Type::LValueReference: in GetNumChildren()
6122 case clang::Type::LValueReference in GetNumPointeeChildren()
[all...]
/llvm-project/llvm/bindings/ocaml/debuginfo/
H A Dllvm_debuginfo.ml77 | LValueReference Constructor
H A Dllvm_debuginfo.mli77 | LValueReference Constructor
/llvm-project/clang/lib/AST/
H A DTypeLoc.cpp268 case LValueReference: in getEndLoc()
H A DType.cpp4599 case Type::LValueReference: in computeCachedProperties()
4689 case Type::LValueReference: in computeTypeLinkageInfo()
4896 case Type::LValueReference: in stripOuterNullability()
/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp137 RETURN_CASE(PointerMode, LValueReference, "ref"); in formatPointerMode()
/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.cpp599 case Type::LValueReference: in ConvertType()
H A DCodeGenFunction.cpp273 case Type::LValueReference: in getEvaluationKind()
2467 case Type::LValueReference: in EmitVariablyModifiedType()
/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp286 IO.enumCase(Mode, "LValueReference", PointerMode::LValueReference); in enumeration()
/llvm-project/mlir/include/mlir/Dialect/LLVMIR/
H A DLLVMEnums.td369 def LLVM_DIFlagLValueReference : I32BitEnumAttrCaseBit<"LValueReference", 13>;
/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp569 if (pointer.getMode() == PointerMode::LValueReference) in CreatePointerType()

12