HomeSort by relevance Sort by last modified time
    Searched refs:MappingImpl (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/dfsan/
dfsan_platform.h 63 uptr MappingImpl(void) {
76 return MappingImpl<Mapping39, Type>();
78 return MappingImpl<Mapping42, Type>();
81 return MappingImpl<Mapping, Type>();
  /external/compiler-rt/lib/tsan/rtl/
tsan_platform.h 335 uptr MappingImpl(void) {
366 return MappingImpl<Mapping39, Type>();
368 return MappingImpl<Mapping42, Type>();
372 return MappingImpl<Mapping44, Type>();
374 return MappingImpl<Mapping46, Type>();
377 return MappingImpl<Mapping, Type>();

Completed in 193 milliseconds