/third_party/openssl/Configurations/ |
D | 10-main.conf | 230 cflags => add(threads("-pthread")), 251 cflags => add_before("-m64", threads("-pthread")), 279 cflags => add_before("-xarch=generic64 -xstrconst -Xa"), 299 cflags => add(threads("-pthread")), 308 cflags => add_before("-mcpu=v8"), 314 cflags => add_before("-m32 -mcpu=ultrasparc"), 318 cflags => sub { my $f=join(" ",@_); $f =~ s/\-m32/-m64/; $f; }, 332 cflags => add_before("-xstrconst -Xa"), 344 cflags => add_before("-xarch=v8"), 348 cflags => add_before("-xarch=v8plus"), [all …]
|
D | 15-ios.conf | 21 cflags => add("-arch armv7 -mios-version-min=6.0.0 -fno-common"), 27 cflags => add("-arch arm64 -mios-version-min=7.0.0 -fno-common"), 50 cflags => add("-isysroot \$(CROSS_TOP)/SDKs/\$(CROSS_SDK) -fno-common"), 55 cflags => add("-isysroot \$(CROSS_TOP)/SDKs/\$(CROSS_SDK)"), 60 cflags => add("-isysroot \$(CROSS_TOP)/SDKs/\$(CROSS_SDK)"),
|
D | 15-android.conf | 102 my $cflags; 113 $cflags .= " -target $tridefault " 144 $cflags .= " -mandroid"; 162 cflags => $cflags . $sysroot, 187 cflags => add(sub { android_ndk()->{cflags} }), 189 cxxflags => add(sub { android_ndk()->{cflags} }),
|
/third_party/node/tools/v8_gypfiles/ |
D | toolchain.gypi | 141 'cflags': [ '-Werror', '-Wno-unknown-pragmas' ], 143 'cflags!': [ '-Wall', '-Wextra' ], 144 'cflags': [ '-Wno-return-type' ], 187 'cflags': ['-march=armv7-a',], 192 'cflags': ['-mfpu=<(arm_fpu)',], 197 'cflags': ['-mfloat-abi=<(arm_float_abi)',], 200 'cflags': ['-mthumb',], 203 'cflags': ['-marm',], 230 'cflags': ['-march=armv7-a',], 235 'cflags': ['-mfpu=<(arm_fpu)',], [all …]
|
/third_party/flutter/skia/gn/ |
D | BUILD.gn | 33 cflags = [] 42 cflags += [ "/WX" ] 44 cflags += [ "-Werror" ] 50 cflags += [ "--target=arm64-windows" ] 52 cflags += [ 57 cflags += [ "-fms-compatibility-version=19" ] # 2015 76 cflags += [ 91 cflags += [ 100 cflags += [ "-fvisibility=hidden" ] 106 cflags += [ [all …]
|
D | gn_to_bp_utils.py | 47 def CleanupCFlags(cflags): argument 49 cflags = {s for s in cflags if s.startswith('-W')} 52 cflags = cflags.union([ 59 cflags = cflags.union([ 70 cflags = sorted(cflags) 71 cflags.insert(0, "-U_FORTIFY_SOURCE") 72 return cflags
|
/third_party/libusb/.private/ |
D | ci-build.sh | 45 cflags="-O2" 48 cflags+=" -Winline" 49 cflags+=" -Wmissing-include-dirs" 50 cflags+=" -Wnested-externs" 51 cflags+=" -Wpointer-arith" 52 cflags+=" -Wredundant-decls" 53 cflags+=" -Wswitch-enum" 57 CFLAGS="${cflags}" ../configure --enable-examples-build --enable-tests-build "$@"
|
/third_party/skia/gn/ |
D | gn_to_bp_utils.py | 47 def CleanupCFlags(cflags): argument 49 cflags = {s for s in cflags if s.startswith('-W')} 53 cflags = cflags.union([ 63 cflags = cflags.union([ 73 cflags = sorted(cflags) 74 cflags.insert(0, "-U_FORTIFY_SOURCE") 75 return cflags
|
/third_party/skia/gn/skia/ |
D | BUILD.gn | 53 cflags = [] 64 cflags += [ "/wd5030" ] 66 cflags += [ "-Wno-attributes" ] 74 cflags += [ "--sysroot=" + 85 cflags += [ target_triple ] 91 cflags += [ "--target=arm64-windows" ] 93 cflags += [ 123 cflags += [ 138 cflags += [ 156 cflags += [ [all …]
|
/third_party/gn/build/ |
D | gen.py | 249 args_list, cflags=[], ldflags=[], argument 317 ' cflags = %s' % ' '.join(cflags), 377 cflags = os.environ.get('CFLAGS', '').split() 378 cflags += os.environ.get('CXXFLAGS', '').split() 392 cflags.extend(['-O0', '-g']) 394 cflags.append('-DNDEBUG') 395 cflags.append('-O3') 397 cflags.append('-g') 402 cflags.extend(['-fdata-sections', '-ffunction-sections']) 427 cflags.extend(['-flto', '-fwhole-program-vtables']) [all …]
|
/third_party/optimized-routines/ |
D | config.mk.dist | 41 math-cflags = 45 string-cflags = 46 networking-cflags = 50 #math-cflags += -DUSE_MPFR 53 math-cflags += -frounding-math -fexcess-precision=standard -fno-stack-protector 54 math-cflags += -ffp-contract=fast -fno-math-errno 57 #math-cflags += -ffp-contract=fast 60 #math-cflags += -DWANT_VMATH=0 67 #string-cflags += -DWANT_GNU_PROPERTY=0 70 #networking-cflags += -DWANT_ASSERT [all …]
|
/third_party/gn/src/gn/ |
D | config_values_extractors_unittest.cc | 40 dep2_all.own_values().cflags().push_back("--dep2-all"); in TEST() 41 dep2_all.own_values().cflags().push_back("--dep2-all"); in TEST() 48 dep2_direct.own_values().cflags().push_back("--dep2-direct"); in TEST() 64 dep1_all_sub.own_values().cflags().push_back("--dep1-all-sub"); in TEST() 69 dep1_all.own_values().cflags().push_back("--dep1-all"); in TEST() 76 dep1_direct.own_values().cflags().push_back("--dep1-direct"); in TEST() 92 target_all.own_values().cflags().push_back("--target-all"); in TEST() 99 target_direct.own_values().cflags().push_back("--target-direct"); in TEST() 108 target_config.own_values().cflags().push_back("--target-config"); in TEST() 122 target.config_values().cflags().push_back("--target"); in TEST() [all …]
|
/third_party/node/ |
D | common.gypi | 135 'cflags': [ '-g', '-O0' ], 138 'cflags': [ '-gxcoff' ], 142 'cflags': [ '-fPIC' ], 180 'cflags': [ '-O3' ], 183 'cflags': ['<(lto)'], 192 'cflags': [ 208 'cflags': [ '-fno-omit-frame-pointer' ], 213 'cflags': ['<(pgo_generate)'], 217 'cflags': ['<(pgo_use)'], 223 'cflags': [ '-fPIC' ], [all …]
|
/third_party/qrcodegen/ |
D | BUILD.gn | 14 cflags = [ 18 cflags_cc = cflags 31 cflags = [ 35 cflags_cc = cflags 37 cflags = [ "-Wall" ] 38 cflags_cc = cflags
|
/third_party/ninja/ |
D | configure.py | 309 cflags = ['/showIncludes', variable 330 cflags.append('/FS') 333 cflags += ['/Ox', '/DNDEBUG', '/GL'] 336 cflags = ['-g', '-Wall', '-Wextra', variable 345 cflags += ['-D_GLIBCXX_DEBUG', '-D_GLIBCXX_DEBUG_PEDANTIC'] 346 cflags.remove('-fno-rtti') # Needed for above pedanticness. 348 cflags += ['-O2', '-DNDEBUG'] 355 cflags += ['-fdiagnostics-color'] 359 cflags += ['-D_WIN32_WINNT=0x0601', '-D__USE_MINGW_ANSI_STDIO=1'] 362 cflags.append('-I/usr/local/include') [all …]
|
/third_party/alsa-utils/topology/ |
D | topology.c | 138 size_t config_size, int cflags) in load_topology() argument 142 *tplg = snd_tplg_create(cflags); in load_topology() 213 static int dump(const char *source_file, const char *output_file, int cflags, int sflags) in dump() argument 223 err = load_topology(&tplg, config, size, cflags); in dump() 280 static int compile(const char *source_file, const char *output_file, int cflags, in compile() argument 314 err = load_topology(&tplg, pconfig, size, cflags); in compile() 319 err = load_topology(&tplg, config, config_size, cflags); in compile() 337 int cflags, int dflags, int sflags) in decode() argument 347 tplg = snd_tplg_create(cflags); in decode() 401 int c, err, op = 'c', cflags = 0, dflags = 0, sflags = 0, option_index; in main() local [all …]
|
/third_party/libxml2/ |
D | xml2-config.in | 7 cflags= 21 --cflags print pre-processor and compiler flags 69 --cflags) 70 cflags="@XML_INCLUDEDIR@ @XML_CFLAGS@" 106 if test -n "$cflags$libs"; then 107 echo $cflags $libs
|
/third_party/pcre2/pcre2/ |
D | pcre2-config.in | 7 cflags="[--cflags]" 20 cflags="$cflags [--cflags-posix]" 23 usage="Usage: pcre2-config [--prefix] [--exec-prefix] [--version] $libs $cflags" 71 --cflags) 77 --cflags-posix)
|
/third_party/pcre2/pcre2/src/ |
D | pcre2posix.c | 222 regcomp(regex_t *preg, const char *pattern, int cflags) 224 return pcre2_regcomp(preg, pattern, cflags); 296 pcre2_regcomp(regex_t *preg, const char *pattern, int cflags) in pcre2_regcomp() argument 304 patlen = ((cflags & REG_PEND) != 0)? (PCRE2_SIZE)(preg->re_endp - pattern) : in pcre2_regcomp() 307 if ((cflags & REG_ICASE) != 0) options |= PCRE2_CASELESS; in pcre2_regcomp() 308 if ((cflags & REG_NEWLINE) != 0) options |= PCRE2_MULTILINE; in pcre2_regcomp() 309 if ((cflags & REG_DOTALL) != 0) options |= PCRE2_DOTALL; in pcre2_regcomp() 310 if ((cflags & REG_NOSPEC) != 0) options |= PCRE2_LITERAL; in pcre2_regcomp() 311 if ((cflags & REG_UTF) != 0) options |= PCRE2_UTF; in pcre2_regcomp() 312 if ((cflags & REG_UCP) != 0) options |= PCRE2_UCP; in pcre2_regcomp() [all …]
|
/third_party/openssl/util/ |
D | mkbuildinf.pl | 12 my ($cflags, $platform) = @ARGV; 13 $cflags = "compiler: $cflags"; 42 foreach my $c (split //, $cflags) {
|
/third_party/flutter/skia/third_party/ |
D | third_party.gni | 10 cflags = [] 18 cflags += [ 27 cflags += [ 32 cflags += [ 59 cflags = [ "/w" ] 61 cflags = [ "-w" ]
|
/third_party/skia/tools/skqp/ |
D | gn_to_bp.py | 144 cflags = strip_slashes(js['targets']['//:libskqp_app']['cflags']) variable 153 assert '-Weverything' not in cflags 163 cflags = gn_to_bp_utils.CleanupCFlags(cflags) variable 191 'cflags': bpfmt(8, cflags, False),
|
/third_party/skia/third_party/ |
D | third_party.gni | 18 cflags = [] 26 cflags += [ 35 cflags += [ 40 cflags += [ 105 cflags = [ "/w" ] 107 cflags = [ "-w" ]
|
/third_party/node/tools/gyp/pylib/gyp/generator/ |
D | compile_commands_json.py | 49 cflags = xcode_settings.GetCflags(configuration_name) 53 cflags = configuration.get("cflags", []) 57 cflags_c = cflags + cflags_c 58 cflags_cc = cflags + cflags_cc 85 cflags = cflags_c if isc else cflags_cc 91 cflags,
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ |
D | compile_commands_json.py | 51 cflags = xcode_settings.GetCflags(configuration_name) 55 cflags = configuration.get('cflags', []) 59 cflags_c = cflags + cflags_c 60 cflags_cc = cflags + cflags_cc 87 cflags = cflags_c if isc else cflags_cc 88 command = ' '.join((cc, defines, includes, cflags,
|