Home
last modified time | relevance | path

Searched defs:AddrType (Results 1 – 6 of 6) sorted by relevance

/external/google-breakpad/src/processor/
Dmap_serializers-inl.h191 const ContainedRangeMap<AddrType, EntryType> *m) const { in SizeOf()
213 const ContainedRangeMap<AddrType, EntryType> *m, char *dest) const { in Write()
250 const ContainedRangeMap<AddrType, EntryType> *m, unsigned int *size) const { in Serialize()
Dmap_serializers_unittest.cc49 typedef int32_t AddrType; typedef
/external/zucchini/
Drel32_finder_unittest.cc519 using AddrType = AArch32Rel32Translator::AddrType; in TEST() typedef
541 using AddrType = AArch32Rel32Translator::AddrType; in TEST() typedef
600 using AddrType = AArch32Rel32Translator::AddrType; in TEST() typedef
628 using AddrType = AArch32Rel32Translator::AddrType; in TEST() typedef
691 using AddrType = AArch64Rel32Translator::AddrType; in TEST() typedef
714 using AddrType = AArch64Rel32Translator::AddrType; in TEST() typedef
Darm_utils.h135 enum AddrType : uint8_t { enum
338 enum AddrType : uint8_t { enum
/external/zucchini/aosp/include/components/zucchini/
Darm_utils.h135 enum AddrType : uint8_t { enum
338 enum AddrType : uint8_t { enum
/external/clang/lib/Sema/
DSemaChecking.cpp1293 QualType AddrType = ValType.getUnqualifiedType().withVolatile(); in CheckARMBuiltinExclusiveCall() local