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

  /development/pdk/pndk/config/
config.mk 25 $(CC) $(CFLAGS) -fno-exceptions -fno-rtti $(INC) -o $@ -c $<
  /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/v8/
Android.mksnapshot.mk 58 -fno-rtti \
  /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)
  /external/opencore/tools_v2/build/make/platforms/
android.mk 33 CPPFLAGS += -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -msoft-float -O2 -march=armv5te -fno-rtti -fno-exceptions -mtune=xscale -fpic -mthumb-interwork -ffunction-sections -funwind-tables -finline-functions -fno-inline-functions-called-once -fgcse-after-reload -frerun-cse-after-loop -frename-registers -Wstrict-aliasing=2 -fstack-protector -D__ARM_ARCH_5__ -D__ARM_ARCH_5T__ -D__ARM_ARCH_5E__ -D__ARM_ARCH_5TE__ -MD -include $(ANDROID_BASE)/headers/system/core/include/arch/linux-arm/AndroidConfig.h -DANDROID -fmessage-length=0 -DSK_RELEASE -DNDEBUG -DUDEBUG -fvisibility=hidden -fvisibility-inlines-hidden -Os -DENABLE_MEMORY_PLAYBACK -fno-short-enums
  /ndk/build/toolchains/arm-eabi-4.2.1/
setup.mk 96 TARGET_CXXFLAGS := $(TARGET_CFLAGS.common) -fno-exceptions -fno-rtti
  /ndk/build/toolchains/x86-4.2.1/
setup.mk 63 TARGET_CXXFLAGS := $(TARGET_CFLAGS.common) -fno-exceptions -fno-rtti
  /ndk/build/toolchains/arm-eabi-4.4.0/
setup.mk 120 TARGET_CXXFLAGS := $(TARGET_CFLAGS.common) $(TARGET_ARCH_CFLAGS) -fno-exceptions -fno-rtti
  /external/webkit/WebKitTools/Scripts/webkitpy/style/processors/
cpp_unittest.py 349 'RTTI. [runtime/rtti] [5]'])
380 'RTTI. [runtime/rtti] [5]')
    [all...]
  /build/core/
definitions.mk 782 -fno-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 453 milliseconds