OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:local_ptr
(Results
1 - 3
of
3
) sorted by null
/external/clang/test/Analysis/
return-ptr-range.cpp
19
int *
local_ptr
;
local
22
local_ptr
= arr + x;
26
return
local_ptr
; // expected-warning{{Returned pointer value points outside the original object (potential buffer overflow)}}
/art/imgdiag/
imgdiag.cc
409
const uint8_t*
local_ptr
= reinterpret_cast<const uint8_t*>(&boot_image_header) + offset;
local
412
if (memcmp(
local_ptr
, remote_ptr, kPageSize) != 0) {
418
const uint32_t* local_ptr_int32 = reinterpret_cast<const uint32_t*>(
local_ptr
);
435
const uint8_t*
local_ptr
= reinterpret_cast<const uint8_t*>(&boot_image_header) + offset;
local
438
virtual_page_idx = reinterpret_cast<uintptr_t>(
local_ptr
) / kPageSize;
442
if (*
local_ptr
!= *remote_ptr) {
864
const uint8_t*
local_ptr
= reinterpret_cast<const uint8_t*>(&image_header) + boot_offset;
local
[
all
...]
/external/pcre/dist/
pcre_dfa_exec.c
2877
const pcre_uchar *
local_ptr
= ptr;
local
[
all
...]
Completed in 200 milliseconds