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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
opts.h 105 /* Offset of field for this option in struct gcc_options, or
266 bool (*handler) (struct gcc_options *opts,
267 struct gcc_options *opts_set,
325 extern void init_options_struct (struct gcc_options *opts,
326 struct gcc_options *opts_set);
332 extern void decode_options (struct gcc_options *opts,
333 struct gcc_options *opts_set,
339 extern bool get_option_state (struct gcc_options *, int,
341 extern void set_option (struct gcc_options *opts,
342 struct gcc_options *opts_set
    [all...]
flags.h 35 extern bool fast_math_flags_set_p (const struct gcc_options *);
coretypes.h 67 struct gcc_options;
options.h 13 struct GTY(()) gcc_options
15 struct gcc_options
    [all...]
langhooks.h 269 void (*init_options_struct) (struct gcc_options *opts);
  /external/opencv3/platforms/scripts/
ABI_compat_generator.py 15 # TODO: get gcc_options automatically
16 gcc_options = ['-fexceptions', '-frtti', '-Wno-psabi', '--sysroot=/opt/android-ndk-r8c/platforms/android-8/arch-arm', '-fpic', '-D__ARM_ARCH_5__', '-D__ARM_ARCH_5T__', '-D__ARM_ARCH_5E__', '-D__ARM_ARCH_5TE__', '-fsigned-char', '-march=armv5te', '-mtune=xscale', '-msoft-float', '-fdata-sections', '-ffunction-sections', '-Wa,--noexecstack ', '-W', '-Wall', '-Werror=return-type', '-Werror=address', '-Werror=sequence-point', '-Wformat', '-Werror=format-security', '-Wmissing-declarations', '-Wundef', '-Winit-self', '-Wpointer-arith', '-Wshadow', '-Wsign-promo', '-Wno-narrowing', '-fdiagnostics-show-option', '-fomit-frame-pointer', '-mthumb', '-fomit-frame-pointer', '-O3', '-DNDEBUG ', '-DNDEBUG']
155 gcc = filter(lambda x: not x.startswith(excludedOptionsPrefix), gcc_options)
193 xml.write('\n\n<gcc_options>')
194 xml.write('\n\t%s' % '\n\t'.join(gcc_options))
195 xml.write('\n</gcc_options>')
233 gcc_options = FilterGCCOptions() variable
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/config/i386/
i386-protos.h 21 extern bool ix86_handle_option (struct gcc_options *opts,
22 struct gcc_options *opts_set ATTRIBUTE_UNUSED,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/c-family/
c-common.h 810 extern void c_common_init_options_struct (struct gcc_options *);
    [all...]

Completed in 318 milliseconds