/openbsd-src/gnu/gcc/libcpp/ |
H A D | ucnid.h | 64 { C99| 0|CXX|CID|NFC|NKC| 0, 0, 0x00d6 }, 66 { C99| 0|CXX|CID|NFC|NKC| 0, 0, 0x00f6 }, 68 { C99| 0|CXX|CID|NFC|NKC| 0, 0, 0x0131 }, 69 { C99| 0|CXX|CID|NFC| 0| 0, 0, 0x0133 }, 70 { C99| 0|CXX|CID|NFC|NKC| 0, 0, 0x013e }, 71 { C99| 0|CXX|CID|NFC| 0| 0, 0, 0x0140 }, 72 { C99| 0|CXX|CID|NFC|NKC| 0, 0, 0x0148 }, 73 { C99| 0|CXX|CID|NFC| 0| 0, 0, 0x0149 }, 74 { C99| 0|CXX|CID|NFC|NKC| 0, 0, 0x017e }, 75 { C99| 0|CXX|CID|NFC| 0| 0, 0, 0x017f }, [all …]
|
/openbsd-src/gnu/llvm/libcxx/benchmarks/ |
H A D | CMakeLists.txt | 36 DEPENDS cxx cxx-headers 78 add_custom_target(cxx-benchmarks) 83 add_library( cxx-benchmarks-flags INTERFACE) 84 target_compile_features( cxx-benchmarks-flags INTERFACE cxx_std_20) 85 target_compile_options( cxx-benchmarks-flags INTERFACE -fsized-deallocation -nostdinc++) 86 target_include_directories(cxx-benchmarks-flags INTERFACE "${LIBCXX_GENERATED_INCLUDE_DIR}" 90 add_library( cxx-benchmarks-flags-native INTERFACE) 91 target_link_libraries( cxx-benchmarks-flags-native INTERFACE cxx-benchmarks-flags) 92 target_compile_options(cxx-benchmarks-flags-native INTERFACE ${BENCHMARK_NATIVE_TARGET_FLAGS}) 93 target_link_options( cxx-benchmarks-flags-native INTERFACE ${BENCHMARK_NATIVE_TARGET_FLAGS} "-L${… [all …]
|
/openbsd-src/gnu/usr.bin/binutils/ |
H A D | Makefile.in | 147 CXX_FOR_BUILD = $(CXX) 222 CXX = @CXX@ 467 'CXX=$(CXX)' \ 496 'CXX=$$(CXX_FOR_TARGET)' \ 629 "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ 652 "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ 674 "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ 696 "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ 718 "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ 740 "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ [all …]
|
/openbsd-src/gnu/lib/libstdc++/libstdc++/ |
H A D | testsuite_flags.in | 17 --build-cxx 18 --install-cxx 41 --install-cxx) 42 CXX=${PREFIX_DIR}/bin/g++ 43 echo ${CXX} 45 --build-cxx) 47 CXX=`echo "$CXX_build" | sed 's,gcc/xgcc ,gcc/g++ ,'` 48 echo ${CXX}
|
/openbsd-src/gnu/llvm/libcxx/src/ |
H A D | CMakeLists.txt | 202 target_link_libraries(cxx_shared PUBLIC cxx-headers 296 target_link_libraries(cxx_static PUBLIC cxx-headers 329 add_custom_target(cxx DEPENDS ${LIBCXX_BUILD_TARGETS}) target 337 target_link_libraries(cxx_experimental PUBLIC cxx-headers) 376 target_link_libraries(cxx_external_threads PRIVATE cxx-headers) 381 ARCHIVE DESTINATION ${LIBCXX_INSTALL_LIBRARY_DIR} COMPONENT cxx 382 LIBRARY DESTINATION ${LIBCXX_INSTALL_LIBRARY_DIR} COMPONENT cxx 383 RUNTIME DESTINATION ${LIBCXX_INSTALL_RUNTIME_DIR} COMPONENT cxx) 388 ARCHIVE DESTINATION ${LIBCXX_INSTALL_LIBRARY_DIR} COMPONENT cxx 389 LIBRARY DESTINATION ${LIBCXX_INSTALL_LIBRARY_DIR} COMPONENT cxx [all …]
|
/openbsd-src/gnu/llvm/libcxx/utils/ci/ |
H A D | buildkite-pipeline.yml | 41 CXX: "clang++-${LLVM_HEAD_VERSION}" 57 CXX: "clang++-${LLVM_HEAD_VERSION}" 74 CXX: "clang++-${LLVM_HEAD_VERSION}" 100 CXX: "g++-${GCC_STABLE_VERSION}" 117 CXX: "clang++-${LLVM_HEAD_VERSION}" 135 CXX: "clang++-${LLVM_HEAD_VERSION}" 152 CXX: "clang++-${LLVM_HEAD_VERSION}" 170 CXX: "clang++-${LLVM_HEAD_VERSION}" 193 CXX: "clang++-${LLVM_HEAD_VERSION}" 211 CXX: "clang++-${LLVM_HEAD_VERSION}" [all …]
|
H A D | run-buildbot | 38 CXX The C++ compiler to use, this value is used by CMake. This 142 ${NINJA} -vC "${BUILD_DIR}" install-cxx install-cxxabi install-unwind 145 ${NINJA} -vC "${BUILD_DIR}" check-cxx 158 ${NINJA} -vC "${BUILD_DIR}" check-cxx-abilist || ( 160 ${NINJA} -vC "${BUILD_DIR}" generate-cxx-abilist 165 function check-cxx-benchmarks() { 167 ${NINJA} -vC "${BUILD_DIR}" check-cxx-benchmarks 174 if [ ! -z "${CXX}" ]; then ${CXX} --version; fi 187 --extensions ',h,hh,hpp,hxx,c,cc,cxx,cpp' HEAD~1 \ 453 xcrun --sdk macosx ninja -vC "${BUILD_DIR}/${arch}" check-cxx check-cxxabi check-cxx-abilist [all …]
|
/openbsd-src/gnu/llvm/clang/tools/diag-build/ |
H A D | diag-build.sh | 9 # you to manually specify "dry-run" and "use $CC and $CXX"; if there is a build 48 if [[ -z "$CXX" ]]; then 50 CXX=$(dirname $0)/clang++ 52 CXX=$(which clang++) 54 CXX=$CC 77 set_compiler="CC='$CC' CXX='$CXX'" 80 set_compiler="CC='$CC' CXX='$CXX'" 84 # FIXME: We really only need $CC /or/ $CXX 95 escCXX=$(escape $CXX)
|
/openbsd-src/gnu/llvm/clang/lib/Index/ |
H A D | IndexSymbol.cpp | 102 Info.Lang = SymbolLanguage::CXX; in getSymbolInfo() 115 Info.Lang = SymbolLanguage::CXX; in getSymbolInfo() 119 Info.Lang = SymbolLanguage::CXX; in getSymbolInfo() 127 Info.Lang = SymbolLanguage::CXX; in getSymbolInfo() 150 Info.Lang = SymbolLanguage::CXX; in getSymbolInfo() 154 Info.Lang = SymbolLanguage::CXX; in getSymbolInfo() 159 Info.Lang = SymbolLanguage::CXX; in getSymbolInfo() 164 Info.Lang = SymbolLanguage::CXX; in getSymbolInfo() 184 Info.Lang = SymbolLanguage::CXX; in getSymbolInfo() 249 Info.Lang = SymbolLanguage::CXX; in getSymbolInfo() [all …]
|
/openbsd-src/gnu/usr.bin/binutils-2.17/ |
H A D | Makefile.in | 117 CXX="$(CXX_FOR_BUILD)"; export CXX; \ 144 CXX="$(CXX)"; export CXX; \ 214 CXX="$(RAW_CXX_FOR_TARGET)"; export CXX; 218 CXX="$(CXX_FOR_TARGET)"; export CXX; 243 CXX_FOR_BUILD = $(CXX) 278 CXX = @CXX@ 491 'CXX=$(CXX)' \ 524 'CXX=$$(CXX_FOR_TARGET)' \ 2803 "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ 2829 "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \ [all …]
|
/openbsd-src/gnu/llvm/llvm/docs/CommandGuide/ |
H A D | llvm-cxxmap.rst | 68 <`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>`_>:
|
/openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
H A D | LangStandards.def | 100 CXX, "ISO C++ 1998 with amendments", 105 CXX, "ISO C++ 1998 with amendments and GNU extensions", 110 CXX, "ISO C++ 2011 with amendments", 114 LANGSTANDARD(gnucxx11, "gnu++11", CXX, 120 CXX, "ISO C++ 2014 with amendments", 125 CXX, "ISO C++ 2014 with amendments and GNU extensions", 131 CXX, "ISO C++ 2017 with amendments", 137 CXX, "ISO C++ 2017 with amendments and GNU extensions", 143 CXX, "ISO C++ 2020 DIS", 149 CXX, "ISO C++ 2020 DIS with GNU extensions", [all …]
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/ |
H A D | cxxcom2.c | 5 #line 5 "cxx-comments-2.c" 3 /* { dg-warning "extra tokens" "#line extension" } */ 11 { dg-final { if ![file exists cxx-comments-2.i] { return } } } 12 { dg-final { set tmp [grep cxx-comments-2.i "is not in C89" line] } } 15 { dg-final { fail "cxx-comments-2: comment strip check" } } 17 { dg-final { pass "cxx-comments-2: comment strip check" } }
|
H A D | cxxcom1.c | 11 { dg-final { if ![file exists cxx-comments-1.i] { return } } } 12 { dg-final { set tmp [grep cxx-comments-1.i "is not in C89" line] } } 15 { dg-final { fail "cxx-comments-1: comment strip check" } } 17 { dg-final { pass "cxx-comments-1: comment strip check" } }
|
/openbsd-src/gnu/llvm/clang/lib/Frontend/ |
H A D | FrontendOptions.cpp | 21 .Case("ii", InputKind(Language::CXX).getPreprocessed()) in getInputKindForExtension() 27 .Cases("C", "cc", "cp", Language::CXX) in getInputKindForExtension() 28 .Cases("cpp", "CPP", "c++", "cxx", "hpp", "hxx", Language::CXX) in getInputKindForExtension() 29 .Case("cppm", Language::CXX) in getInputKindForExtension() 30 .Cases("iim", "iih", InputKind(Language::CXX).getPreprocessed()) in getInputKindForExtension()
|
/openbsd-src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/ |
H A D | Base.pm | 22 cc => [ 'c++', 'CC', 'aCC', 'cxx', ], # Sun Studio, HP ANSI C/C++ Compilers 42 $self->{config}{cxx} = $ENV{CXX} if defined $ENV{CXX}; 48 unless ( exists $self->{config}{cxx} ) { 55 foreach my $cxx (@{$cc2cxx{$ccbase}}) { 56 my $cxx1 = File::Spec->catfile( $ccpath, $cxx . $ccsfx); 59 $self->{config}{cxx} = $cxx1; 62 my $cxx2 = $cxx . $ccsfx; 65 $self->{config}{cxx} [all...] |
/openbsd-src/gnu/llvm/clang/tools/clang-fuzzer/proto-to-cxx/ |
H A D | CMakeLists.txt | 20 add_clang_executable(clang-proto-to-cxx proto_to_cxx_main.cpp) 21 add_clang_executable(clang-loop-proto-to-cxx loop_proto_to_cxx_main.cpp) 23 target_link_libraries(clang-proto-to-cxx PRIVATE clangProtoToCXX) 24 target_link_libraries(clang-loop-proto-to-cxx PRIVATE clangLoopProtoToCXX)
|
/openbsd-src/gnu/lib/libstdc++/libstdc++/libsupc++/ |
H A D | Makefile.am | 31 CXX = @glibcpp_CXX@ macro 157 # 2) In general, libtool expects an argument such as `--tag=CXX' when 166 # correct solution is to add `--tag CXX' to LTCXXCOMPILE and maybe 170 # We have to put --tag disable-shared after --tag CXX lest things 171 # CXX undo the affect of disable-shared. 172 LTCXXCOMPILE = $(LIBTOOL) --tag CXX --tag disable-shared \ 173 --mode=compile $(CXX) $(INCLUDES) \ 182 CXXLINK = $(LIBTOOL) --tag CXX --tag disable-shared \ 183 --mode=link $(CXX) \
|
/openbsd-src/gnu/llvm/llvm/utils/ |
H A D | llvm-compilers-check | 129 parser.add_option("--cxx", default=find_executable("c++"), 174 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))) [all …]
|
/openbsd-src/gnu/gcc/libstdc++-v3/libsupc++/ |
H A D | Makefile.am | 123 # 2) In general, libtool expects an argument such as `--tag=CXX' when 132 # correct solution is to add `--tag CXX' to LTCXXCOMPILE and maybe 136 # We have to put --tag disable-shared after --tag CXX lest things 137 # CXX undo the affect of disable-shared. 138 LTCXXCOMPILE = $(LIBTOOL) --tag CXX --tag disable-shared \ 139 --mode=compile $(CXX) $(TOPLEVEL_INCLUDES) \ 150 CXXLINK = $(LIBTOOL) --tag CXX --tag disable-shared \ 151 --mode=link $(CXX) \
|
/openbsd-src/gnu/llvm/libcxx/utils/libcxx/test/ |
H A D | format.py | 31 for s in ['%{cxx}', '%{compile_flags}', '%{link_flags}', '%{flags}', '%{exec}']: 55 … substitutions.append(('%{build}', '%{cxx} %s %{flags} %{compile_flags} %{link_flags} -o %t.exe')) 140 %{cxx} - A command that can be used to invoke the compiler 216 "%dbg(COMPILED WITH) %{cxx} %s %{flags} %{compile_flags} -fsyntax-only" 221 "%dbg(COMPILED WITH) ! %{cxx} %s %{flags} %{compile_flags} -fsyntax-only" 226 "%dbg(COMPILED WITH) %{cxx} %s %{flags} %{compile_flags} %{link_flags} -o %t.exe" 231 "%dbg(COMPILED WITH) %{cxx} %s %{flags} %{compile_flags} -c -o %t.o", 232 "%dbg(LINKED WITH) ! %{cxx} %t.o %{flags} %{link_flags} -o %t.exe" 242 …"%dbg(COMPILED WITH) %{{cxx}} %s %{{flags}} %{{compile_flags}} -fsyntax-only -Wno-error {}".format… 249 "%dbg(COMPILED WITH) %{cxx} %s %{flags} %{compile_flags} %{link_flags} -o %t.exe", [all …]
|
/openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/ |
H A D | Makefile.am | 41 ## CXX is actually a "C" compiler. These are real C++ programs. 42 ## Do the same thing as `testsuite_flags --build-cxx` 44 CXX=`${testsuite_flags_script} --build-cxx` macro 50 $(LIBTOOL) --tag=CXX --mode=link $(CXX) \
|
/openbsd-src/gnu/gcc/libmudflap/testsuite/lib/ |
H A D | libmudflap.exp | 36 global cxx cxxflags 43 "c" { set cxx [find_gcc] } 44 "c++" { set cxx [find_g++] } 48 verbose -log "libmudflap-init $cxx" 92 # c++ libs are included by --build-cxx below 93 set cxx "[exec sh $cxxflags_file --build-cxx]" 197 global cxx 208 set cxx_final $cxx
|
/openbsd-src/gnu/llvm/libcxx/docs/ |
H A D | TestingLibcxx.rst | 13 The primary way to run the libc++ tests is by using ``make check-cxx``. 30 ``cxx-test-depends`` target. For example: 35 $ make -C <build> cxx-test-depends # If you want to make sure the targets get rebuilt 42 ``cxx-test-depends`` target is instead named ``runtimes-test-depends``, and 48 changes are made to the headers, so you should re-run the ``cxx-test-depends`` 92 $ make -C <build> cxx-test-depends 142 the ``cxx-benchmarks`` target. 149 $ ninja cxx-benchmarks
|
/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/ |
H A D | build.sh | 3 CXX="${CXX:-clang}" 5 $CXX -g -O2 -fno-omit-frame-pointer -std=c++11 $f -c &
|