Searched refs:GCC (Results 1 - 25 of 37) sorted by relevance

12

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
H A Dcxa_unexpected.cpp17 #pragma GCC visibility push(default)
24 #pragma GCC visibility pop
H A Dexception.cpp12 #pragma GCC visibility push(default)
41 #pragma GCC visibility pop
H A Dabort_message.h15 #pragma GCC visibility push(hidden)
30 #pragma GCC visibility pop
H A Dcxa_exception.hpp23 #pragma GCC visibility push(hidden)
112 #pragma GCC visibility pop
113 #pragma GCC visibility push(default)
121 #pragma GCC visibility pop
H A Dabort_message.cpp15 #pragma GCC visibility push(hidden)
50 #pragma GCC visibility pop
H A Dprivate_typeinfo.h19 #pragma GCC visibility push(hidden)
244 #pragma GCC visibility pop
H A Dprivate_typeinfo.cpp58 #pragma GCC visibility push(hidden)
404 #pragma GCC visibility pop
405 #pragma GCC visibility push(default)
579 #pragma GCC visibility pop
580 #pragma GCC visibility push(hidden)
1165 #pragma GCC visibility pop
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
H A Dcomplex.h32 #pragma GCC system_header
H A Dtgmath.h26 #pragma GCC system_header
/ndk/sources/cxx-stl/gabi++/include/
H A Dutility31 #pragma GCC system_header
/ndk/sources/cxx-stl/system/include/
H A Dutility31 #pragma GCC system_header
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/exception/
H A Dcurrent_exception_cast.hpp9 #pragma GCC system_header
H A Dexception.hpp9 #pragma GCC system_header
137 # pragma GCC visibility push (default)
143 # pragma GCC visibility pop
204 # pragma GCC visibility push (default)
270 # pragma GCC visibility pop
315 # pragma GCC visibility push (default)
336 # pragma GCC visibility pop
388 # pragma GCC visibility push (default)
406 # pragma GCC visibility pop
H A Dget_error_info.hpp9 #pragma GCC system_header
/ndk/tests/standalone/
H A Drun.sh258 # Test GCC
266 GCC=${PREFIX}gcc
267 if [ ! -f "$GCC" ]; then
268 panic "Missing compiler, please fix your prefix definition: $GCC"
271 GCC=$(which $GCC 2>$NULL)
272 if [ -z "$GCC" -o ! -f "$GCC" ]; then
277 GCC=${GCC
[all...]
/ndk/tests/build/cpp-extensions/jni/
H A DAndroid.mk1 # Basic test to check that ndk-build recognizes all standard GCC
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/exception/detail/
H A Derror_info_impl.hpp9 #pragma GCC system_header
H A Dtype_info.hpp9 #pragma GCC system_header
/ndk/build/tools/
H A Dcommon-build-host-funcs.sh295 local GCC="$PREFIX-gcc"
296 if [ -f "$GCC" ]; then
297 if bh_check_compiler "$GCC" "$@"; then
298 HOST_FULLPREFIX="${GCC%%gcc}"
299 dump "$(bh_host_text) Using host gcc: $GCC $@"
301 dump "$(bh_host_text) Ignoring broken host gcc: $GCC $@"
314 local GCC="$(which $PREFIX-gcc 2>/dev/null)"
315 if [ "$GCC" -a -e "$GCC" ]; then
316 if bh_check_compiler "$GCC" "
[all...]
H A Dbuild-host-gcc.sh17 # Rebuild the host GCC toolchain binaries from sources.
93 This is required to generate proper target GCC libraries.
134 register_var_option "--build-dir=<path>" BUILD_DIR "Build GCC into directory"
477 local GCC="$PREFIX-gcc"
478 if [ -f "$GCC" ]; then
479 if check_compiler "$GCC" "$@"; then
480 HOST_FULLPREFIX="${GCC%%gcc}"
481 dump "$(host_text) Using host gcc: $GCC $@"
483 dump "$(host_text) Ignoring broken host gcc: $GCC $@"
496 local GCC
[all...]
/ndk/sources/cxx-stl/gabi++/src/
H A Dstdexcept.cc26 #pragma GCC visibility push(hidden)
131 #pragma GCC visibility pop
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
H A Dchrono.cpp62 #pragma GCC visibility push(hidden)
101 #pragma GCC visibility pop
H A Dfuture.cpp35 #pragma GCC diagnostic push
36 #pragma GCC diagnostic ignored "-Wswitch"
63 #pragma GCC diagnostic pop
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
H A Dthrow_exception.hpp4 #pragma GCC system_header
/ndk/sources/host-tools/make-3.81/config/
H A Dconfig.rpath32 # The environment variables CC, GCC, LDFLAGS, LD, with_gnu_ld
56 if test "$GCC" = yes; then
116 if test "$GCC" != yes; then
195 if test "$GCC" = yes; then
222 if test "$GCC" = yes; then
373 if test "$GCC" = yes; then

Completed in 323 milliseconds

12