/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.cat/ |
lvalue_ref.pass.cpp | 25 static_assert(!std::is_array<T>::value, "");
|
rvalue_ref.pass.cpp | 25 static_assert(!std::is_array<T>::value, "");
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/ |
is_class.hpp | 24 # include <boost/type_traits/is_array.hpp> 101 ::boost::type_traits::ice_not< ::boost::is_array<T>::value >::value, 111 ::boost::type_traits::ice_not< ::boost::is_array<T>::value >::value,
|
/external/chromium_org/v8/src/ |
array.js | 89 function UseSparseVariant(array, length, is_array, touched) { 93 if (!is_array || length < 1000 || %IsObserved(array)) { 109 var is_array = IS_ARRAY(array); 111 if (is_array) { 119 if (UseSparseVariant(array, length, is_array, length)) { 178 if (is_array) visited_arrays.length = visited_arrays.length - 1; 341 if (IS_ARRAY(this)) { 533 if (UseSparseVariant(array, len, IS_ARRAY(array), len)) { 599 if (IS_ARRAY(array)) [all...] |
/external/chromium_org/third_party/mesa/src/src/glsl/ |
ast.h | 320 ast_declaration(const char *identifier, int is_array, ast_expression *array_size, 326 int is_array; member in class:ast_declaration 475 is_array(false), array_size(NULL), precision(ast_precision_none), 484 is_array(false), array_size(NULL), precision(ast_precision_none), 501 int is_array; member in class:ast_type_specifier 553 this->is_array = false; 564 int is_array; member in class:ast_parameter_declarator
|
link_uniforms.cpp | 53 } else if (type->is_array() && type->fields.array->is_sampler()) { 66 if (t->is_record() || (t->is_array() && t->fields.array->is_record())) { 95 } else if (t->is_array() && t->fields.array->is_record()) { 158 assert(!(type->is_array() && type->fields.array->is_record())); 168 type->is_array() ? type->array_size() : 1; 262 assert(!(type->is_array() && type->fields.array->is_record())); 282 const unsigned shadow = (type->is_array()) 297 if (type->is_array()) { 341 if (type->is_array()) { 349 (type->is_array() && type->fields.array->is_matrix())) [all...] |
/external/mesa3d/src/glsl/ |
ast.h | 320 ast_declaration(const char *identifier, int is_array, ast_expression *array_size, 326 int is_array; member in class:ast_declaration 475 is_array(false), array_size(NULL), precision(ast_precision_none), 484 is_array(false), array_size(NULL), precision(ast_precision_none), 501 int is_array; member in class:ast_type_specifier 553 this->is_array = false; 564 int is_array; member in class:ast_parameter_declarator
|
link_uniforms.cpp | 53 } else if (type->is_array() && type->fields.array->is_sampler()) { 66 if (t->is_record() || (t->is_array() && t->fields.array->is_record())) { 95 } else if (t->is_array() && t->fields.array->is_record()) { 158 assert(!(type->is_array() && type->fields.array->is_record())); 168 type->is_array() ? type->array_size() : 1; 262 assert(!(type->is_array() && type->fields.array->is_record())); 282 const unsigned shadow = (type->is_array()) 297 if (type->is_array()) { 341 if (type->is_array()) { 349 (type->is_array() && type->fields.array->is_matrix())) [all...] |
/external/llvm/include/llvm/ADT/ |
STLExtras.h | 392 typename std::enable_if<!std::is_array<T>::value, std::unique_ptr<T>>::type 406 typename std::enable_if<std::is_array<T>::value && std::extent<T>::value == 0, 420 typename std::enable_if<!std::is_array<T>::value, std::unique_ptr<T>>::type 426 typename std::enable_if<!std::is_array<T>::value, std::unique_ptr<T>>::type 432 typename std::enable_if<!std::is_array<T>::value, std::unique_ptr<T>>::type 439 typename std::enable_if<!std::is_array<T>::value, std::unique_ptr<T>>::type 447 typename std::enable_if<!std::is_array<T>::value, std::unique_ptr<T>>::type 455 typename std::enable_if<!std::is_array<T>::value, std::unique_ptr<T>>::type 465 typename std::enable_if<!std::is_array<T>::value, std::unique_ptr<T>>::type 476 typename std::enable_if<!std::is_array<T>::value, std::unique_ptr<T>>::typ [all...] |
/external/stlport/stlport/ |
type_traits | 242 struct is_array : 247 struct is_array<_Tp[_Sz]> : 252 struct is_array<_Tp[]> : 377 || is_array<_Tp>::value 403 is_array<_Tp>::value || 761 typedef typename detail::_decay_aux1<is_array<_U>::value,_U>::type type;
|
/ndk/sources/cxx-stl/stlport/stlport/ |
type_traits | 240 struct is_array : 245 struct is_array<_Tp[_Sz]> : 250 struct is_array<_Tp[]> : 375 || is_array<_Tp>::value 401 is_array<_Tp>::value || 749 typedef typename detail::_decay_aux1<is_array<_U>::value,_U>::type type;
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/ |
type_traits | 240 struct is_array : 245 struct is_array<_Tp[_Sz]> : 250 struct is_array<_Tp[]> : 375 || is_array<_Tp>::value 401 is_array<_Tp>::value || 749 typedef typename detail::_decay_aux1<is_array<_U>::value,_U>::type type;
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/ |
type_traits | 240 struct is_array : 245 struct is_array<_Tp[_Sz]> : 250 struct is_array<_Tp[]> : 375 || is_array<_Tp>::value 401 is_array<_Tp>::value || 749 typedef typename detail::_decay_aux1<is_array<_U>::value,_U>::type type;
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/ |
type_traits | 240 struct is_array : 245 struct is_array<_Tp[_Sz]> : 250 struct is_array<_Tp[]> : 375 || is_array<_Tp>::value 401 is_array<_Tp>::value || 749 typedef typename detail::_decay_aux1<is_array<_U>::value,_U>::type type;
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/ |
type_traits | 240 struct is_array : 245 struct is_array<_Tp[_Sz]> : 250 struct is_array<_Tp[]> : 375 || is_array<_Tp>::value 401 is_array<_Tp>::value || 749 typedef typename detail::_decay_aux1<is_array<_U>::value,_U>::type type;
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/ |
type_traits | 240 struct is_array : 245 struct is_array<_Tp[_Sz]> : 250 struct is_array<_Tp[]> : 375 || is_array<_Tp>::value 401 is_array<_Tp>::value || 749 typedef typename detail::_decay_aux1<is_array<_U>::value,_U>::type type;
|
/external/chromium_org/ppapi/cpp/ |
var_dictionary.cc | 105 if (result.is_array())
|
/external/libcxx/test/utilities/meta/meta.unary/meta.unary.cat/ |
array.pass.cpp | 25 static_assert( std::is_array<T>::value, "");
|
class.pass.cpp | 25 static_assert(!std::is_array<T>::value, "");
|
enum.pass.cpp | 25 static_assert(!std::is_array<T>::value, "");
|
floating_point.pass.cpp | 25 static_assert(!std::is_array<T>::value, "");
|
function.pass.cpp | 25 static_assert(!std::is_array<T>::value, "");
|
integral.pass.cpp | 25 static_assert(!std::is_array<T>::value, "");
|
member_object_pointer.pass.cpp | 25 static_assert(!std::is_array<T>::value, "");
|
nullptr.pass.cpp | 25 static_assert(!std::is_array<T>::value, "");
|