HomeSort by relevance Sort by last modified time
    Searched defs:LANG_CXX11 (Results 1 - 2 of 2) sorted by null

  /external/libtextclassifier/util/base/
config.h 24 // Define LANG_CXX11 to 1 if current compiler supports C++11.
37 // '#ifdef LANG_CXX11' to behave differently from '#if LANG_CXX11'.
38 #define LANG_CXX11 1
  /external/tensorflow/tensorflow/core/platform/
macros.h 100 // '#ifdef LANG_CXX11' to behave differently from '#if LANG_CXX11'.
101 #define LANG_CXX11 1
104 #if defined(__clang__) && defined(LANG_CXX11) && defined(__has_warning)

Completed in 79 milliseconds