Searched refs:cxx11 (Results 1 – 8 of 8) sorted by relevance
/external/clang/test/Lexer/ |
D | cxx-features.cpp | 13 #define check(macro, cxx98, cxx11, cxx14, cxx1z) cxx98 == 0 ? defined(__cpp_##macro) : __cpp_##macr… argument 15 #define check(macro, cxx98, cxx11, cxx14, cxx1z) cxx11 == 0 ? defined(__cpp_##macro) : __cpp_##macr… argument 17 #define check(macro, cxx98, cxx11, cxx14, cxx1z) cxx14 == 0 ? defined(__cpp_##macro) : __cpp_##macr… argument 19 #define check(macro, cxx98, cxx11, cxx14, cxx1z) cxx1z == 0 ? defined(__cpp_##macro) : __cpp_##macr… argument
|
/external/clang/test/PCH/ |
D | cxx11-lambdas.mm | 1 // RUN: %clang_cc1 -pedantic-errors -fblocks -std=c++1y -emit-pch %s -o %t-cxx11 2 // RUN: %clang_cc1 -ast-print -pedantic-errors -fblocks -std=c++1y -include-pch %t-cxx11 %s | File…
|
/external/eigen/unsupported/test/ |
D | CMakeLists.txt | 116 # TODO: The following test names are prefixed with the cxx11 string, since historically 151 # older compiler that don't support cxx11.
|
/external/fmtlib/ |
D | CMakeLists.txt | 60 include(cxx11)
|
/external/clang/docs/ |
D | ItaniumMangleAbiTags.rst | 106 std::__cxx11::basic_string<...>) will use 'cxx11' as an active tag, as it is
|
/external/clang/include/clang/Frontend/ |
D | LangStandards.def | 108 LANGSTANDARD(cxx11, "c++11",
|
/external/eigen/cmake/ |
D | EigenTesting.cmake | 677 set(TMP_BUILD_STRING ${TMP_BUILD_STRING}-cxx11)
|
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | README.md | 1749 compiler that supports cxx11. It is limited to only 5 for older compilers. 1750 * The IndexList class requires a cxx11 compliant compiler. You can use an
|