Home
last modified time | relevance | path

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

123

/external/llvm-project/clang/test/Index/
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…
/external/llvm-project/clang/lib/ARCMigrate/
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()
DTransforms.h89 QualType ModifiedType; member
/external/clang/lib/ARCMigrate/
DTransGCAttrs.cpp117 Attr.ModifiedType = TL.getModifiedLoc().getType(); in handleAttr()
188 if (Attr.ModifiedType.isNull()) in errorForGCAttrsOnNonObjC()
190 if (!Attr.ModifiedType->isObjCRetainableType()) { in errorForGCAttrsOnNonObjC()
204 if (Attr.ModifiedType.isNull() || in checkWeakGCAttrs()
205 !Attr.ModifiedType->isObjCRetainableType()) in checkWeakGCAttrs()
207 if (!canApplyWeak(MigrateCtx.Pass.Ctx, Attr.ModifiedType, in checkWeakGCAttrs()
344 Attr.ModifiedType.dump(); in dumpGCAttrs()
DTransforms.h90 QualType ModifiedType; member
/external/llvm-project/llvm/test/DebugInfo/PDB/Inputs/
Devery-type.yaml12 ModifiedType: 0x1000
248 ModifiedType: 0x100D
253 ModifiedType: 0x1014
258 ModifiedType: 0x100F
263 ModifiedType: 0x1011
/external/llvm-project/llvm/test/tools/llvm-readobj/COFF/
Dcodeview-merging-ghash.test17 # MERGED-NEXT: ModifiedType: void (0x3)
125 ModifiedType: 3
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DSymbolCache.cpp119 if (Record.ModifiedType.isSimple()) in createSymbolForModifiedType()
120 return createSimpleType(Record.ModifiedType, Record.Modifiers); in createSymbolForModifiedType()
123 SymIndexId UnmodifiedId = findSymbolByTypeIndex(Record.ModifiedType); in createSymbolForModifiedType()
/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h117 ModifierRecord(TypeIndex ModifiedType, ModifierOptions Modifiers) in ModifierRecord() argument
118 : TypeRecord(TypeRecordKind::Modifier), ModifiedType(ModifiedType), in ModifierRecord()
128 TypeIndex getModifiedType() const { return ModifiedType; } in getModifiedType()
133 TypeIndex ModifiedType; member
137 TypeIndex ModifiedType; variable
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h133 ModifierRecord(TypeIndex ModifiedType, ModifierOptions Modifiers) in ModifierRecord() argument
134 : TypeRecord(TypeRecordKind::Modifier), ModifiedType(ModifiedType), in ModifierRecord()
137 TypeIndex getModifiedType() const { return ModifiedType; } in getModifiedType()
140 TypeIndex ModifiedType; variable
/external/llvm-project/lld/test/COFF/Inputs/
Dprecomp2.yaml48 ModifiedType: 4096
Dpdb-global-constants-a.s167 # ModifiedType: int (0x74)
Dpdb-global-constants-b.s157 # ModifiedType: int (0x74)
Dpdb-hashes-2-missing.yaml173 ModifiedType: 4097
Dpdb-hashes-2.yaml173 ModifiedType: 4097
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h139 ModifierRecord(TypeIndex ModifiedType, ModifierOptions Modifiers) in ModifierRecord() argument
140 : TypeRecord(TypeRecordKind::Modifier), ModifiedType(ModifiedType), in ModifierRecord()
143 TypeIndex getModifiedType() const { return ModifiedType; } in getModifiedType()
146 TypeIndex ModifiedType; variable
/external/llvm-project/lldb/test/Shell/SymbolFile/NativePDB/Inputs/
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)
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DSymbolCache.cpp129 if (Record.ModifiedType.isSimple()) in createSymbolForModifiedType()
130 return createSimpleType(Record.ModifiedType, Record.Modifiers); in createSymbolForModifiedType()
133 SymIndexId UnmodifiedId = findSymbolByTypeIndex(Record.ModifiedType); in createSymbolForModifiedType()
/external/llvm-project/llvm/test/DebugInfo/COFF/
Dpr37492.ll27 ; CHECK-NEXT: .long 0x20 # ModifiedType: unsigned char
Dtypes-basic.ll66 ; CHECK: ModifiedType: int (0x74)
183 ; CHECK: ModifiedType: void (0x3)
379 ; ASM: .long 0x74 # ModifiedType: int
475 ; ASM: .long 0x3 # ModifiedType: void
Dtype-quals.ll47 ; CHECK: ModifiedType: int (0x74)
162 ; CHECK: ModifiedType: int (0x74)
215 ; CHECK: ModifiedType: char (0x70)
/external/llvm-project/llvm/test/MC/COFF/
Dcv-inline-linetable-unlikely.s192 # ModifiedType: int (0x74)
/external/llvm-project/lld/test/COFF/
Dpdb-thunk.yaml422 ModifiedType: 4096
596 ModifiedType: 4120
748 ModifiedType: 4142
1053 ModifiedType: 112
/external/llvm/lib/DebugInfo/CodeView/
DTypeRecord.cpp40 TypeIndex M = L->ModifiedType; in deserialize()
399 return remapIndex(IndexMap, ModifiedType); in remapTypeIndices()
/external/llvm-project/llvm/unittests/DebugInfo/CodeView/
DTypeIndexDiscoveryTest.cpp333 checkTypeReferences(0, Modifier.ModifiedType); in TEST_F()
442 checkTypeReferences(7, Modifier.ModifiedType); in TEST_F()

123