Home
last modified time | relevance | path

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

/external/libvpx/libvpx/
Dconfigure749 check_cxx "$@" <<EOF && soft_enable unit_tests
752 check_cxx "$@" <<EOF && soft_enable webm_io
755 check_cxx "$@" <<EOF && soft_enable libyuv
760 enabled pthread_h && check_cxx "$@" <<EOF && soft_enable unit_tests
763 check_cxx "$@" <<EOF && soft_enable webm_io
766 check_cxx "$@" <<EOF && soft_enable libyuv
/external/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
DItaniumABILanguageRuntime.cpp40 const bool check_cxx = true; in CouldHaveDynamicValue() local
42 return in_value.GetClangType().IsPossibleDynamicType (NULL, check_cxx, check_objc); in CouldHaveDynamicValue()
/external/libvpx/libvpx/build/make/
Dconfigure.sh296 check_cxx() { function
297 log check_cxx "$@"
341 *c++-analyzer|*clang++|*g++*) check_cxx -Werror "$@" <<EOF
345 *) check_cxx -Werror "$@" <<EOF