HomeSort by: relevance | last modified time | path
    Searched refs:c99 (Results 1 - 25 of 102) sorted by relevancy

1 2 3 4 5

  /src/usr.bin/c99/
c99.sh 2 exec /usr/bin/cc -std=c99 "$@"
Makefile 3 SCRIPTS= c99.sh
6 MAN= c99.1
  /src/external/lgpl3/mpc/dist/tests/
ttan.c 137 mpc_t c99; local
139 mpc_init2 (c99, prec);
140 mpfr_set_ui (mpc_realref (c99), 0, MPFR_RNDN);
141 mpfr_set (mpc_imagref (c99), tanh_y, MPFR_RNDN);
143 TEST_FAILED ("mpc_tan", z, tan_z, c99, MPC_RNDNN);
153 mpc_t c99; local
155 mpc_init2 (c99, prec);
156 mpfr_set_ui (mpc_realref (c99), 0, MPFR_RNDN);
157 mpfr_set (mpc_imagref (c99), tanh_y, MPFR_RNDN);
159 TEST_FAILED ("mpc_tan", z, tan_z, c99, MPC_RNDNN)
169 mpc_t c99; local
185 mpc_t c99; local
    [all...]
  /src/external/mit/xorg/lib/libdrm_intel/
Makefile 11 CFLAGS+= -std=c99
  /src/share/man/man7/
Makefile 50 c.7 c99.7 \
  /src/crypto/external/bsd/libsaslc/dist/src/
Makefile 4 CFLAGS=-I../include -Wall -pedantic -std=c99 -fPIC -ggdb
  /src/external/cddl/osnet/lib/libzpool/
Makefile 24 CPPFLAGS+= -std=c99
  /src/external/bsd/zstd/dist/doc/educational_decoder/
Makefile 31 -std=c99
  /src/share/examples/refuse/ian/libfetch/
Makefile 33 CSTD?= c99
  /src/external/bsd/ntp/dist/
flock-build 72 ssh $i "cd $c_d ; ./build $SIG $PARSE $STD --without-crypto --enable-c99-snprintf --enable-leap-smear $BUILD_ARGS" &
100 ./build $SIG $PARSE $STD --without-crypto --enable-c99-snprintf --enable-leap-smear $BUILD_ARGS &
  /src/usr.bin/
Makefile 8 bzip2 bzip2recover c11 c17 c89 c99 cal calendar cap_mkdb cdplay \
  /src/sys/external/bsd/acpica/dist/generate/unix/
Makefile.config 213 -std=c99\
  /src/external/gpl3/gdb/dist/readline/readline/support/
shobj-conf 68 nsk-cc-tandem|nsk-c99-tandem)
  /src/external/gpl3/gdb.old/dist/readline/readline/support/
shobj-conf 68 nsk-cc-tandem|nsk-c99-tandem)
  /src/external/gpl3/gcc/dist/libcpp/
expr.cc 708 "use of C99 hexadecimal floating constant");
839 : N_("use of C99 long long integer constant");
841 if (CPP_OPTION (pfile, c99))
1010 diagnostic is required for C99 as the selected type must
1023 either; thus, pedwarn for C99 but use a plain warning for
1026 cpp_error (pfile, (CPP_OPTION (pfile, c99)
2080 if (CPP_PEDANTIC (pfile) && (!CPP_OPTION (pfile, c99)
charset.cc 4 Broken out of c-lex.cc Apr 2003, adding valid C99 UCN ranges.
31 The C99 standard discusses two character sets: source and execution.
52 The presence of universal character names in C99 (6.4.3 et seq.)
852 execution character set fails to be a single-byte value (C99
965 /* Valid in a C99 identifier? */
966 C99 = 1,
967 /* Valid in a C99 identifier, but not as the first character? */
1405 valid_flags = C99 | CXX | C11 | CXX23;
1412 else if (CPP_OPTION (pfile, c99))
1413 valid_flags = C99;
    [all...]
init.cc 80 char c99; member in struct:lang_flags
106 { /* c99 c++ xnum xid c11 xidid std digr ulit rlit udlit bincst digsep trig u8chlit vaopt scope dfp szlit elifdef warndir delim trufal */
143 CPP_OPTION (pfile, c99) = l->c99;
181 we were compiled with a compiler that supports C99 designated
604 else if (CPP_OPTION (pfile, c99))
  /src/external/gpl3/gcc.old/dist/libcpp/
charset.cc 4 Broken out of c-lex.cc Apr 2003, adding valid C99 UCN ranges.
31 The C99 standard discusses two character sets: source and execution.
52 The presence of universal character names in C99 (6.4.3 et seq.)
776 execution character set fails to be a single-byte value (C99
889 /* Valid in a C99 identifier? */
890 C99 = 1,
891 /* Valid in a C99 identifier, but not as the first character? */
957 valid_flags = C99 | CXX | C11 | CXX23;
964 else if (CPP_OPTION (pfile, c99))
965 valid_flags = C99;
    [all...]
expr.cc 673 "use of C99 hexadecimal floating constant");
804 : N_("use of C99 long long integer constant");
806 if (CPP_OPTION (pfile, c99))
952 diagnostic is required for C99 as the selected type must
965 either; thus, pedwarn for C99 but use a plain warning for
968 cpp_error (pfile, (CPP_OPTION (pfile, c99)
2022 if (CPP_PEDANTIC (pfile) && (!CPP_OPTION (pfile, c99)
init.cc 80 char c99; member in struct:lang_flags
102 { /* c99 c++ xnum xid c11 std digr ulit rlit udlit bincst digsep trig u8chlit vaopt scope dfp szlit elifdef */
137 CPP_OPTION (pfile, c99) = l->c99;
171 we were compiled with a compiler that supports C99 designated
584 else if (CPP_OPTION (pfile, c99))
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-opts.cc 225 /* By default, C99-like requirements for complex multiply and divide. */
866 /* C language modes before C99 enable -fpermissive by default, but
883 the set specified in ISO C99/C11. */
898 /* By default we use C99 inline semantics in GNU99 or C99 mode. C99
903 error ("%<-fno-gnu89-inline%> is only supported in GNU99 or C99 mode");
962 /* -Wimplicit-function-declaration is enabled by default for C99. */
966 /* -Wimplicit-int is enabled by default for C99. */
974 /* -Wshift-overflow is enabled by default in C99 and C++11 modes. *
    [all...]
  /src/external/gpl3/gcc/dist/libcpp/include/
cpplib.h 462 unsigned char c99; member in struct:cpp_options
566 /* True if warn about differences between C90 and C99. */
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-opts.cc 223 /* By default, C99-like requirements for complex multiply and divide. */
850 the set specified in ISO C99/C11. */
865 /* By default we use C99 inline semantics in GNU99 or C99 mode. C99
870 error ("%<-fno-gnu89-inline%> is only supported in GNU99 or C99 mode");
929 /* -Wimplicit-function-declaration is enabled by default for C99. */
933 /* -Wimplicit-int is enabled by default for C99. */
941 /* -Wshift-overflow is enabled by default in C99 and C++11 modes. */
945 /* -Wshift-negative-value is enabled by -Wextra in C99 and C++11 to C++1
    [all...]
  /src/external/gpl3/gcc.old/dist/libcpp/include/
cpplib.h 451 unsigned char c99; member in struct:cpp_options
542 /* True if warn about differences between C90 and C99. */
  /src/external/mit/xorg/lib/dri/
Makefile 533 -Wno-c99-designator -Wno-xor-used-as-pow \

Completed in 62 milliseconds

1 2 3 4 5