Home
last modified time | relevance | path

Searched defs:cxx1y (Results 1 – 2 of 2) sorted by relevance

/external/clang/test/Lexer/
Dcxx-features.cpp8 #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/
Dconfigure.ac607 AC_ARG_ENABLE(cxx1y, optenable