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 135 uhwptr *frame = (uhwptr *)bp;
136 uhwptr *prev_frame = frame - 1;
140 frame < (uhwptr *)stack_top - 2 &&
141 frame > (uhwptr *)stack_bottom &&
144 uhwptr pc1 = frame[1];
149 frame = (uhwptr *)frame[0];
sanitizer_internal_defs.h 57 typedef unsigned long long uhwptr; // NOLINT typedef in namespace:__sanitizer
59 typedef uptr uhwptr; // NOLINT typedef in namespace:__sanitizer

Completed in 180 milliseconds