Home | History | Annotate | Download | only in Lexer

Lines Matching refs:__has_feature

3 #if __has_feature(has_nothrow_assign)
8 #if __has_feature(has_nothrow_copy)
13 #if __has_feature(has_nothrow_constructor)
18 #if __has_feature(has_trivial_assign)
23 #if __has_feature(has_trivial_copy)
28 #if __has_feature(has_trivial_constructor)
33 #if __has_feature(has_trivial_destructor)
38 #if __has_feature(has_virtual_destructor)
43 #if __has_feature(is_abstract)
48 #if __has_feature(is_base_of)
53 #if __has_feature(is_class)
58 #if __has_feature(is_convertible_to)
63 #if __has_feature(is_empty)
68 #if __has_feature(is_enum)
73 #if __has_feature(is_pod)
78 #if __has_feature(is_polymorphic)
83 #if __has_feature(is_union)
88 #if __has_feature(is_literal)
93 #if __has_feature(is_standard_layout)
98 #if __has_feature(is_trivially_copyable)
103 #if __has_feature(underlying_type)