HomeSort by relevance Sort by last modified time
    Searched full:cltype (Results 1 - 6 of 6) sorted by null

  /external/swiftshader/third_party/subzero/src/
IceClFlags.cpp 111 #define X(Name, Type, ClType, ...) \
112 cl_type_traits<Type, Ice::cl_detail::ClType>::cl_type Name##Obj(__VA_ARGS__);
166 #define X(Name, Type, ClType, ...) \
168 detail::cl_type_traits<Type, cl_detail::ClType>::storage_type>( \
217 #define X(Name, Type, ClType, ...) OutFlags.set##Name(toSetterParam(Name##Obj));
IceClFlags.h 112 #define X(Name, Type, ClType, ...) \
115 detail::cl_type_traits<Type, cl_detail::ClType>::storage_type; \
135 std::is_same<cl_detail::ClType, cl_detail::release_opt_flag>::value || \
IceClFlags.def 34 /* Name, Type, ClType, <<flag declaration ctor arguments>> */ \
401 //#define X(Name, Type, ClType, ...)
  /external/python/cpython2/Modules/
clmodule.c 647 static PyTypeObject Cltype = {
675 new = PyObject_New(clobject, &Cltype);
    [all...]
  /external/bison/doc/
bison.info     [all...]
bison.texi     [all...]

Completed in 903 milliseconds