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

  /ndk/sources/cxx-stl/gabi++/
Android.mk 11 LOCAL_CPP_FEATURES := rtti
18 LOCAL_CPP_FEATURES := rtti
33 LOCAL_CPP_FEATURES := rtti
44 LOCAL_CPP_FEATURES := rtti
  /external/v8/tools/gcmole/
Makefile 36 -fomit-frame-pointer -fno-exceptions -fno-rtti -fPIC \
  /development/pdk/pndk/config/
config.mk 25 $(CC) $(CFLAGS) -fno-exceptions -fno-rtti $(INC) -o $@ -c $<
  /external/llvm/
llvm-host-build.mk 28 LOCAL_CPPFLAGS += -fno-rtti
llvm-device-build.mk 38 LOCAL_CPPFLAGS += -fno-rtti
  /ndk/sources/cxx-stl/stlport/
Android.mk 77 LOCAL_CPP_FEATURES := rtti
84 LOCAL_CPP_FEATURES := rtti
100 LOCAL_CPP_FEATURES := rtti
112 LOCAL_CPP_FEATURES := rtti
  /external/stlport/test/eh/
sunpro.mak 33 # CXXFLAGS = ${STL_INCL} -library=no%Cstd -qoption ccfe -instlib=../../lib/libstlport_sunpro.so -features=rtti -DEH_VECTOR_OPERATOR_NEW -DEH_DELETE_HAS_THROW_SPEC
35 CXXFLAGS = ${STL_INCL} -library=no%Cstd -features=rtti -DEH_VECTOR_OPERATOR_NEW -DEH_DELETE_HAS_THROW_SPEC
sunpro-64.mak 33 CXXFLAGS = ${STL_INCL} -xarch=v9 -library=no%Cstd -features=rtti -DEH_VECTOR_OPERATOR_NEW -DEH_DELETE_HAS_THROW_SPEC -xildoff -g -D_REENTRANT -DNO_FAST_ALLOCATOR
sunpro42.mak 36 CXXFLAGS = $(ARCHF) +w2 -mt -features=rtti ${STL_INCL}
  /external/valgrind/tsan/
Makefile 27 VG_CXXFLAGS=-fno-rtti -fno-stack-protector
39 DR_CXXFLAGS=-fPIC -fno-rtti -fno-stack-protector
Android.mk 82 LOCAL_RTTI_FLAG := -fno-rtti
104 LOCAL_RTTI_FLAG := -fno-rtti
  /external/v8/
Android.mksnapshot.mk 58 -fno-rtti \
  /external/zlib/nintendods/
Makefile 35 CXXFLAGS := $(CFLAGS) -fno-rtti -fno-exceptions
  /external/stlport/
configure.bat 71 REM rtti support
72 if "%1" == "--no-rtti" goto opt_rtti
73 if "%1" == "--without-rtti" goto opt_rtti
164 echo "--without-rtti"
165 echo Remove rtti (run time type information) support if available.
542 REM * rtti support
546 echo Removing rtti support
configure 76 --without-rtti Disable RTTI when building libraries.
201 --without-rtti)
  /ndk/build/core/
build-binary.mk 219 ifneq (,$(call module-has-c++-features,$(LOCAL_MODULE),rtti))
226 # If we're using the 'system' STL and use rtti or exceptions, then
229 ifneq (,$(call module-has-c++-features,$(LOCAL_MODULE),rtti exceptions))
default-build-commands.mk 89 TARGET_CXXFLAGS = $(TARGET_CFLAGS) -fno-exceptions -fno-rtti
definitions.mk 632 # Return true if a module's compiler flags enable rtti
633 # We just look at -frtti and -fno-rtti on the command-line
635 module-flags-have-rtti = $(strip \
637 $(lastword $(filter -frtti -fno-rtti,$(call module-get-c++-flags,$1)))\
660 $(eval __cxxbad := $(filter-out rtti exceptions,$(__ndk_modules.$1.CPP_FEATURES)))\
667 $(if $(call module-flags-have-rtti,$1),rtti) \
671 $(call module-filter-out-compiler-flags,$1,-frtti -fno-rtti -fexceptions -fno-exceptions)\
674 # (i.e. RTTI or Exceptions)
677 # $2: list of features (e.g. 'rtti' or 'exceptions'
    [all...]
  /build/core/
binary.mk 580 # Default is -fno-rtti.
582 LOCAL_RTTI_FLAG := -fno-rtti
  /external/chromium/third_party/libjingle/source/talk/
main.scons 106 '/GR-', # disable RTTI
261 '-fno-rtti',
  /external/webkit/Tools/Scripts/webkitpy/style/checkers/
cpp_unittest.py 273 # Only keep some errors related to includes, namespaces and rtti.
279 '+runtime/rtti')
    [all...]
  /external/libffi/
ltconfig 881 # Check to see if options -fno-rtti -fno-exceptions are supported by compiler
882 echo $ac_n "checking if $compiler supports -fno-rtti -fno-exceptions ... $ac_c" 1>&6
886 CFLAGS="$CFLAGS -fno-rtti -fno-exceptions -c conftest.$ac_ext"
887 echo "$progname:887: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
909 no_builtin_flag=' -fno-builtin -fno-rtti -fno-exceptions'
    [all...]

Completed in 976 milliseconds