HomeSort by relevance Sort by last modified time
    Searched defs:AddrType (Results 1 - 4 of 4) sorted by null

  /external/google-breakpad/src/processor/
map_serializers_unittest.cc 49 typedef int32_t AddrType;
63 std::map<AddrType, EntryType> std_map_;
64 google_breakpad::StdMapSerializer<AddrType, EntryType> serializer_;
135 google_breakpad::AddressMap<AddrType, EntryType> address_map_;
136 google_breakpad::AddressMapSerializer<AddrType, EntryType> serializer_;
210 google_breakpad::RangeMap<AddrType, EntryType> range_map_;
211 google_breakpad::RangeMapSerializer<AddrType, EntryType> serializer_;
283 google_breakpad::ContainedRangeMap<AddrType, EntryType> crm_map_;
284 google_breakpad::ContainedRangeMapSerializer<AddrType, EntryType> serializer_;
  /prebuilts/go/darwin-x86/src/debug/dwarf/
type.go 86 // An AddrType represents a machine address type.
87 type AddrType struct {
433 typ = new(AddrType)
  /prebuilts/go/linux-x86/src/debug/dwarf/
type.go 86 // An AddrType represents a machine address type.
87 type AddrType struct {
433 typ = new(AddrType)
  /external/clang/lib/Sema/
SemaChecking.cpp 793 QualType AddrType = ValType.getUnqualifiedType().withVolatile();
795 AddrType.addConst();
799 if (!AddrType.isAtLeastAsQualifiedAs(ValType)) {
803 << Context.getPointerType(AddrType)
808 AddrType = Context.getPointerType(AddrType);
809 PointerArgRes = ImpCastExprToType(PointerArg, AddrType, CastNeeded);
    [all...]

Completed in 2979 milliseconds