Searched defs:cxx1y (Results 1 – 2 of 2) sorted by relevance
/external/clang/test/Lexer/ |
D | cxx-features.cpp | 8 #define check(macro, cxx98, cxx11, cxx1y) cxx98 == 0 ? defined(__cpp_##macro) : __cpp_##macro != cx… argument 10 #define check(macro, cxx98, cxx11, cxx1y) cxx11 == 0 ? defined(__cpp_##macro) : __cpp_##macro != cx… argument 12 #define check(macro, cxx98, cxx11, cxx1y) cxx1y == 0 ? defined(__cpp_##macro) : __cpp_##macro != cx… argument
|
/external/llvm/autoconf/ |
D | configure.ac | 607 AC_ARG_ENABLE(cxx1y, optenable
|