HomeSort by relevance Sort by last modified time
    Searched full:is_array (Results 51 - 75 of 262) sorted by null

1 23 4 5 6 7 8 91011

  /external/libcxx/test/utilities/meta/meta.unary/meta.unary.cat/
pointer.pass.cpp 25 static_assert(!std::is_array<T>::value, "");
union.pass.cpp 25 static_assert(!std::is_array<T>::value, "");
void.pass.cpp 25 static_assert(!std::is_array<T>::value, "");
  /ndk/sources/cxx-stl/llvm-libc++/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, "");
pointer.pass.cpp 25 static_assert(!std::is_array<T>::value, "");
union.pass.cpp 25 static_assert(!std::is_array<T>::value, "");
void.pass.cpp 25 static_assert(!std::is_array<T>::value, "");
  /prebuilts/misc/common/swig/include/2.0.11/php/
utils.i 95 if ( (*target)->type == IS_ARRAY ) {
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
type_traits 145 /// is_array
147 struct is_array
151 struct is_array<_Tp[_Size]>
155 struct is_array<_Tp[]>
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
type_traits 145 /// is_array
147 struct is_array
151 struct is_array<_Tp[_Size]>
155 struct is_array<_Tp[]>
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
type_traits 145 /// is_array
147 struct is_array
151 struct is_array<_Tp[_Size]>
155 struct is_array<_Tp[]>
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1_impl/
type_traits 145 /// is_array
147 struct is_array
151 struct is_array<_Tp[_Size]>
155 struct is_array<_Tp[]>
  /external/chromium_org/third_party/mesa/src/src/glsl/
ir_set_program_inouts.cpp 112 if (ir->type->is_array()) {
139 if (deref_var->type->is_array() &&
link_uniform_initializers.cpp 99 } else if (type->is_array() && type->fields.array->is_record()) {
120 if (val->type->is_array()) {
  /external/mesa3d/src/glsl/
ir_set_program_inouts.cpp 112 if (ir->type->is_array()) {
139 if (deref_var->type->is_array() &&
link_uniform_initializers.cpp 99 } else if (type->is_array() && type->fields.array->is_record()) {
120 if (val->type->is_array()) {
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
is_const.hpp 37 # include <boost/type_traits/is_array.hpp>
141 , is_array<T>::value
  /external/chromium_org/gpu/command_buffer/client/
program_info_manager.cc 153 bool is_array; member in struct:gpu::gles2::CachedProgramInfoManager::Program::UniformInfo
232 is_array = (!name.empty() && name[name.size() - 1] == ']');
233 DCHECK(!(size > 1 && !is_array));
267 (info.is_array &&
270 } else if (getting_array_location && info.is_array) {

Completed in 613 milliseconds

1 23 4 5 6 7 8 91011