Home
last modified time | relevance | path

Searched refs:cxx (Results 1 – 25 of 531) sorted by relevance

12345678910>>...22

/netbsd-src/external/apache2/llvm/dist/libcxx/utils/libcxx/test/
H A Dconfig.py62 self.cxx = None
147 if self.cxx.use_modules:
149 self.cxx.modules_flags)
150 if len(self.cxx.warning_flags):
151 self.lit_config.note('Using warnings: %s' % self.cxx.warning_flags)
166 self.cxx,
173 cxx = self.get_lit_conf('cxx_under_test')
174 self.cxx_is_clang_cl = cxx is not None and \
175 os.path.basename(cxx).startswith('clang-cl')
178 if cxx is None or self.cxx_is_clang_cl:
[all …]
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/ci/
H A Drun-buildbot116 function check-cxx-cxxabi() {
118 ${NINJA} -vC "${BUILD_DIR}" install-cxx install-cxxabi
121 ${NINJA} -vC "${BUILD_DIR}" check-cxx
131 ${NINJA} -vC "${BUILD_DIR}" check-cxx-abilist || (
133 ${NINJA} -vC "${BUILD_DIR}" generate-cxx-abilist
138 function check-cxx-benchmarks() {
140 ${NINJA} -vC "${BUILD_DIR}" check-cxx-benchmarks
188 check-cxx-cxxabi
197 check-cxx-cxxabi
206 check-cxx-cxxabi
[all …]
/netbsd-src/sys/lib/libunwind/
H A DMakefile.inc5 SRCS+= libunwind.cxx \
10 COPTS.libunwind.cxx+= ${${ACTIVE_CXX} == "gcc":? -std=c++0x : -std=c++11 }
11 COPTS.libunwind.cxx+= -funwind-tables -fno-rtti
12 COPTS.libunwind.cxx+= -fno-exceptions -fvisibility=hidden
13 COPTS.libunwind.cxx+= -Wno-old-style-cast
14 CPPFLAGS.libunwind.cxx+=-I${NETBSDSRCDIR}/sys/lib/libunwind
17 COPTS.libunwind.cxx+= ${${ACTIVE_CC} == "gcc":? -mfpu=vfp3 :}
/netbsd-src/tests/lib/csu/
H A DMakefile18 SRCS.h_initfini1= h_initfini1.cxx h_initfini_common.cxx \
20 SRCS.h_initfini2= h_initfini1.cxx h_initfini_common.cxx \
23 SRCS.h_initfini3= h_initfini3.cxx h_initfini_common.cxx \
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A DCMakeLists.txt231 add_custom_target(generate-cxx-headers ALL DEPENDS ${_all_includes})
233 add_library(cxx-headers INTERFACE)
234 add_dependencies(cxx-headers generate-cxx-headers ${LIBCXX_CXX_ABI_HEADER_TARGET})
237 target_compile_options(cxx-headers INTERFACE /I${LIBCXX_GENERATED_INCLUDE_DIR}
240 target_compile_options(cxx-headers INTERFACE -I${LIBCXX_GENERATED_INCLUDE_DIR}
249 COMPONENT cxx-headers
258 COMPONENT cxx-headers)
261 add_custom_target(install-cxx-headers
262 DEPENDS cxx-headers
264 -DCMAKE_INSTALL_COMPONENT=cxx-headers
[all …]
/netbsd-src/distrib/syspkg/sets/comp/
H A DMakefile13 SUBDIR += comp-cxx-bin
14 SUBDIR += comp-cxx-catman
15 SUBDIR += comp-cxx-include
16 SUBDIR += comp-cxx-lib
17 SUBDIR += comp-cxx-man
18 SUBDIR += comp-cxx-piclib
19 SUBDIR += comp-cxx-proflib
/netbsd-src/external/apache2/llvm/dist/libcxx/src/
H A DCMakeLists.txt191 target_link_libraries(cxx_shared PUBLIC cxx-headers
268 target_link_libraries(cxx_static PUBLIC cxx-headers
326 add_custom_target(cxx DEPENDS ${LIBCXX_BUILD_TARGETS}) target
365 target_link_libraries(cxx_external_threads PRIVATE cxx-headers)
370 ARCHIVE DESTINATION ${LIBCXX_INSTALL_LIBRARY_DIR} COMPONENT cxx
371 LIBRARY DESTINATION ${LIBCXX_INSTALL_LIBRARY_DIR} COMPONENT cxx
372 RUNTIME DESTINATION bin COMPONENT cxx)
377 ARCHIVE DESTINATION ${LIBCXX_INSTALL_LIBRARY_DIR} COMPONENT cxx
378 LIBRARY DESTINATION ${LIBCXX_INSTALL_LIBRARY_DIR} COMPONENT cxx
379 RUNTIME DESTINATION bin COMPONENT cxx)
[all …]
/netbsd-src/external/bsd/atf/dist/atf-c++/
H A Dpkg_config_test.sh81 pkg-config --variable=cxx atf-c++
82 cxx=$(cat stdout)
83 echo "Compiler is: ${cxx}"
84 atf_require_prog ${cxx}
117 atf_check -s eq:0 -o empty -e empty ${cxx} ${cxxflags} -o tp.o -c tp.cpp
118 atf_check -s eq:0 -o empty -e empty ${cxx} ${ldflags} -o tp tp.o ${libs}
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-go/
H A Dllvm-go.go40 cpp, cxx, ld string member
106 cxx: "-std=c++14" + " " + stdLibOption,
150 `, flags.cpp, flags.cxx, flags.ld)
153 func runGoWithLLVMEnv(args []string, cc, cxx, gocmd, llgo, cppflags, cxxflags, ldflags string, pack… argument
191 "CXX=" + cxx,
193 "CGO_CXXFLAGS=" + flags.cxx + " " + cxxflags,
249 cxx := os.Getenv("CXX")
262 {"cxx", &cxx},
303 runGoWithLLVMEnv(args, cc, cxx, gocmd, llgo, cppflags, cxxflags, ldflags, packages)
/netbsd-src/external/apache2/llvm/dist/llvm/docs/CommandGuide/
H A Dllvm-cxxmap.rst68 <`name <http://itanium-cxx-abi.github.io/cxx-abi/abi.html#mangle.name>`_>s,
69 <`type <http://itanium-cxx-abi.github.io/cxx-abi/abi.html#mangle.type>`_>s, or
70 <`encoding <http://itanium-cxx-abi.github.io/cxx-abi/abi.html#mangle.encoding>`_>s,
75 <`source-name <http://itanium-cxx-abi.github.io/cxx-abi/abi.html#mangle.source-name>`_>:
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-fuzzer/proto-to-cxx/
H A DCMakeLists.txt18 add_clang_executable(clang-proto-to-cxx proto_to_cxx_main.cpp)
19 add_clang_executable(clang-loop-proto-to-cxx loop_proto_to_cxx_main.cpp)
21 target_link_libraries(clang-proto-to-cxx PRIVATE clangProtoToCXX)
22 target_link_libraries(clang-loop-proto-to-cxx PRIVATE clangLoopProtoToCXX)
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/scripts/
H A Dtestsuite_flags.in17 --build-cxx
19 --install-cxx
44 --install-cxx)
48 --build-cxx)
/netbsd-src/external/apache2/llvm/dist/libcxx/benchmarks/
H A DCMakeLists.txt31 DEPENDS cxx cxx-headers
73 add_custom_target(cxx-benchmarks)
128 add_dependencies(${libcxx_target} cxx google-benchmark-libcxx)
129 add_dependencies(cxx-benchmarks ${libcxx_target})
170 add_dependencies(cxx-benchmarks ${native_target})
213 add_lit_target(check-cxx-benchmarks
216 DEPENDS cxx-benchmarks ${LIBCXX_TEST_DEPS}
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/scripts/
H A Dtestsuite_flags.in17 --build-cxx
19 --install-cxx
44 --install-cxx)
48 --build-cxx)
/netbsd-src/share/mk/
H A Dbsd.clang-analyze.mk13 .SUFFIXES: .c .cc .cpp .cxx .C .clang-analyzer
23 .cc.clang-analyzer .cpp.clang-analyzer .cxx.clang-analyzer .C.clang-analyzer:
31 ${SRCS:M*.cpp} ${SRCS:M*.cxx} \
33 ${DPSRCS:M*.cpp} ${DPSRCS:M*.cxx}
H A Dbsd.dep.mk25 __DPSRCS.all+= ${f:C/\.(c|m|s|S|C|cc|cpp|cxx)$/.d/}
30 __DPSRCS.all+= ${SRCS:C/\.(c|m|s|S|C|cc|cpp|cxx)$/.d/} \
31 ${DPSRCS:C/\.(c|m|s|S|C|cc|cpp|cxx)$/.d/}
61 .SUFFIXES: .d .s .S .c .C .cc .cpp .cxx .m
87 .C.d .cc.d .cpp.d .cxx.d:
/netbsd-src/external/apache2/llvm/dist/llvm/utils/
H A Dllvm-compilers-check174 options.cxx = find_executable(options.cxx)
261 self.cxx = options.cxx
318 command = [self.cxx]
391 CXX=self.cxx),
393 CXX=self.cxx),
395 CXX=self.cxx)),
397 CXX=self.cxx),
399 CXX=self.cxx),
401 CXX=self.cxx)))
607 logging.getLogger().info("CXX = " + str(options.cxx))
/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/
H A D__init__.py181 cxx = is_cxx_compiler()
182 compiler = parameters['cxx'] if cxx else parameters['cc']
189 cmd=['c++' if cxx else 'cc'] + sys.argv[1:])
205 'cxx': shlex.split(args.cxx)
/netbsd-src/distrib/sets/lists/base/
H A Dad.aarch647 ./usr/lib/libtsan.so base-sys-shlib cxx,gcccmds,gcc=12
8 ./usr/lib/libtsan.so.2 base-sys-shlib cxx,gcccmds,gcc=12
9 ./usr/lib/libtsan.so.2.0 base-sys-shlib cxx,gcccmds,gcc=12
/netbsd-src/external/lgpl3/gmp/dist/
H A DMakefile.am115 SUBDIRS = tests mpn mpz mpq mpf printf scanf rand cxx demos tune doc subdir
265 cxx/isfuns.lo cxx/ismpf.lo cxx/ismpq.lo cxx/ismpz.lo cxx/ismpznw.lo \
266 cxx/limits.lo cxx/osdoprnti.lo cxx/osfuns.lo \
267 cxx/osmpf.lo cxx/osmpq.lo cxx/osmpz.lo
304 libgmpxx_la_SOURCES = cxx/dummy.cc
H A DMakefile.in255 am_libgmpxx_la_OBJECTS = cxx/dummy.lo
575 SUBDIRS = tests mpn mpz mpq mpf printf scanf rand cxx demos tune doc
742 cxx/isfuns.lo cxx/ismpf.lo cxx/ismpq.lo cxx/ismpz.lo cxx/ismpznw.lo \
743 cxx/limits.lo cxx/osdoprnti.lo cxx/osfuns.lo \
744 cxx/osmpf.lo cxx/osmpq.lo cxx/osmpz.lo
780 libgmpxx_la_SOURCES = cxx/dummy.cc
883 cxx/$(am__dirstamp):
884 @$(MKDIR_P) cxx
885 @: > cxx/$(am__dirstamp)
886 cxx/dummy.lo: cxx/$(am__dirstamp)
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/build/toolchain/
H A DBUILD.gn25 cxx = "c++"
29 cxx = rebase_path(clang_base_path, root_build_dir) + "/bin/clang++"
32 ld = cxx # Don't use goma wrapper for linking.
35 cxx = "$goma_dir/gomacc $cxx"
46 tool("cxx") {
48 …command = "$cxx -MMD -MF $depfile -o {{output}} -c {{source}} {{defines}} {{include_dirs}} {{cflag…
271 tool("cxx") {
/netbsd-src/distrib/sets/lists/debug/
H A Dad.aarch643 ./usr/lib/libtsan_g.a comp-c-debuglib debuglib,arch64,cxx,gcccmds,gcc=12
5 ./usr/libdata/debug/usr/lib/libtsan.so.2.0.debug comp-sys-debug debug,cxx,gcccmds,gcc=12
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Dt-cygming29 winnt-cxx.o: $(srcdir)/config/i386/winnt-cxx.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \
33 $(srcdir)/config/i386/winnt-cxx.c
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Dt-cygming29 winnt-cxx.o: $(srcdir)/config/i386/winnt-cxx.cc $(CONFIG_H) $(SYSTEM_H) coretypes.h \
33 $(srcdir)/config/i386/winnt-cxx.cc

12345678910>>...22