Home
last modified time | relevance | path

Searched refs:pointerT (Results 1 – 2 of 2) sorted by relevance

/external/clang/test/Parser/
DMicrosoftExtensions.cpp192 typedef typename T* pointerT;// expected-warning {{expected a qualified name after 'typename'}} in redundant_typename() typedef
195 pointerT pT = &t; in redundant_typename()
/external/swiftshader/src/Reactor/
DReactor.hpp2126 Value *pointerT = Nucleus::createBitCast(pointerS.value, Nucleus::getPointerType(T::getType())); in Pointer() local
2127 LValue<Pointer<T>>::storeValue(pointerT); in Pointer()
2134 Value *pointerT = Nucleus::createBitCast(pointerS, Nucleus::getPointerType(T::getType())); in Pointer() local
2135 LValue<Pointer<T>>::storeValue(pointerT); in Pointer()