Home
last modified time | relevance | path

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

1234

/freebsd/contrib/atf/atf-c++/
H A Dpkg_config_test.sh77 pkg-config --variable=cxx atf-c++
78 cxx=$(cat stdout)
79 echo "Compiler is: ${cxx}"
80 atf_require_prog ${cxx}
113 atf_check -s eq:0 -o empty -e empty ${cxx} ${cxxflags} -o tp.o -c tp.cpp
114 atf_check -s eq:0 -o empty -e empty ${cxx} ${ldflags} -o tp tp.o ${libs}
H A Dbuild_test.cpp202 verbose_set_env("ATF_BUILD_CXX", test->cxx); in ATF_TEST_CASE_BODY()
/freebsd/contrib/atf/atf-c++/detail/
H A Dtest_helpers.hpp48 const std::string cxx = atf::env::get("ATF_BUILD_CXX", ATF_BUILD_CXX); \
49 set_md_var("require.progs", cxx); \
61 const std::string cxx = atf::env::get("ATF_BUILD_CXX", ATF_BUILD_CXX); \
62 set_md_var("require.progs", cxx); \
/freebsd/share/mk/
H A Dbsd.clang-analyze.mk53 .SUFFIXES: .c .cc .cpp .cxx .C .clang-analyzer
62 .cc.clang-analyzer .cpp.clang-analyzer .cxx.clang-analyzer .C.clang-analyzer:
69 ${SRCS:M*.cpp} ${SRCS:M*.cxx} \
71 ${DPSRCS:M*.cpp} ${DPSRCS:M*.cxx}
H A Dbsd.suffixes.mk20 .cc .cpp .cxx .C:
23 .cc.o .cpp.o .cxx.o .C.o:
26 .cc.bco .cpp.bco .cxx.bco .C.bco:
29 .cc.llo .cpp.llo .cxx.llo .C.llo:
H A Dbsd.lib.mk155 .SUFFIXES: .out .o .bc .ll .pico .nossppico .pieo .S .asm .s .c .cc .cpp .cxx .C .f .y .l .ln
174 .cc.pico .C.pico .cpp.pico .cxx.pico:
177 .cc.nossppico .C.nossppico .cpp.nossppico .cxx.nossppico:
180 .cc.pieo .C.pieo .cpp.pieo .cxx.pieo:
H A Dbsd.dep.mk210 DEPENDSRCS+= ${SRCS:M*.[cSC]} ${SRCS:M*.cxx} ${SRCS:M*.cpp} ${SRCS:M*.cc}
211 DEPENDSRCS+= ${DPSRCS:M*.[cSC]} ${DPSRCS:M*.cxx} ${DPSRCS:M*.cpp} ${DPSRCS:M*.cc}
/freebsd/contrib/atf/atf-c/
H A Dpkg_config_test.sh78 echo "Compiler is: ${cxx}"
79 atf_require_prog ${cxx}
H A Dh_build.h275 const char *cxx; member
H A Dbuild_test.c217 verbose_set_env("ATF_BUILD_CXX", test->cxx); in ATF_TC_BODY()
/freebsd/sys/contrib/zstd/
H A D.buckconfig1 [cxx]
/freebsd/contrib/googletest/docs/
H A Dplatforms.md6 [this table](https://github.com/google/oss-policies-info/blob/main/foundational-cxx-support-matrix.…
/freebsd/contrib/bmake/mk/
H A Dautodep.mk37 CXX_SUFFIXES ?= .cc .ccm .cpp .cxx .C
H A Dinit.mk36 CXX_SUFFIXES ?= .cc .cpp .cxx .C
H A Dsys.mk49 CXX_SUFFIXES += .cc .cpp .cxx .C
/freebsd/tests/sys/fs/fusefs/
H A DMakefile86 CXXWARNFLAGS+= -Wno-vla-cxx-extension
/freebsd/lib/libomp/
H A DMakefile80 CXXWARNFLAGS+= -Wno-vla-cxx-extension
/freebsd/contrib/openpam/
H A Dcompile207 *.cc | *.CC | *.cxx | *.CXX | *.[cC]++)
/freebsd/contrib/ntp/sntp/libevent/build-aux/
H A Dcompile207 *.cc | *.CC | *.cxx | *.CXX | *.[cC]++)
/freebsd/contrib/ntp/sntp/libevent/
H A Dcompile207 *.cc | *.CC | *.cxx | *.CXX | *.[cC]++)
/freebsd/contrib/file/
H A Dcompile207 *.cc | *.CC | *.cxx | *.CXX | *.[cC]++)
/freebsd/contrib/libevent/build-aux/
H A Dcompile207 *.cc | *.CC | *.cxx | *.CXX | *.[cC]++)
/freebsd/contrib/sqlite3/
H A Dcompile207 *.cc | *.CC | *.cxx | *.CXX | *.[cC]++)
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/scripts/
H A Dbuild_symbolizer.sh117 ninja cxx cxxabi
/freebsd/crypto/heimdal/doc/
H A Ddoxytmpl.dxy85 *.cxx \

1234