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 45 uhwptr *frame = (uhwptr *)bp;
46 uhwptr *prev_frame = frame - 1;
50 frame < (uhwptr *)stack_top - 2 &&
51 frame > (uhwptr *)stack_bottom &&
54 uhwptr pc1 = frame[1];
59 frame = (uhwptr *)frame[0];
sanitizer_internal_defs.h 58 typedef unsigned long long uhwptr; // NOLINT typedef in namespace:__sanitizer
60 typedef uptr uhwptr; // NOLINT typedef in namespace:__sanitizer

Completed in 2735 milliseconds