Home
last modified time | relevance | path

Searched refs:__has_feature (Results 1 – 6 of 6) sorted by relevance

/hardware/google/gfxstream/third-party/glm/include/glm/detail/
D_features.hpp259 # if(__has_feature(cxx_exceptions))
263 # if(__has_feature(cxx_rtti))
267 # if(__has_feature(cxx_access_control_sfinae))
271 # if(__has_feature(cxx_alias_templates))
275 # if(__has_feature(cxx_alignas))
279 # if(__has_feature(cxx_attributes))
283 # if(__has_feature(cxx_constexpr))
287 # if(__has_feature(cxx_decltype))
291 # if(__has_feature(cxx_default_function_template_args))
295 # if(__has_feature(cxx_defaulted_functions))
[all …]
Dsetup.hpp172 # elif __has_feature(cxx_decltype_auto) && __has_feature(cxx_aggregate_nsdmi) // GLM_COMPILER_CLAN…
176 # elif __has_feature(cxx_static_assert) // GLM_COMPILER_CLANG29 + -std=c++11
316 # define GLM_HAS_STATIC_ASSERT __has_feature(cxx_static_assert)
339 # define GLM_HAS_CONSTEXPR __has_feature(cxx_constexpr)
353 # define GLM_HAS_INITIALIZER_LISTS __has_feature(cxx_generalized_initializers)
365 # define GLM_HAS_UNRESTRICTED_UNIONS __has_feature(cxx_unrestricted_unions)
379 # define GLM_HAS_DEFAULTED_FUNCTIONS __has_feature(cxx_defaulted_functions)
392 # define GLM_HAS_RVALUE_REFERENCES __has_feature(cxx_rvalue_references)
404 # define GLM_HAS_EXPLICIT_CONVERSION_OPERATORS __has_feature(cxx_explicit_conversions)
417 # define GLM_HAS_TEMPLATE_ALIASES __has_feature(cxx_alias_templates)
[all …]
/hardware/interfaces/wifi/legacy_headers/include/hardware_legacy/
Dgscan.h7 #ifndef __has_feature
8 #define __has_feature(__x) 0 macro
10 #if !(__has_feature(cxx_static_assert)) && !defined(static_assert)
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hpp_macros.hpp98 # if __has_feature( cxx_unrestricted_unions )
Dvulkan_hpp_macros.hpp98 # if __has_feature( cxx_unrestricted_unions )
/hardware/google/gfxstream/guest/mesa/src/util/
Dmacros.h253 # elif (defined(__has_feature) && __has_feature(has_trivial_destructor))