OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CXX
(Results
76 - 100
of
154
) sorted by null
1
2
3
4
5
6
7
/external/icu4c/config/
mh-alpha-linux-gcc
8
GEN_DEPS.cc= $(
CXX
) -E -MM $(DEFS) $(CPPFLAGS)
mh-linux
8
GEN_DEPS.cc= $(
CXX
) -E -MM $(DEFS) $(CPPFLAGS)
mh-solaris-gcc
13
GEN_DEPS.cc= $(
CXX
) -E -MM $(DEFS) $(CPPFLAGS)
mh-os400
19
COMPILE.cc= $(
CXX
) $(DEFS) $(CPPFLAGS) $(CXXFLAGS) -c -qTERASPACE=*YES -qSTGMDL=*INHERIT -qPFROPT=*STRDONLY -qRTTIALL
icu-config-bottom
32
echo " --
cxx
Print C++ compiler used [
CXX
]"
224
--
cxx
)
225
echo $ECHO_N "${
CXX
} ${ECHO_C}"
/external/icu4c/samples/
defs.mk
9
CXX
=$(shell icu-config --
cxx
)
/external/v8/
Makefile
30
CXX
?= g++
149
CXX
="$(
CXX
)" LINK="$(LINK)" \
156
CXX
="$(
CXX
)" LINK="$(LINK)" BUILDTYPE=Release \
162
CXX
="$(ANDROID_TOOL_PREFIX)-g++" \
/external/llvm/utils/
llvm-compilers-check
130
parser.add_option("--
cxx
", default=find_executable("c++"),
171
options.
cxx
= find_executable(options.
cxx
)
258
self.
cxx
= options.
cxx
315
command = [self.
cxx
]
384
CXX
=self.
cxx
),
386
CXX
=self.
cxx
),
[
all
...]
/external/qemu/distrib/sdl-1.2.15/build-scripts/
fatbuild.sh
184
sh ../../configure $BASE_CONFIG_FLAGS $CONFIG_PPC CC="$CC_PPC"
CXX
="$CXX_PPC" CFLAGS="$CFLAGS $BUILD_FLAGS_PPC $CFLAGS_PPC" LDFLAGS="$BUILD_FLAGS_PPC $LFLAGS_PPC") || exit 2
194
sh ../../configure $BASE_CONFIG_FLAGS $CONFIG_X86 CC="$CC_X86"
CXX
="$CXX_X86" CFLAGS="$CFLAGS $BUILD_FLAGS_X86 $CFLAGS_X86" LDFLAGS="$BUILD_FLAGS_X86 $LFLAGS_X86") || exit 2
205
sh ../../configure $BASE_CONFIG_FLAGS $CONFIG_X64 CC="$CC_X64"
CXX
="$CXX_X64" CFLAGS="$CFLAGS $BUILD_FLAGS_X64 $CFLAGS_X64" LDFLAGS="$BUILD_FLAGS_X64 $LFLAGS_X64") || exit 2
/external/valgrind/unittest/
Makefile
131
${
CXX
} ${CXXFLAGS} \
136
${
CXX
} ${OPT_CXXFLAGS} \
141
${
CXX
} ${CXXFLAGS} \
/ndk/build/tools/
build-gcc.sh
173
dump "Using C++ compiler: $
CXX
"
220
export CC
CXX
308
export CC
CXX
build-host-perl.sh
84
dump "Using C++ compiler: $
CXX
"
/external/clang/
Makefile
65
CXX
.Flags += -fno-strict-aliasing
/external/zlib/src/nintendods/
Makefile
66
# use
CXX
for linking C++ projects, CC for standard C
74
export LD := $(
CXX
)
/external/chromium/testing/gmock/
CMakeLists.txt
45
project(gmock
CXX
C)
/external/libffi/
ltcf-cxx.sh
3
# ltcf-
cxx
.sh - Create a C++ compiler specific configuration
46
CXX
=${
CXX
-c++}
49
CC=${CC-"$
CXX
"}
76
# the only users of ltcf-
cxx
.sh are libstdc++-v3 and libjava,
88
# XXX I think wlarc can be eliminated in ltcf-
cxx
, but I need to
258
archive_cmds='$
CXX
-dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
411
cxx
)
442
cxx
)
478
cxx
)
[
all
...]
/external/libvpx/libvpx/build/make/
Makefile
118
$(qexec)$(
CXX
) $(INTERNAL_CFLAGS) $(CXXFLAGS) -M $< | $(fmt_deps) > $@
121
$(if $(quiet),@echo " [
CXX
] $@")
122
$(qexec)$(
CXX
) $(INTERNAL_CFLAGS) $(CXXFLAGS) -c -o $@ $<
220
$(qexec)$$(
CXX
) $$(strip $$(INTERNAL_LDFLAGS) $$(LDFLAGS) -o $$@ $(2) $(3) $$(extralibs))
/external/llvm/utils/release/
test-release.sh
257
env CC="$c_compiler"
CXX
="$cxx_compiler" \
301
echo -n "#
CXX
=$cxx_compiler TOP_DIR=$TOP_DIR GCC=$gcc_compiler "
304
CXX
="$cxx_compiler" TOP_DIR="$TOP_DIR" GCC="$gcc_compiler" \
354
cxx_compiler="$
CXX
"
/external/bison/build-aux/
compile
170
*.cc | *.CC | *.
cxx
| *.
CXX
| *.[cC]++)