Home
last modified time | relevance | path

Searched defs:AddrType (Results 1 – 4 of 4) 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/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineRelocation.h67 AddressType AddrType : 4; // The field of Target to use variable
/external/clang/lib/Sema/
DSemaChecking.cpp1293 QualType AddrType = ValType.getUnqualifiedType().withVolatile(); in CheckARMBuiltinExclusiveCall() local