Home
last modified time | relevance | path

Searched full:modifiedtype (Results 1 – 25 of 52) sorted by relevance

123

/llvm-project/clang/test/Index/
H A Dnullability.c9 …llability=nonnull] [canonicaltype=int *] [canonicaltypekind=Pointer] [modifiedtype=int *] [modifie…
10 …lability=nullable] [canonicaltype=int *] [canonicaltypekind=Pointer] [modifiedtype=int *] [modifie…
11 …ility=unspecified] [canonicaltype=int *] [canonicaltypekind=Pointer] [modifiedtype=int *] [modifie…
12 …y=nullable_result] [canonicaltype=int *] [canonicaltypekind=Pointer] [modifiedtype=int *] [modifie…
/llvm-project/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp114 Attr.ModifiedType = TL.getModifiedLoc().getType(); in handleAttr()
185 if (Attr.ModifiedType.isNull()) in errorForGCAttrsOnNonObjC()
187 if (!Attr.ModifiedType->isObjCRetainableType()) { in errorForGCAttrsOnNonObjC()
201 if (Attr.ModifiedType.isNull() || in checkWeakGCAttrs()
202 !Attr.ModifiedType->isObjCRetainableType()) in checkWeakGCAttrs()
204 if (!canApplyWeak(MigrateCtx.Pass.Ctx, Attr.ModifiedType, in checkWeakGCAttrs()
339 Attr.ModifiedType.dump(); in dumpGCAttrs()
H A DTransforms.h89 QualType ModifiedType; member
/llvm-project/llvm/test/DebugInfo/PDB/Inputs/
H A Devery-type.yaml12 ModifiedType: 0x1000
248 ModifiedType: 0x100D
253 ModifiedType: 0x1014
258 ModifiedType: 0x100F
263 ModifiedType: 0x1011
/llvm-project/llvm/test/tools/llvm-readobj/COFF/
H A Dcodeview-merging-ghash.test17 # MERGED-NEXT: ModifiedType: void (0x3)
125 ModifiedType: 3
/llvm-project/lld/test/COFF/Inputs/
H A Dprecomp2.yaml48 ModifiedType: 4096
H A Dpdb-local-constants.s155 .long 0x74 # ModifiedType: int
H A Dpdb-global-constants-b.s157 # ModifiedType: int (0x74)
H A Dpdb-hashes-2-missing.yaml173 ModifiedType: 4097
H A Dpdb-global-constants-a.s167 # ModifiedType: int (0x74)
H A Dpdb-hashes-2.yaml173 ModifiedType: 4097
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h134 ModifierRecord(TypeIndex ModifiedType, ModifierOptions Modifiers) in ModifierRecord() argument
135 : TypeRecord(TypeRecordKind::Modifier), ModifiedType(ModifiedType), in ModifierRecord()
138 TypeIndex getModifiedType() const { return ModifiedType; } in getModifiedType()
141 TypeIndex ModifiedType; variable
/llvm-project/lldb/test/Shell/SymbolFile/NativePDB/Inputs/
H A Ds_constant.s483 # ModifiedType: A::B::C::LargeUnsignedEnum (0x1005)
567 # ModifiedType: A::B::C::LargeSignedEnum (0x100A)
646 # ModifiedType: A::B::C::UnsignedEnum (0x100E)
726 # ModifiedType: A::B::C::SignedEnum (0x1012)
807 # ModifiedType: A::B::C::SmallUnsignedEnum (0x1016)
889 # ModifiedType: A::B::C::SmallSignedEnum (0x101A)
/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DSymbolCache.cpp135 if (Record.ModifiedType.isSimple()) in createSymbolForModifiedType()
136 return createSimpleType(Record.ModifiedType, Record.Modifiers); in createSymbolForModifiedType()
139 SymIndexId UnmodifiedId = findSymbolByTypeIndex(Record.ModifiedType); in createSymbolForModifiedType()
/llvm-project/llvm/test/DebugInfo/COFF/
H A Dpr37492.ll27 ; CHECK-NEXT: .long 0x20 # ModifiedType: unsigned char
H A Dtypes-basic.ll66 ; CHECK: ModifiedType: int (0x74)
183 ; CHECK: ModifiedType: void (0x3)
380 ; ASM: .long 0x74 # ModifiedType: int
476 ; ASM: .long 0x3 # ModifiedType: void
H A Dtype-quals.ll50 ; CHECK: ModifiedType: int (0x74)
165 ; CHECK: ModifiedType: int (0x74)
218 ; CHECK: ModifiedType: char (0x70)
/llvm-project/lldb/test/Shell/SymbolFile/NativePDB/
H A Dnested-blocks-same-address.s302 .long 0x70 # ModifiedType: char
314 .long 0x70 # ModifiedType: char
/llvm-project/llvm/test/MC/COFF/
H A Dcv-inline-linetable-unlikely.s192 # ModifiedType: int (0x74)
/llvm-project/lld/test/COFF/
H A Dpdb-thunk.yaml422 ModifiedType: 4096
596 ModifiedType: 4120
748 ModifiedType: 4142
1053 ModifiedType: 112
H A Dpdb-inlinees.s282 # ModifiedType: int (0x74)
H A Dpdb-inlinees-extrafiles.s284 # ModifiedType: int (0x74)
/llvm-project/llvm/unittests/DebugInfo/CodeView/
H A DTypeIndexDiscoveryTest.cpp333 checkTypeReferences(0, Modifier.ModifiedType); in TEST_F()
442 checkTypeReferences(7, Modifier.ModifiedType); in TEST_F()
/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DDWARFLocationExpression.cpp89 return GetIntegralTypeInfo(mfr.ModifiedType, tpi); in GetIntegralTypeInfo()
/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordMapping.cpp318 error(IO.mapInteger(Record.ModifiedType, "ModifiedType")); in visitKnownRecord()

123