HomeSort by relevance Sort by last modified time
    Searched refs:CXX_LANG (Results 1 - 4 of 4) sorted by null

  /external/libcxx/test/
testit 39 if [ -z "$CXX_LANG" ]
41 CXX_LANG=c++11
45 OPTIONS="-std=${CXX_LANG} -stdlib=libc++"
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/
testit 39 if [ -z "$CXX_LANG" ]
41 CXX_LANG=c++11
45 OPTIONS="-std=${CXX_LANG} -stdlib=libc++"
  /external/libcxx/lib/
buildit 20 if [ -z "$CXX_LANG" ]
22 CXX_LANG=c++11
43 EXTRA_FLAGS="-nostdinc++ -std=${CXX_LANG} -fstrict-aliasing -Wall -Wextra -Wshadow -Wconversion \
  /external/clang/include/clang/Basic/
Builtins.h 36 CXX_LANG = 0x4, // builtin for cplusplus only.
39 ALL_LANGUAGES = C_LANG | CXX_LANG | OBJC_LANG, // builtin for all languages.

Completed in 90 milliseconds