Searched refs:CXX (Results 1 - 25 of 94) sorted by relevance

1234

/openbsd-current/gnu/gcc/libcpp/
H A Ducnid.h64 { 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|CI
638 { C99| 0|CXX| 0| 0| 0| 0, 0, 0x1f71 }, variable
640 { C99| 0|CXX| 0| 0| 0| 0, 0, 0x1f73 }, variable
642 { C99| 0|CXX| 0| 0| 0| 0, 0, 0x1f75 }, variable
644 { C99| 0|CXX| 0| 0| 0| 0, 0, 0x1f77 }, variable
646 { C99| 0|CXX| 0| 0| 0| 0, 0, 0x1f79 }, variable
648 { C99| 0|CXX| 0| 0| 0| 0, 0, 0x1f7b }, variable
650 { C99| 0|CXX| 0| 0| 0| 0, 0, 0x1f7d }, variable
655 { C99| 0|CXX| 0| 0| 0| 0, 0, 0x1fbb }, variable
663 { C99| 0|CXX| 0| 0| 0| 0, 0, 0x1fc9 }, variable
665 { C99| 0|CXX| 0| 0| 0| 0, 0, 0x1fcb }, variable
669 { C99| 0|CXX| 0| 0| 0| 0, 0, 0x1fd3 }, variable
672 { C99| 0|CXX| 0| 0| 0| 0, 0, 0x1fdb }, variable
675 { C99| 0|CXX| 0| 0| 0| 0, 0, 0x1fe3 }, variable
677 { C99| 0|CXX| 0| 0| 0| 0, 0, 0x1feb }, variable
683 { C99| 0|CXX| 0| 0| 0| 0, 0, 0x1ff9 }, variable
685 { C99| 0|CXX| 0| 0| 0| 0, 0, 0x1ffb }, variable
[all...]
H A Dmakeucnid.c31 CXX = 2, enumerator in enum:__anon397
51 /* Read ucnid.tab and set the C99 and CXX flags in header[]. */
69 else if (strcmp (line, "[CXX]\n") == 0)
70 fl = CXX;
110 points in the decomposition are either C99 or CXX. */
132 if (codepoint > 0xffff || ! (flags[codepoint] & (C99 | CXX)))
245 || (flags[i] != last_flag && ((flags[i] | last_flag) & (C99 | CXX)))
252 last_flag & CXX ? "CXX" : " 0",
/openbsd-current/gnu/lib/libstdc++/libstdc++/
H A Dtestsuite_flags.in42 CXX=${PREFIX_DIR}/bin/g++
43 echo ${CXX}
47 CXX=`echo "$CXX_build" | sed 's,gcc/xgcc ,gcc/g++ ,'`
48 echo ${CXX}
/openbsd-current/regress/libexec/ld.so/init-env/libaa/
H A DMakefile6 CC=${CXX}
/openbsd-current/gnu/llvm/clang/tools/diag-build/
H A Ddiag-build.sh9 # 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
[all...]
/openbsd-current/gnu/llvm/compiler-rt/lib/fuzzer/
H A Dbuild.sh3 CXX="${CXX:-clang}"
5 $CXX -g -O2 -fno-omit-frame-pointer -std=c++11 $f -c &
/openbsd-current/gnu/llvm/lldb/examples/darwin/heap_find/heap/
H A DMakefile12 CXX ?= $(shell xcrun -find clang++) macro
21 $(CXX) $(CFLAGS) -install_name "@executable_path/libheap.dylib" -dynamiclib -lobjc heap_find.cpp -o "$(EXE)"
/openbsd-current/gnu/llvm/clang/lib/Frontend/
H A DFrontendOptions.cpp21 .Case("ii", InputKind(Language::CXX).getPreprocessed())
27 .Cases("C", "cc", "cp", Language::CXX)
28 .Cases("cpp", "CPP", "c++", "cxx", "hpp", "hxx", Language::CXX)
29 .Case("cppm", Language::CXX)
30 .Cases("iim", "iih", InputKind(Language::CXX).getPreprocessed())
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dns15.C20 namespace CXX { namespace
27 using namespace CXX;
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dcrash16.C18 namespace CXX { namespace
25 using namespace CXX;
/openbsd-current/regress/libexec/ld.so/constructor/libab/
H A DMakefile10 CC=${CXX}
/openbsd-current/gnu/llvm/clang/lib/Index/
H A DIndexSymbol.cpp102 Info.Lang = SymbolLanguage::CXX;
115 Info.Lang = SymbolLanguage::CXX;
119 Info.Lang = SymbolLanguage::CXX;
127 Info.Lang = SymbolLanguage::CXX;
150 Info.Lang = SymbolLanguage::CXX;
154 Info.Lang = SymbolLanguage::CXX;
159 Info.Lang = SymbolLanguage::CXX;
164 Info.Lang = SymbolLanguage::CXX;
184 Info.Lang = SymbolLanguage::CXX;
249 Info.Lang = SymbolLanguage::CXX;
[all...]
/openbsd-current/gnu/gcc/libstdc++-v3/libsupc++/
H A DMakefile.am123 # 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-current/gnu/usr.bin/cc/
H A DMakefile.inc8 CXX= g++
/openbsd-current/gnu/llvm/libcxx/utils/ci/
H A Doss-fuzz.sh25 ${CXX} ${CXXFLAGS} \
/openbsd-current/gnu/llvm/compiler-rt/lib/tsan/
H A Dcheck_cmake.sh11 CC=clang CXX=clang++ cmake -G Ninja -DLLVM_ENABLE_WERROR=ON -DCMAKE_BUILD_TYPE=Release -DLLVM_ENABLE_ASSERTIONS=ON $ROOT/../../../..
/openbsd-current/gnu/lib/libstdc++/libstdc++/libsupc++/
H A DMakefile.am31 CXX = @glibcpp_CXX@
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-current/gnu/usr.bin/binutils/
H A DMakefile.in147 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}" "L
[all...]
/openbsd-current/gnu/lib/libclang_rt/ubsan_minimal/
H A DMakefile10 CXX= clang++ macro
/openbsd-current/gnu/lib/libstdc++/libstdc++/testsuite/
H A DMakefile.am41 ## CXX is actually a "C" compiler. These are real C++ programs.
44 CXX=`${testsuite_flags_script} --build-cxx`
50 $(LIBTOOL) --tag=CXX --mode=link $(CXX) \
/openbsd-current/gnu/lib/libstdc++/libstdc++/src/
H A DMakefile.am31 CXX = @glibcpp_CXX@
203 # 2) In general, libtool expects an argument such as `--tag=CXX' when
212 # correct solution is to add `--tag CXX' to LTCXXCOMPILE and maybe
215 LTCXXCOMPILE = $(LIBTOOL) --tag CXX --mode=compile $(CXX) $(INCLUDES) \
224 CXXLINK = $(LIBTOOL) --tag CXX --mode=link $(CXX) \
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/symbolizer/scripts/
H A Dbuild_symbolizer.sh55 CXX=$CLANG_DIR/clang++
61 for F in $CC $CXX $TBLGEN $LINK $OPT $AR; do
98 -DCMAKE_CXX_COMPILER=$CXX \
123 -DCMAKE_CXX_COMPILER=$CXX \
143 $CXX $SYMBOLIZER_FLAGS ${SRC_DIR}/sanitizer_symbolize.cpp ${SRC_DIR}/sanitizer_wrappers.cpp -c
/openbsd-current/gnu/usr.bin/perl/Cross/
H A DMakefile12 export CXX = $(CROSS)g++ macro
49 @echo toolchain: $(CC), $(CXX), $(LD), $(STRIP), $(AR), $(RANLIB)
/openbsd-current/gnu/llvm/llvm/utils/
H A Dcheck-each-file13 gmake -e $program CC=llvm-native-gcc CXX=llvm-native-gxx
117 gmake $f CC=llvm-native-gcc CXX=llvm-native-gxx
/openbsd-current/regress/lib/libssl/interop/botan/
H A DMakefile18 .if ${COMPILER_VERSION:L} != "clang" && ${CXX} == "c++"
19 CXX = /usr/local/bin/eg++ macro

Completed in 344 milliseconds

1234