Home | History | Annotate | Download | only in Lexer

Lines Matching defs:check

8 #define check(macro, cxx98, cxx11, cxx1y) cxx98 == 0 ? defined(__cpp_##macro) : __cpp_##macro != cxx98
10 #define check(macro, cxx98, cxx11, cxx1y) cxx11 == 0 ? defined(__cpp_##macro) : __cpp_##macro != cxx11
12 #define check(macro, cxx98, cxx11, cxx1y) cxx1y == 0 ? defined(__cpp_##macro) : __cpp_##macro != cxx1y
15 #if check(binary_literals, 0, 0, 201304)
19 #if check(init_captures, 0, 0, 201304)
23 #if check(generic_lambdas, 0, 0, 201304)
27 #if check(constexpr, 0, 200704, 201304)
31 #if check(decltype_auto, 0, 0, 201304)
35 #if check(return_type_deduction, 0, 0, 201304)
39 #if check(runtime_arrays, 0, 0, 0)
43 #if check(aggregate_nsdmi, 0, 0, 201304)
47 #if check(variable_templates, 0, 0, 201304)
51 #if check(unicode_characters, 0, 200704, 200704)
55 #if check(raw_strings, 0, 200710, 200710)
59 #if check(unicode_literals, 0, 200710, 200710)
63 #if check(user_defined_literals, 0, 200809, 200809)
67 #if check(lambdas, 0, 200907, 200907)
71 #if check(static_assert, 0, 200410, 200410)
75 #if check(decltype, 0, 200707, 200707)
79 #if check(attributes, 0, 200809, 200809)
83 #if check(rvalue_references, 0, 200610, 200610)
87 #if check(variadic_templates, 0, 200704, 200704)