HomeSort by: relevance | last modified time | path
    Searched defs:Origin (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_origin.h 10 // Origin id utils.
20 // Origin handling.
22 // Origin is a 32-bit identifier that is attached to any uninitialized value in
26 // There are 3 kinds of origin ids:
27 // 1xxx xxxx xxxx xxxx heap origin id
28 // 0000 xxxx xxxx xxxx stack origin id
29 // 0zzz xxxx xxxx xxxx chained origin id
31 // Heap origin id describes a heap memory allocation and contains (in the xxx
34 // Stack origin id describes a stack memory allocation and contains (in the xxx
38 // Chained origin id describes an event of storing an uninitialized value t
    [all...]
msan_report.cc 34 const char *Origin() const { return Magenta(); }
44 Printf("%s", d.Origin());
48 d.Origin(), d.Name(), s, d.Origin(), d.Name(), sep + 1, d.Origin(),
61 VPrintf(1, " raw origin id: %d\n", id);
63 Origin o = Origin::FromRawId(id);
67 Printf(" %sUninitialized value was stored to memory at%s\n", d.Origin(),
80 d.Origin(), d.Default())
    [all...]
  /src/sys/external/bsd/acpica/dist/include/
acstruct.h 228 ACPI_PARSE_OBJECT *Origin; /* Start of walk [Obsolete] */
actbl1.h 2442 UINT8 Origin;

Completed in 83 milliseconds