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

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_stacktrace.cc 134 uhwptr *frame = (uhwptr *)bp;
135 uhwptr *prev_frame = frame - 1;
138 frame < (uhwptr *)stack_top - 2 &&
139 frame > (uhwptr *)stack_bottom &&
141 uhwptr pc1 = frame[1];
146 frame = (uhwptr *)frame[0];
sanitizer_internal_defs.h 55 typedef unsigned long long uhwptr; // NOLINT typedef in namespace:__sanitizer
57 typedef uptr uhwptr; // NOLINT typedef in namespace:__sanitizer

Completed in 105 milliseconds