/third_party/libexif/contrib/c++/ |
D | Makefile | 34 %.o: %.cxx 35 $(CXX) $(CXXFLAGS) $(CPPFLAGS) -c $*.cxx 37 %.lo: %.cxx 38 $(LIBCXX) $(CXXFLAGS) $(CPPFLAGS) -c $*.cxx 40 %.d: %.cxx 41 @echo updating header dependencies for $*.cxx 43 @$(CXX) -M $(CXXFLAGS) $(CPPFLAGS) -c $*.cxx | sed "s@$*.o@$*.d $*.o@" > $*.d \ 46 %.ld: %.cxx 47 @echo updating header dependencies for $*.cxx 49 @$(CXX) -M $(CXXFLAGS) $(CPPFLAGS) -c $*.cxx | sed "s@$*.o@$*.ld $*.lo@" > $*.ld \
|
/third_party/boost/tools/build/src/engine/ |
D | build.sh | 98 cxx) ( ${CXX:=cxx} check_cxx11.cpp && rm -f a.out ) 1>/dev/null 2>/dev/null ;; 99 cross-cxx) ( ${CXX:=cxx} check_cxx11.cpp && rm -f a.out ) 1>/dev/null 2>/dev/null ;; 154 elif test_path $CXX ; then B2_TOOLSET=cxx 155 elif test_path cxx ; then 156 B2_TOOLSET=cxx 157 CXX=cxx 159 B2_TOOLSET=cxx 162 B2_TOOLSET=cxx 402 cxx) 403 CXX=${CXX:=cxx} [all …]
|
/third_party/gn/examples/ios/build/toolchain/mac/ |
D | BUILD.gn | 15 cxx = "clang++" 23 … command = "$cxx {{ldflags}} -o $output -Wl,-filelist,$rspfile {{libs}} {{solibs}} {{frameworks}}" 37 …command = "$cxx -dynamiclib {{ldflags}} -o $dylib -Wl,-filelist,$rspfile {{libs}} {{solibs}} {{fra… 54 tool("cxx") { 57 …command = "$cxx -MMD -MF $depfile {{defines}} {{include_dirs}} {{cflags}} {{cflags_cc}} -c {{sourc… 75 …command = "$cxx -MMD -MF $depfile {{defines}} {{include_dirs}} {{framework_dirs}} {{cflags}} {{cfl…
|
/third_party/skia/infra/bots/recipe_modules/build/ |
D | default.py | 19 def compile_swiftshader(api, extra_tokens, swiftshader_root, cc, cxx, out): argument 38 'CXX': cxx, 98 cc, cxx, ccache = None, None, None 173 cxx = clang_linux + '/bin/clang++' 183 cc, cxx = 'clang', 'clang++' 187 cxx = skia_dir.join("tools/clang-tidy.sh") 242 compile_swiftshader(api, extra_tokens, swiftshader_root, cc, cxx, swiftshader_out) 331 'cxx': cxx,
|
/third_party/gstreamer/gstplugins_bad/sys/wasapi2/ |
D | meson.build | 44 if not cxx.has_header_symbol ('audioclient.h', 'IAudioClient3', dependencies : wasapi2_dep) 53 if not cxx.has_header_symbol ('mmdeviceapi.h', symbol, dependencies : wasapi2_dep) 62 winapi_app = cxx.compiles('''#include <winapifamily.h> 86 winapi_desktop = cxx.compiles('''#include <winapifamily.h> 96 win10_sdk = cxx.compiles('''#include <windows.h> 114 building_for_win10 = cxx.compiles('''#include <windows.h> 139 extra_cpp_args = cxx.get_supported_arguments(['/Zc:twoPhase-'])
|
/third_party/gstreamer/gstplugins_bad/sys/asio/ |
D | meson.build | 18 if cxx.get_id() != 'msvc' 26 winapi_desktop = cxx.compiles('''#include <winapifamily.h> 62 has_asio_header = cxx.has_header('asio.h', include_directories: asio_inc_dir) 63 has_asiosys_header = cxx.has_header('asiosys.h', include_directories: asio_inc_dir) 64 has_iasiodrv_header = cxx.has_header('iasiodrv.h', include_directories: asio_inc_dir)
|
/third_party/node/benchmark/napi/function_call/ |
D | index.js | 21 const cxx = binding.hello; constant 37 assert(js() === cxx()); 45 const fn = type === 'cxx' ? cxx : type === 'napi' ? napi : js;
|
/third_party/flutter/skia/gn/toolchain/ |
D | BUILD.gn | 4 host_cxx = cxx 21 target_cxx = cxx 95 tool("cxx") { 185 cxx = invoker.cxx 198 tool("cxx") { 200 …command = "$cc_wrapper $cxx -MD -MF $depfile {{defines}} {{include_dirs}} {{cflags}} {{cflags_cc}}… 218 …command = "$cc_wrapper $cxx -MD -MF $depfile {{defines}} {{include_dirs}} {{cflags}} {{cflags_cc}}… 270 …command = "$cxx -shared {{ldflags}} $_start_group @$rspfile {{solibs}} $_end_group {{libs}} $rpath… 295 …command = "$cxx {{ldflags}} $_start_group @$rspfile {{solibs}} $_end_group {{libs}} -o $exe_name &… 297 … command = "$cxx {{ldflags}} $_start_group @$rspfile {{solibs}} $_end_group {{libs}} -o $exe_name" [all …]
|
/third_party/gstreamer/gstplugins_bad/ext/openexr/ |
D | meson.build | 12 if cxx.has_argument('-Werror') and cxx.check_header('ImfRgbaFile.h', dependencies: openexr_dep) 13 if not cxx.check_header('ImfRgbaFile.h', dependencies: openexr_dep, args: '-Werror') 15 … if cxx.check_header('ImfRgbaFile.h', dependencies: openexr_dep, args: ['-Werror', '-std=c++98'])
|
/third_party/skia/third_party/externals/harfbuzz/test/shape/data/aots/ |
D | update.py | 10 cxx = shutil.which ('c++'); assert cxx variable 24 subprocess.run ([cxx, '-std=c++11', '-Wno-narrowing', 'aots/harfbuzz/hb-aots-tester.cpp',
|
/third_party/gstreamer/gstplugins_good/ext/taglib/ |
D | meson.build | 12 cxx = meson.get_compiler('cpp') variable 13 if cxx.has_argument('-fvisibility=hidden') 16 if cxx.has_argument('-fno-strict-aliasing')
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/winrt/ |
D | meson.build | 21 if cxx.get_id() != 'msvc' 30 winapi_app = cxx.compiles('''#include <winapifamily.h> 44 win10_sdk = cxx.compiles('''#include <windows.h> 58 building_for_win10 = cxx.compiles('''#include <windows.h>
|
/third_party/gn/examples/ios/build/toolchain/ios/ |
D | BUILD.gn | 32 cxx = "clang++ -target ${_sdk_info.target} -isysroot ${_sdk_info.sdk_path}" 42 …command = "$cxx {{ldflags}} -o $output -Wl,-filelist,$rspfile {{libs}} {{solibs}} {{frameworks}} {… 56 …command = "$cxx -dynamiclib {{ldflags}} -o $dylib -Wl,-filelist,$rspfile {{libs}} {{solibs}} {{fra… 73 tool("cxx") { 76 …command = "$cxx -MMD -MF $depfile {{defines}} {{include_dirs}} {{cflags}} {{cflags_cc}} -c {{sourc… 94 …command = "$cxx -MMD -MF $depfile {{defines}} {{include_dirs}} {{framework_dirs}} {{cflags}} {{cfl…
|
/third_party/flutter/skia/gn/ |
D | is_clang.py | 10 cc,cxx = sys.argv[1:3] variable 13 'clang' in subprocess.check_output('%s --version' % cxx, shell=True)):
|
/third_party/ninja/ |
D | configure.py | 286 def cxx(name, **kwargs): function 470 objs += cxx('browse', order_only=built('browse_py.h')) 519 objs += cxx(name, variables=cxxvariables) 525 objs += cxx(name, variables=cxxvariables) 527 objs += cxx('minidump-win32', variables=cxxvariables) 530 objs += cxx('subprocess-posix') 550 objs = cxx('ninja', variables=cxxvariables) 586 objs += cxx(name, variables=cxxvariables) 589 objs += cxx(name, variables=cxxvariables) 607 objs = cxx(name, variables=cxxvariables)
|
/third_party/skia/gn/ |
D | is_clang.py | 12 cc,cxx = sys.argv[1:3] variable 15 b'clang' in subprocess.check_output('%s --version' % cxx, shell=True)):
|
/third_party/gn/build/ |
D | gen.py | 248 cxx, ar, ld, platform, host, options, argument 256 'cxx = ' + cxx, 361 cxx = os.environ.get('CXX', 'cl.exe') 365 cxx = os.environ.get('CXX', 'g++') 369 cxx = os.environ.get('CXX', 'g++') 373 cxx = os.environ.get('CXX', 'clang++') 374 ld = cxx 888 WriteGenericNinja(path, static_libraries, executables, cxx, ar, ld,
|
D | build_zos.ninja.template | 1 rule cxx 2 command = $cxx $includes $cflags -c $in -o $out
|
D | build_aix.ninja.template | 1 rule cxx 2 command = $cxx -MMD -MF $out.d $includes $cflags -c $in -o $out
|
D | build_mac.ninja.template | 1 rule cxx 2 command = $cxx -MMD -MF $out.d $includes $cflags -c $in -o $out
|
D | build_win.ninja.template | 1 rule cxx 2 command = $cxx /nologo /showIncludes /FC $includes $cflags /c $in /Fo$out
|
D | build_openbsd.ninja.template | 1 rule cxx 2 command = $cxx -MMD -MF $out.d $includes $cflags -c $in -o $out
|
/third_party/icu/tools/multi/c/ |
D | Makefile-c.inc | 36 …echo `$(C_INS)/$*/bin/icu-config --cxx` `$(C_INS)/$*/bin/icu-config --cxxflags` $(DEBUGOPT) -c -o… 37 …`$(C_INS)/$*/bin/icu-config --cxx` `$(C_INS)/$*/bin/icu-config --cxxflags` $(DEBUGOPT) -c -o $(C_… 50 …@echo `$(C_INS)/$*/bin/icu-config --cxx` `$(C_INS)/$*/bin/icu-config --ldflags ` $(DEBUGOPT) -o $… 51 …@`$(C_INS)/$*/bin/icu-config --cxx` -Wl,--verbose `$(C_INS)/$*/bin/icu-config --ldflags ` $(DEBUG…
|
/third_party/openh264/build/ |
D | platform-android.mk | 92 -I$(NDKROOT)/sources/cxx-stl/llvm-libc++/include \ 93 -I$(NDKROOT)/sources/cxx-stl/llvm-libc++abi/include 95 $(NDKROOT)/sources/cxx-stl/llvm-libc++/libs/$(APP_ABI)/libc++_static.a 98 -I$(NDKROOT)/sources/cxx-stl/stlport/stlport 100 $(NDKROOT)/sources/cxx-stl/stlport/libs/$(APP_ABI)/libstlport_static.a
|
/third_party/benchmark/.github/ |
D | .libcxx-setup.sh | 22 make -C llvm-build -j3 cxx cxxabi 23 sudo make -C llvm-build install-cxx install-cxxabi
|