HomeSort by relevance Sort by last modified time
    Searched refs:local_ptr (Results 1 - 4 of 4) 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)}}
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorSycl.h 28 typedef typename cl::sycl::local_ptr<T>::pointer_t Type;
  /art/imgdiag/
imgdiag.cc 198 const uint8_t* local_ptr = reinterpret_cast<const uint8_t*>(&image_header) + boot_offset; local
200 return reinterpret_cast<T*>(const_cast<uint8_t*>(local_ptr));
1293 const uint8_t* local_ptr = reinterpret_cast<const uint8_t*>(&image_header_) + offset; local
1322 const uint8_t* local_ptr = reinterpret_cast<const uint8_t*>(&image_header_) + offset; local
    [all...]
  /external/pcre/dist2/src/
pcre2_dfa_match.c 2807 PCRE2_SPTR local_ptr = ptr; local
    [all...]

Completed in 257 milliseconds