Lines Matching defs:cxx
34 cxx = meson.get_compiler('cpp')
72 if (cxx.get_id() == 'clang')
73 if (cxx.version().version_compare('<17.0'))
104 if (cxx.version().version_compare('>=21.0'))
117 if (cxx.get_id() == 'gcc')
118 if (cxx.version().version_compare('<13.0'))
148 cxx.get_supported_arguments(
158 if cxx.has_link_argument('-Wl,--exclude-libs,ALL')
179 cxx.get_supported_arguments([security_flags]),
187 cxx.get_supported_arguments(
213 pam = cxx.find_library('pam', required: true)
214 atomic = cxx.find_library('atomic', required: true)