/external/skia/gn/portable/ |
D | BUILD.gn | 8 cflags_cc = [ "/EHsc" ] 10 cflags_cc = [ "-fexceptions" ] 16 cflags_cc = [ "/GR" ] 18 cflags_cc = [ "-frtti" ]
|
/external/skia/tools/skqp/ |
D | gn_to_bp.py | 145 cflags_cc = strip_slashes(js['targets']['//:libskqp_app']['cflags_cc']) variable 150 cflags_cc.update(['-Wno-extra-semi-stmt']) 164 cflags_cc = gn_to_bp_utils.CleanupCCFlags(cflags_cc) variable 192 'cflags_cc': bpfmt(8, cflags_cc),
|
/external/skqp/gn/ |
D | gn_to_bp_utils.py | 74 def CleanupCCFlags(cflags_cc): argument 76 cflags_cc = {s for s in cflags_cc if s.startswith('-W')} 78 cflags_cc.add("-fexceptions") 79 return cflags_cc
|
D | BUILD.gn | 35 cflags_cc = [] 98 cflags_cc += [ "-std=c++14" ] 104 cflags_cc += [ "-fvisibility-inlines-hidden" ] 153 cflags_cc += [ 198 cflags_cc += [ "-stdlib=libc++" ] 265 cflags_cc += [ "-stdlib=libc++" ] 278 cflags_cc = [ "-fno-exceptions" ] 284 cflags_cc = [] 313 cflags_cc += [ 373 cflags_cc += [ [all …]
|
D | gn_to_bp.py | 305 cflags_cc = strip_slashes(js['targets']['//:skia']['cflags_cc']) variable 351 cflags_cc = gn_to_bp_utils.CleanupCCFlags(cflags_cc) variable 426 'cflags_cc': bpfmt(8, cflags_cc),
|
/external/skqp/tools/skqp/ |
D | gn_to_bp.py | 147 cflags_cc = strip_slashes(js['targets']['//:libskqp_app']['cflags_cc']) variable 152 cflags_cc.update(['-Wno-extra-semi-stmt']) 166 cflags_cc = gn_to_bp_utils.CleanupCCFlags(cflags_cc) variable 194 'cflags_cc': bpfmt(8, cflags_cc),
|
/external/openscreen/third_party/googletest/ |
D | BUILD.gn | 44 cflags_cc = [] 48 cflags_cc += [ 62 cflags_cc = [] 64 cflags_cc += [ "-Wno-exit-time-destructors" ]
|
/external/skqp/third_party/angle2/ |
D | BUILD.gn | 39 cflags_cc = [] 48 cflags_cc += [ "-std=c++14" ] 59 cflags_cc += [ "/wd4577" ] 62 cflags_cc += [ "-Wno-tautological-constant-compare" ]
|
/external/llvm-project/llvm/utils/gn/secondary/libcxx/src/ |
D | BUILD.gn | 56 cflags_cc = [ 93 cflags_cc += [ "/EHsc" ] 97 cflags_cc += [ 102 cflags_cc += [ "-fno-exceptions" ] 107 cflags_cc += [ "/GR-" ] 109 cflags_cc += [ "-fno-rtti" ] 253 cflags_cc = [ "-fvisibility-global-new-delete-hidden" ]
|
/external/pigweed/pw_build/ |
D | BUILD.gn | 70 cflags_cc = [ "-fno-rtti" ] 87 cflags_cc = [ "-Wnon-virtual-dtor" ] 108 cflags_cc = [ "-std=c++11" ] 112 cflags_cc = [ "-std=c++14" ] 116 cflags_cc = [
|
/external/pigweed/pw_toolchain/arm_clang/ |
D | clang_config.gni | 28 # - asmflags, cflags, cflags_c, cflags_cc, ldflags: These flags are used to 56 if (defined(cflags_cc)) { 57 _compiler_flags += cflags_cc 59 cflags_cc = []
|
/external/skia/gn/skia/ |
D | BUILD.gn | 51 cflags_cc = [] 93 cflags_cc += [ "/std:c++17" ] 131 cflags_cc += [ 206 cflags_cc += [ 317 cflags_cc += [ "-stdlib=libc++" ] 325 cflags_cc += [ "-fno-aligned-allocation" ] 338 cflags_cc = [ "-fno-exceptions" ] 344 cflags_cc = [] 400 cflags_cc += [ 465 cflags_cc += [ [all …]
|
/external/perfetto/gn/standalone/ |
D | BUILD.gn | 96 cflags_cc = [ "-fno-exceptions" ] 102 cflags_cc = [ "/GR-" ] 104 cflags_cc = [ "-fno-rtti" ] 111 cflags_cc = [ "-std=c++11" ] 114 cflags_cc = [ "/permissive-" ] 121 cflags_cc = [ "/std:c++17" ] 123 cflags_cc = [ "-std=c++17" ] 143 cflags_cc = [] 271 cflags_cc += [
|
/external/skia/gn/ |
D | gn_to_bp.py | 480 cflags_cc = strip_slashes(js['targets']['//:skia']['cflags_cc']) variable 542 cflags_cc = gn_to_bp_utils.CleanupCCFlags(cflags_cc) variable 625 'cflags_cc': bpfmt(8, cflags_cc),
|
D | gn_to_bp_utils.py | 76 def CleanupCCFlags(cflags_cc): argument 78 return {s for s in cflags_cc if s.startswith('-W')}
|
/external/llvm-project/llvm/utils/gn/build/ |
D | BUILD.gn | 86 cflags_cc = [ 183 cflags_cc += [ 189 cflags_cc += [ 196 cflags_cc += [ 303 cflags_cc = [ "-fno-exceptions" ] 309 cflags_cc = [ "/GR-" ] 311 cflags_cc = [ "-fno-rtti" ]
|
/external/openscreen/build/config/ |
D | BUILD.gn | 82 cflags_cc = [ 96 cflags_cc = [ "-fno-rtti" ] 107 cflags_cc = [ "-std=c++14" ] 114 cflags_cc += [ 149 cflags_cc += [ "-Wexit-time-destructors" ]
|
/external/webrtc/android_tools/ |
D | generate_bp.py | 227 cflags_cc = FilterFlags(target['cflags_cc'], set(flags_in_default['cflags_cc'])) 228 if len(cflags_cc) > 0: 229 print(' cppflags: {0},'.format(FormatList(cflags_cc)))
|
/external/openscreen/third_party/jsoncpp/ |
D | BUILD.gn | 15 cflags_cc = [ "-Wno-implicit-fallthrough" ] 18 cflags_cc += [ "-Wno-exit-time-destructors" ]
|
/external/llvm-project/llvm/utils/gn/secondary/libunwind/src/ |
D | BUILD.gn | 54 cflags_cc = [ "-fno-rtti" ] 100 cflags_cc = [ "-fvisibility-global-new-delete-hidden" ]
|
/external/llvm-project/llvm/utils/gn/secondary/libcxxabi/src/ |
D | BUILD.gn | 66 cflags_cc = [ "-nostdinc++" ] 110 cflags_cc = [ "-fvisibility-global-new-delete-hidden" ]
|
/external/skqp/third_party/Nima-Cpp/ |
D | BUILD.gn | 89 cflags_cc = [] 92 cflags_cc += [
|
/external/openscreen/third_party/libfuzzer/ |
D | BUILD.gn | 9 cflags_cc = [
|
/external/perfetto/gn/standalone/libc++/ |
D | BUILD.gn | 23 cflags_cc = [
|
/external/swiftshader/ |
D | BUILD.gn | 65 cflags_cc = [ "/std:c++17" ] 71 cflags_cc = [ "-std=c++17" ]
|