Home | History | Annotate | Download | only in Lexer

Lines Matching refs:__has_feature

4 #if __has_feature(cxx_lambdas)
14 #if __has_feature(cxx_nullptr)
24 #if __has_feature(cxx_decltype)
34 #if __has_feature(cxx_auto_type)
44 #if __has_feature(cxx_trailing_return)
54 #if __has_feature(cxx_attributes)
64 #if __has_feature(cxx_static_assert)
73 #if __has_feature(cxx_deleted_functions)
83 #if __has_feature(cxx_rvalue_references)
93 #if __has_feature(cxx_variadic_templates)
103 #if __has_feature(cxx_inline_namespaces)
113 #if __has_feature(cxx_range_for)
123 #if __has_feature(cxx_reference_qualified_functions)
132 #if __has_feature(cxx_default_function_template_args)
141 #if __has_feature(cxx_noexcept)
150 #if __has_feature(cxx_override_control)
159 #if __has_feature(cxx_alias_templates)
168 #if __has_feature(cxx_implicit_moves)
177 #if __has_feature(cxx_alignas)