Searched refs:cxx (Results 1 – 12 of 12) sorted by relevance
/glibc-2.36/scripts/ |
D | check-c++-types.sh | 42 cxx=$(echo $* | sed 's/-fgnu89-inline//') 45 $cxx -S -xc++ -o - -D_GNU_SOURCE <(cat <<EOF
|
/glibc-2.36/ |
D | Makefile | 551 tests-special += $(objpfx)check-installed-headers-cxx.out 552 libof-check-installed-headers-cxx := testsuite 553 $(objpfx)check-installed-headers-cxx.out: \ 684 $(foreach S,[chsSyl] cxx sh bash pl,\
|
D | config.make.in | 73 have-cxx-thread_local = @libc_cv_cxx_thread_local@
|
D | Rules | 99 tests-special += $(objpfx)check-installed-headers-cxx.out 100 libof-check-installed-headers-cxx := testsuite 101 $(objpfx)check-installed-headers-cxx.out: \
|
D | configure | 2978 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC 3022 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
|
/glibc-2.36/assert/ |
D | Makefile | 30 ifeq ($(have-cxx-thread_local),yes)
|
/glibc-2.36/sysdeps/powerpc/ |
D | test-arith.c | 501 unsigned char *cx, *cr, *cxx; in fail_xr() local 506 cxx = (unsigned char *)&xx; in fail_xr() 514 printf("%02x", cxx[i]); in fail_xr()
|
/glibc-2.36/elf/ |
D | Makefile | 478 tests-cxx = \ 485 tests += $(if $(CXX),$(tests-cxx)) 943 modules-names-cxx = \ 970 $(if $(CXX),$(modules-names-cxx)) \
|
/glibc-2.36/stdlib/ |
D | Makefile | 284 ifeq ($(have-cxx-thread_local),yes)
|
/glibc-2.36/nptl/ |
D | Makefile | 465 ifneq ($(have-cxx-thread_local),yes)
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.19 | 23660 * nptl/Makefile [$(have-cxx-thread_local)] (tests-unsupported): 36907 * assert/Makefile [$(have-cxx-thread_local)]: Move conditional
|
D | ChangeLog.18 | 5329 libof-check-installed-headers-cxx to 'testsuite'. 20839 [ifeq ($(have-cxx-thread_local),yes)] 20844 [ifneq ($(have-cxx-thread_local),yes)] 30304 * config.make.in (have-cxx-thread_local): Define. 30308 [have-cxx-thread_local != yes] (tests-unsupported): Add
|