Home
last modified time | relevance | path

Searched defs:ArrayPointer (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/deqp/framework/common/
H A DtcuFormatUtil.hpp188 class ArrayPointer class
194 ArrayPointer(const T *arr_, int size_) : arr(arr_), size(size_) in ArrayPointer() function in tcu::Format::ArrayPointer
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaChecking.cpp8773 ArrayPointer in DiagnoseAlwaysNonNullPointer() enumerator