Searched refs:is_fundamental (Results 1 – 19 of 19) sorted by relevance
/external/chromium_org/third_party/angle/src/libGLESv2/ |
D | BinaryStream.h | 128 META_ASSERT(std::is_fundamental<T>::value); in read() 194 META_ASSERT(std::is_fundamental<T>::value); in write()
|
/external/libcxx/test/utilities/meta/meta.unary/meta.unary.comp/ |
D | lvalue_ref.pass.cpp | 21 static_assert(!std::is_fundamental<T>::value, ""); in test_lvalue_ref()
|
D | rvalue_ref.pass.cpp | 21 static_assert(!std::is_fundamental<T>::value, ""); in test_rvalue_ref()
|
D | void.pass.cpp | 21 static_assert( std::is_fundamental<T>::value, ""); in test_void_imp()
|
D | floating_point.pass.cpp | 21 static_assert( std::is_fundamental<T>::value, ""); in test_floating_point_imp()
|
D | member_object_pointer.pass.cpp | 21 static_assert(!std::is_fundamental<T>::value, ""); in test_member_object_pointer_imp()
|
D | enum.pass.cpp | 21 static_assert(!std::is_fundamental<T>::value, ""); in test_enum_imp()
|
D | union.pass.cpp | 21 static_assert(!std::is_fundamental<T>::value, ""); in test_union_imp()
|
D | pointer.pass.cpp | 21 static_assert(!std::is_fundamental<T>::value, ""); in test_pointer_imp()
|
D | class.pass.cpp | 21 static_assert(!std::is_fundamental<T>::value, ""); in test_class_imp()
|
D | function.pass.cpp | 21 static_assert(!std::is_fundamental<T>::value, ""); in test_function_imp()
|
D | member_function_pointer.pass.cpp | 21 static_assert(!std::is_fundamental<T>::value, ""); in test_member_function_pointer_imp()
|
D | array.pass.cpp | 21 static_assert(!std::is_fundamental<T>::value, ""); in test_array_imp()
|
D | integral.pass.cpp | 21 static_assert( std::is_fundamental<T>::value, ""); in test_integral_imp()
|
/external/chromium_org/tools/json_schema_compiler/ |
D | model.py | 455 def __init__(self, is_fundamental, name): argument 457 self.is_fundamental = is_fundamental
|
D | cc_generator.py | 562 elif underlying_type.property_type.is_fundamental: 681 if underlying_type.property_type.is_fundamental:
|
/external/stlport/stlport/ |
D | type_traits | 368 struct is_fundamental : 376 public integral_constant<bool, !(is_fundamental<_Tp>::value 398 // is_fundamental (above) 419 public integral_constant<bool, !is_fundamental<_Tp>::value>
|
/external/libcxx/include/ |
D | type_traits | 48 template <class T> struct is_fundamental; 514 // is_fundamental 516 template <class _Tp> struct _LIBCPP_TYPE_VIS_ONLY is_fundamental 543 : public integral_constant<bool, !is_fundamental<_Tp>::value> {};
|
/external/clang/test/SemaCXX/ |
D | type-traits.cpp | 626 void is_fundamental() in is_fundamental() function
|