Home | History | Annotate | Download | only in core

Lines Matching refs:Exceptions

707 # Same with C++ exception support (i.e. -fexceptions and -fno-exceptions)
709 module-flags-have-exceptions = $(strip \
726 $(eval __cxxbad := $(filter-out rtti exceptions,$(__ndk_modules.$1.CPP_FEATURES)))\
734 $(if $(call module-flags-have-exceptions,$1),exceptions) \
737 $(call module-filter-out-compiler-flags,$1,-frtti -fno-rtti -fexceptions -fno-exceptions)\
740 # (i.e. RTTI or Exceptions)
743 # $2: list of features (e.g. 'rtti' or 'exceptions')