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

/external/deqp/framework/common/
H A DtcuFormatUtil.hpp185 class ArrayPointer class in namespace:tcu::Format
191 ArrayPointer (const T* arr_, int size_) : arr(arr_), size(size_) {} function in class:tcu::Format::ArrayPointer
209 std::ostream& operator<< (std::ostream& str, const ArrayPointer<T>& fmt)
277 inline Format::ArrayPointer<T> formatArray (const T* arr, int size)
279 return Format::ArrayPointer<T>(arr, size);
284 inline Format::ArrayPointer<T> formatArray (const T (&arr)[Size])
286 return Format::ArrayPointer<T>(arr, Size);
/external/clang/lib/Sema/
H A DSemaChecking.cpp7567 ArrayPointer enumerator in enum:__anon1315
7757 DiagType = ArrayPointer;

Completed in 92 milliseconds