/third_party/boost/boost/config/compiler/ |
D | intel.hpp | 62 #undef BOOST_COMPILER 90 #if !defined(BOOST_COMPILER) 92 # define BOOST_COMPILER "Intel C++ C++0x mode version " BOOST_STRINGIZE(BOOST_INTEL_CXX_VERSION) macro 94 # define BOOST_COMPILER "Intel C++ version " BOOST_STRINGIZE(BOOST_INTEL_CXX_VERSION) macro 136 #if !defined(BOOST_COMPILER) 138 # define BOOST_COMPILER "Intel C++ C++0x mode version " BOOST_STRINGIZE(BOOST_INTEL_CXX_VERSION) macro 140 # define BOOST_COMPILER "Intel C++ version " BOOST_STRINGIZE(BOOST_INTEL_CXX_VERSION) macro
|
D | nvcc.hpp | 10 #ifndef BOOST_COMPILER 11 # define BOOST_COMPILER "NVIDIA CUDA C++ Compiler" macro
|
D | gcc.hpp | 348 #ifndef BOOST_COMPILER 349 # define BOOST_COMPILER "GNU C++ version " __VERSION__ macro 356 # define BOOST_COMPILER "ConceptGCC version " __VERSION__ macro
|
D | codegear.hpp | 150 # undef BOOST_COMPILER 151 # define BOOST_COMPILER "Embarcadero-Clang C++ version " BOOST_STRINGIZE(__CODEGEARC__) " clang: "… macro 382 #define BOOST_COMPILER "CodeGear C++ version " BOOST_STRINGIZE(__CODEGEARC__) macro
|
D | mpw.hpp | 12 # define BOOST_COMPILER "MPW SCpp version " BOOST_STRINGIZE(__SC__) macro 14 # define BOOST_COMPILER "MPW MrCpp version " BOOST_STRINGIZE(__MRC__) macro
|
D | pathscale.hpp | 11 #ifndef BOOST_COMPILER 12 # define BOOST_COMPILER "PathScale EKOPath C++ Compiler version " __PATHSCALE__ macro
|
D | visualc.hpp | 286 #ifndef BOOST_COMPILER 351 # define BOOST_COMPILER "Microsoft Visual C++ version " BOOST_STRINGIZE(BOOST_COMPILER_VERSION) macro
|
D | xlcpp.hpp | 284 #ifndef BOOST_COMPILER 285 # define BOOST_COMPILER "Clang version " __clang_version__ macro
|
D | compaq_cxx.hpp | 10 #define BOOST_COMPILER "HP Tru64 C++ " BOOST_STRINGIZE(__DECCXX_VER) macro
|
D | greenhills.hpp | 10 #define BOOST_COMPILER "Greenhills C++ version " BOOST_STRINGIZE(__ghs) macro
|
D | sgi_mipspro.hpp | 10 #define BOOST_COMPILER "SGI Irix compiler version " BOOST_STRINGIZE(_COMPILER_VERSION) macro
|
D | pgi.hpp | 12 #define BOOST_COMPILER "PGI compiler version " BOOST_STRINGIZE(BOOST_COMPILER_VERSION) macro
|
D | diab.hpp | 26 #define BOOST_COMPILER "Wind River Diab " BOOST_STRINGIZE(__VERSION_NUMBER__) macro
|
D | comeau.hpp | 41 #define BOOST_COMPILER "Comeau compiler version " BOOST_STRINGIZE(__COMO_VERSION__) macro
|
/third_party/boost/libs/serialization/performance/xml/ |
D | harness.hpp | 168 if ( (compiler != BOOST_COMPILER) in serialize() 174 compiler(BOOST_COMPILER), in result_set() 178 compiler(BOOST_COMPILER), in result_set()
|
/third_party/boost/libs/filesystem/example/ |
D | file_status.cpp | 30 << BOOST_COMPILER << ", " in print_boost_macros() 32 << BOOST_COMPILER << " with _WIN64 defined, " in print_boost_macros()
|
/third_party/boost/libs/math/test/float128/ |
D | log1p_expm1_test.cpp | 63 std::cout << "Tests run with " << BOOST_COMPILER << ", " in expected_results()
|
D | test_bessel_i.cpp | 41 std::cout << "Tests run with " << BOOST_COMPILER << ", " in expected_results()
|
D | test_ellint_1.cpp | 29 std::cout << "Tests run with " << BOOST_COMPILER << ", " in expected_results()
|
D | powm1_sqrtp1m1_test.cpp | 65 std::cout << "Tests run with " << BOOST_COMPILER << ", " in expected_results()
|
D | test_ellint_2.cpp | 29 std::cout << "Tests run with " << BOOST_COMPILER << ", " in expected_results()
|
D | test_trigamma.cpp | 29 std::cout << "Tests run with " << BOOST_COMPILER << ", " in expected_results()
|
/third_party/boost/libs/container_hash/test/ |
D | hash_long_double_test.cpp | 10 std::cerr<<"Compiler: "<<BOOST_COMPILER<<"\n"; in main()
|
D | hash_float_test.cpp | 10 std::cerr<<"Compiler: "<<BOOST_COMPILER<<"\n"; in main()
|
/third_party/boost/libs/multiprecision/test/math/ |
D | log1p_expm1_test.cpp | 85 std::cout << "Tests run with " << BOOST_COMPILER << ", " in expected_results()
|