Home
last modified time | relevance | path

Searched refs:CPP_VERSION (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/src/System/
DBuild.cpp16 # define CPP_VERSION _MSVC_LANG macro
20 # define CPP_VERSION __cplusplus macro
23 #if !defined(CPP_VERSION) || CPP_VERSION <= 1
41 cpp<CPP_VERSION / 100>(); in check_cpp_version()