Searched refs:CXX (Results 151 - 175 of 214) sorted by relevance

123456789

/external/icu/icu4c/source/config/
H A Dicu-config-bottom32 echo " --cxx Print C++ compiler used [CXX]"
228 echo $ECHO_N "${CXX} ${ECHO_C}"
H A Dmh-cygwin-msvc56 COMPILE.cc= $(CXX) $(CPPFLAGS) $(DEFS) $(CXXFLAGS) -c
/external/icu/icu4c/source/
H A Dicudefs.mk113 CXX = g++ macro
165 COMPILE.cc= $(CXX) $(CPPFLAGS) $(DEFS) $(CXXFLAGS) -c
169 LINK.cc= $(CXX) $(CXXFLAGS) $(LDFLAGS)
173 SHLIB.cc= $(CXX) $(CXXFLAGS) $(LDFLAGS) -shared $(LD_SOOPTIONS)
H A Dconfigure674 CXX
773 CXX
1429 CXX C++ compiler command
3363 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3364 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3366 if test -z "$CXX"; then
3368 CXX=$CCC
3380 if test -n "$CXX"; then
3381 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3400 CXX
[all...]
/external/llvm/bindings/ocaml/
H A DMakefile.ocaml23 CXX.Flags += -I"$(shell $(OCAMLC) -where)"
108 Archive.EXE := $(strip $(OCAMLOPT) -cc $(CXX) $(OCAMLCFLAGS) $(UsedOcamlLibs:%=%.cmxa) $(OCAMLDEBUGFLAG) -o)
110 Archive.EXE := $(strip $(OCAMLC) -cc $(CXX) $(OCAMLCFLAGS) $(OCAMLDEBUGFLAG:%=%.cma) -o)
/external/chromium_org/native_client_sdk/src/tools/
H A Dnacl_gcc.mk131 $(call LOG,CXX ,$$@,$(X86_32_CXX) -o $$@ -c $$< $(POSIX_FLAGS) $(2) $(NACL_CXXFLAGS) $(X86_32_CXXFLAGS))
136 $(call LOG,CXX ,$$@,$(X86_64_CXX) -o $$@ -c $$< $(POSIX_FLAGS) $(2) $(NACL_CXXFLAGS) $(X86_64_CXXFLAGS))
141 $(call LOG,CXX ,$$@,$(ARM_CXX) -o $$@ -c $$< $(POSIX_FLAGS) $(2) $(NACL_CXXFLAGS) $(ARM_CXXFLAGS))
146 $(call LOG,CXX ,$$@,$(X86_32_CXX) -o $$@ -c $$< -fPIC $(POSIX_FLAGS) $(2) $(NACL_CXXFLAGS) $(X86_32_CXXFLAGS))
151 $(call LOG,CXX ,$$@,$(X86_64_CXX) -o $$@ -c $$< -fPIC $(POSIX_FLAGS) $(2) $(NACL_CXXFLAGS) $(X86_64_CXXFLAGS))
156 $(call LOG,CXX ,$$@,$(ARM_CXX) -o $$@ -c $$< -fPIC $(POSIX_FLAGS) $(2) $(NACL_CXXFLAGS) $(ARM_CXXFLAGS))
H A Dhost_vc.mk51 $(call LOG,CXX,$$@,$(HOST_CXX) /Fo$$@ -c $$< $(WIN_OPT_FLAGS) $(2) $(WIN_FLAGS))
H A Dnacl_llvm.mk37 $(call LOG,CXX ,$$@,$(PNACL_CXX) -o $$@ -c $$< $(POSIX_FLAGS) $(2) $(NACL_CFLAGS))
/external/libvpx/libvpx/build/make/
H A DMakefile144 $(qexec)$(CXX) $(INTERNAL_CFLAGS) $(CXXFLAGS) -M $< | $(fmt_deps) > $@
147 $(if $(quiet),@echo " [CXX] $@")
148 $(qexec)$(CXX) $(INTERNAL_CFLAGS) $(CXXFLAGS) -c -o $@ $<
246 $(qexec)$$(CXX) $$(strip $$(INTERNAL_LDFLAGS) $$(LDFLAGS) -o $$@ $(2) $(3) $$(extralibs))
/external/chromium_org/testing/gtest/
H A DCMakeLists.txt42 project(gtest CXX C)
/external/chromium_org/third_party/icu/source/config/
H A Dmh-cygwin-msvc56 COMPILE.cc= $(CXX) $(CPPFLAGS) $(DEFS) $(CXXFLAGS) /c
/external/libpng/
H A Dcompile207 *.cc | *.CC | *.cxx | *.CXX | *.[cC]++)
/external/libedit/
H A Dcompile207 *.cc | *.CC | *.cxx | *.CXX | *.[cC]++)
/external/pcre/dist/
H A Dcompile207 *.cc | *.CC | *.cxx | *.CXX | *.[cC]++)
/external/chromium_org/third_party/icu/source/
H A Dconfigure674 CXX
773 CXX
1429 CXX C++ compiler command
3363 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3364 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3366 if test -z "$CXX"; then
3368 CXX=$CCC
3380 if test -n "$CXX"; then
3381 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3400 CXX
[all...]
/external/stressapptest/
H A Dconfigure625 CXX
708 CXX
1346 CXX C++ compiler command
3027 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3028 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3030 if test -z "$CXX"; then
3032 CXX=$CCC
3044 if test -n "$CXX"; then
3045 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3064 CXX
[all...]
/external/libogg/win32/
H A DMakefile74 CXX = g++ macro
/external/llvm/
H A DMakefile119 CXX=$(BUILD_CXX) ; \
/external/chromium_org/third_party/tcmalloc/vendor/
H A Dconfigure833 CXX
928 CXX
1581 CXX C++ compiler command
3227 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3228 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3230 if test -z "$CXX"; then
3232 CXX=$CCC
3244 if test -n "$CXX"; then
3245 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3264 CXX
[all...]
/external/protobuf/
H A Dconfigure798 CXX
911 CXX
1565 CXX C++ compiler command
4217 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4218 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4220 if test -z "$CXX"; then
4222 CXX=$CCC
4234 if test -n "$CXX"; then
4235 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4254 CXX
[all...]
/external/chromium_org/sdch/open-vcdiff/
H A Dconfigure801 CXX
901 CXX
1552 CXX C++ compiler command
4141 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4142 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4144 if test -z "$CXX"; then
4146 CXX=$CCC
4158 if test -n "$CXX"; then
4159 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4178 CXX
[all...]
/external/google-tv-pairing-protocol/cpp/
H A Dconfigure797 CXX
900 CXX
1558 CXX C++ compiler command
2957 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2958 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3750 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3751 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4076 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4077 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4082 ac_compile='$CXX
[all...]
/external/qemu/distrib/sdl-1.2.15/acinclude/
H A Dlibtool.m4774 [C++], [_LT_LANG(CXX)],
800 [LT_LANG(CXX)],
801 [m4_define([AC_PROG_CXX], defn([AC_PROG_CXX])[LT_LANG(CXX)])])
1005 m4_if([$1], [CXX],
3553 m4_if([$1], [CXX], [
4129 _LT_TAGVAR(lt_prog_compiler_pic, $1)="$_LT_TAGVAR(lt_prog_compiler_pic, $1)@&t@m4_if([$1],[],[ -DPIC],[m4_if([$1],[CXX],[ -DPIC],[])])"
4142 [$_LT_TAGVAR(lt_prog_compiler_pic, $1)@&t@m4_if([$1],[],[ -DPIC],[m4_if([$1],[CXX],[ -DPIC],[])])], [],
4179 m4_if([$1], [CXX], [
5333 if test -n "$CXX" && ( test "X$CXX" !
[all...]
/external/clang/lib/CodeGen/
H A DCGException.cpp309 const EHPersonality &CXX = getCXXPersonality(LangOpts); local
310 if (&ObjCXX == &CXX)
313 assert(std::strcmp(ObjCXX.PersonalityFn, CXX.PersonalityFn) != 0 &&
326 llvm::Constant *CXXFn = getPersonalityFn(*this, CXX);
/external/cmockery/cmockery_0_1_2/
H A Dconfigure396 tagnames=${tagnames+${tagnames},}CXX
468 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CPP CXX CXXFLAGS ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE GCC_TRUE GCC_FALSE build build_cpu build_vendor build_os host host_cpu host_vendor host_os EGREP LN_S ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB CXXCPP F77 FFLAGS ac_ct_F77 LIBTOOL LIBTOOL_DEPS LIBOBJS LTLIBOBJS'
929 ac_env_CXX_set=${CXX+set}
930 ac_env_CXX_value=$CXX
931 ac_cv_env_CXX_set=${CXX+set}
932 ac_cv_env_CXX_value=$CXX
1061 CXX C++ compiler command
3294 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3295 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3307 if test -n "$CXX"; the
[all...]

Completed in 569 milliseconds

123456789