Lines Matching refs:std
4581 -std=c*) ;;
4625 -std=c99) echo -Qstd=c99 ;;
4673 -std=c99) echo -xc99 ;;
4763 _ldflags='-std=c99'
5385 check_cxxflags -std=c++11 || check_cxxflags -std=c++0x
5387 # some compilers silently accept -std=c11, so we also need to check that the
5389 test_cflags_cc -std=c11 ctype.h "__STDC_VERSION__ >= 201112L" &&
5390 add_cflags -std=c11 ||
5391 check_cflags -std=c99
5397 check_host_cflags -std=c99
6407 nvccflags="$nvccflags -std=c++11"