/llvm-project/clang/test/Index/ |
H A D | nullability.c | 9 …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 D | TransGCAttrs.cpp | 114 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 D | Transforms.h | 89 QualType ModifiedType; member
|
/llvm-project/llvm/test/DebugInfo/PDB/Inputs/ |
H A D | every-type.yaml | 12 ModifiedType: 0x1000 248 ModifiedType: 0x100D 253 ModifiedType: 0x1014 258 ModifiedType: 0x100F 263 ModifiedType: 0x1011
|
/llvm-project/llvm/test/tools/llvm-readobj/COFF/ |
H A D | codeview-merging-ghash.test | 17 # MERGED-NEXT: ModifiedType: void (0x3) 125 ModifiedType: 3
|
/llvm-project/lld/test/COFF/Inputs/ |
H A D | precomp2.yaml | 48 ModifiedType: 4096
|
H A D | pdb-local-constants.s | 155 .long 0x74 # ModifiedType: int
|
H A D | pdb-global-constants-b.s | 157 # ModifiedType: int (0x74)
|
H A D | pdb-hashes-2-missing.yaml | 173 ModifiedType: 4097
|
H A D | pdb-global-constants-a.s | 167 # ModifiedType: int (0x74)
|
H A D | pdb-hashes-2.yaml | 173 ModifiedType: 4097
|
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeRecord.h | 134 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 D | s_constant.s | 483 # 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 D | SymbolCache.cpp | 135 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 D | pr37492.ll | 27 ; CHECK-NEXT: .long 0x20 # ModifiedType: unsigned char
|
H A D | types-basic.ll | 66 ; CHECK: ModifiedType: int (0x74) 183 ; CHECK: ModifiedType: void (0x3) 380 ; ASM: .long 0x74 # ModifiedType: int 476 ; ASM: .long 0x3 # ModifiedType: void
|
H A D | type-quals.ll | 50 ; CHECK: ModifiedType: int (0x74) 165 ; CHECK: ModifiedType: int (0x74) 218 ; CHECK: ModifiedType: char (0x70)
|
/llvm-project/lldb/test/Shell/SymbolFile/NativePDB/ |
H A D | nested-blocks-same-address.s | 302 .long 0x70 # ModifiedType: char 314 .long 0x70 # ModifiedType: char
|
/llvm-project/llvm/test/MC/COFF/ |
H A D | cv-inline-linetable-unlikely.s | 192 # ModifiedType: int (0x74)
|
/llvm-project/lld/test/COFF/ |
H A D | pdb-thunk.yaml | 422 ModifiedType: 4096 596 ModifiedType: 4120 748 ModifiedType: 4142 1053 ModifiedType: 112
|
H A D | pdb-inlinees.s | 282 # ModifiedType: int (0x74)
|
H A D | pdb-inlinees-extrafiles.s | 284 # ModifiedType: int (0x74)
|
/llvm-project/llvm/unittests/DebugInfo/CodeView/ |
H A D | TypeIndexDiscoveryTest.cpp | 333 checkTypeReferences(0, Modifier.ModifiedType); in TEST_F() 442 checkTypeReferences(7, Modifier.ModifiedType); in TEST_F()
|
/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | DWARFLocationExpression.cpp | 89 return GetIntegralTypeInfo(mfr.ModifiedType, tpi); in GetIntegralTypeInfo()
|
/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | TypeRecordMapping.cpp | 318 error(IO.mapInteger(Record.ModifiedType, "ModifiedType")); in visitKnownRecord()
|