HomeSort by relevance Sort by last modified time
    Searched full:c99 (Results 776 - 800 of 2358) sorted by null

<<31323334353637383940>>

  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
DiagnosticLexKinds.inc 145 DIAG(ext_c99_whitespace_required_after_macro_name, CLASS_EXTENSION, (unsigned)diag::Severity::Warning, "ISO C99 requires whitespace after the macro name", 97, SFINAE_Suppress, false, false, 1)
152 DIAG(ext_empty_fnmacro_arg, CLASS_EXTENSION, (unsigned)diag::Severity::Ignored, "empty macro arguments are a C99 feature", 97, SFINAE_Suppress, false, false, 1)
154 DIAG(ext_hex_constant_invalid, CLASS_EXTENSION, (unsigned)diag::Severity::Ignored, "hexadecimal floating constants are a C99 feature", 97, SFINAE_Suppress, false, false, 1)
169 DIAG(ext_pp_bad_vaargs_use, CLASS_EXTENSION, (unsigned)diag::Severity::Ignored, "__VA_ARGS__ can only appear in the expansion of a C99 variadic macro", 471, SFINAE_Suppress, false, false, 1)
186 DIAG(ext_string_too_long, CLASS_EXTENSION, (unsigned)diag::Severity::Ignored, "string literal of length %0 exceeds maximum length %1 that %select{C90|ISO C99|C++}2 compilers are required to support", 455, SFINAE_Suppress, false, false, 1)
191 DIAG(ext_variadic_macro, CLASS_EXTENSION, (unsigned)diag::Severity::Ignored, "variadic macros are a C99 feature", 661, SFINAE_Suppress, false, false, 1)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
DiagnosticLexKinds.inc 145 DIAG(ext_c99_whitespace_required_after_macro_name, CLASS_EXTENSION, (unsigned)diag::Severity::Warning, "ISO C99 requires whitespace after the macro name", 97, SFINAE_Suppress, false, false, 1)
152 DIAG(ext_empty_fnmacro_arg, CLASS_EXTENSION, (unsigned)diag::Severity::Ignored, "empty macro arguments are a C99 feature", 97, SFINAE_Suppress, false, false, 1)
154 DIAG(ext_hex_constant_invalid, CLASS_EXTENSION, (unsigned)diag::Severity::Ignored, "hexadecimal floating constants are a C99 feature", 97, SFINAE_Suppress, false, false, 1)
169 DIAG(ext_pp_bad_vaargs_use, CLASS_EXTENSION, (unsigned)diag::Severity::Ignored, "__VA_ARGS__ can only appear in the expansion of a C99 variadic macro", 471, SFINAE_Suppress, false, false, 1)
186 DIAG(ext_string_too_long, CLASS_EXTENSION, (unsigned)diag::Severity::Ignored, "string literal of length %0 exceeds maximum length %1 that %select{C90|ISO C99|C++}2 compilers are required to support", 455, SFINAE_Suppress, false, false, 1)
191 DIAG(ext_variadic_macro, CLASS_EXTENSION, (unsigned)diag::Severity::Ignored, "variadic macros are a C99 feature", 661, SFINAE_Suppress, false, false, 1)
    [all...]
  /external/clang/lib/Lex/
TokenLexer.cpp 135 // __VA_ARGS__ is empty, but not in strict C99 mode where there are no
136 // named arguments, where it remains. In all other modes, including C99
139 if (PP.getLangOpts().C99 && !PP.getLangOpts().GNUMode
156 // then removal of the comma should produce a placemarker token (in C99
264 // C99 6.10.3.1p1.
365 // If an empty argument is on the LHS or RHS of a paste, the standard (C99
388 // disabled when using -std=c99.
    [all...]
UnicodeCharSets.h 165 // C99 Annex D
390 // C99 6.4.2.1p3: The initial character [of an identifier] shall not be a
392 // C99 Annex D defines these characters as "Digits".
  /external/clang/lib/Parse/
Parser.cpp 420 // C99 6.9: External Definitions.
601 /// external-declaration: [C99 6.9], declaration: [C++ dcl.dcl]
862 /// function-definition: [C99 6.9.1]
864 /// [C90] function-definition: [C99 6.7.1] - implicit int result
867 /// declaration: [C99 6.7]
869 /// [!C99] init-declarator-list ';' [TODO: warn in c99 mode]
885 // C99 6.7.2.3p6: Handle "struct-or-union identifier;", "enum { X };"
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
math_private.h 277 * Attempt to get strict C99 semantics for assignment with non-C99 compilers.
429 * C99 specifies that complex numbers have the same representation as
451 * The C99 standard intends x+I*y to be used for this, but x+I*y is
459 * to construct complex values. Compilers that conform to the C99
  /device/linaro/bootloader/edk2/StdLib/LibC/Time/
strftime.c 201 ** C99 locale modifiers.
464 ** C99 says that %Z must be replaced by the
480 ** C99 says that the UTC offset must
488 ** tricky and requires disobeying C99;
493 ** C99 says that %z must be replaced by the
  /external/libexif/m4m/
stdint.m4 7 dnl ones recommended to be in stdint.h in the C99 standard (e.g. uint32_t).
189 [ac_cv_stdint_result="(assuming C99 compatible system)"
235 dnl if there was no good C99 header file, do some typedef checks...
303 echo "/* whether we have a C99 compatible stdint header file */" >>$ac_stdint
627 /* The ISO C99 standard specifies that in C++ implementations these
  /external/libmtp/m4/
stdint.m4 7 dnl ones recommended to be in stdint.h in the C99 standard (e.g. uint32_t).
187 [ac_cv_stdint_result="(assuming C99 compatible system)"
233 dnl if there was no good C99 header file, do some typedef checks...
301 echo "/* whether we have a C99 compatible stdint header file */" >>$ac_stdint
625 /* The ISO C99 standard specifies that in C++ implementations these
  /external/libopus/
configure.ac 72 [/* Define to the equivalent of the C99 'restrict' keyword, or to
92 AC_MSG_CHECKING(for C99 variable-size arrays)
97 AC_DEFINE([VAR_ARRAYS], [1], [Use C99 variable-size arrays])
846 C99 var arrays: ................ ${has_var_arrays}
847 C99 lrintf: .................... ${ac_cv_func_lrintf}
  /external/tcpdump/
configure.in 752 # Make sure we have definitions for all the C99 specified-width types
753 # (regardless of whether the environment is a C99 environment or not).
765 # Make sure we have a definition for C99's uintptr_t (regardless of
766 # whether the environment is a C99 environment or not).
771 # Define the old BSD specified-width types in terms of the C99 types;
  /development/ndk/platforms/android-21/include/sys/
cdefs.h 238 * C99 defines the restrict type qualifier keyword, which was made available
250 * C99 defines __func__ predefined identifier, which was made available
517 #elif defined(_C99_SOURCE) /* Localism to specify strict C99 env. */
  /external/clang/include/clang/Analysis/Analyses/
FormatString.h 13 // The structure of format strings for fprintf are described in C99 7.19.6.1.
15 // The structure of format strings for fscanf are described in C99 7.19.6.2.
125 // C99 conversion specifiers.
  /external/mesa3d/src/intel/vulkan/
anv_formats.c 29 * is required in -std=c99/gnu99 mode, so we can't use ISL_SWIZZLE()
30 * here. -std=c89/gnu89 would allow it, but we depend on c99 features
32 * compound literals can also be considered constant in -std=c99/gnu99
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
APFloat.h 54 The library reads hexadecimal floating point numbers as per C99,
58 text as per the C99 %a and %A conversions. The output precision
312 value to DST, which must be of sufficient size, in the C99 form
  /external/valgrind/none/tests/
Makefile.am 281 fdleak_cmsg_CFLAGS = $(AM_CFLAGS) -std=c99 -D_XOPEN_SOURCE=600
319 pth_rwlock_CFLAGS += --std=c99
341 threadederrno_CFLAGS += --std=c99
  /frameworks/compile/slang/
README.rst 21 Note that although Renderscript is C99-like, we enhance it with several
97 C99. However, llvm-rs-cc goes beyond "clang -std=c99" and provides the
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
wchar.h 20 * ISO C99 Standard: 7.24
460 #endif /* C99 */
492 #endif /* ISO C99 or GCC and GNU. */
651 /* For strict ISO C99 or POSIX compliance disallow %as, %aS and %a[
679 #endif /* Use ISO C95, C99 and Unix98. */
735 #endif /* Use ISO C99. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
wchar.h 20 * ISO C99 Standard: 7.24
459 #endif /* C99 */
491 #endif /* ISO C99 or GCC and GNU. */
650 /* For strict ISO C99 or POSIX compliance disallow %as, %aS and %a[
678 #endif /* Use ISO C95, C99 and Unix98. */
734 #endif /* Use ISO C99. */
  /external/bison/src/
system.h 22 runs afoul of pre-C99 compilers that have <inttypes.h> or
24 afoul of pre-C99 compilers that define these macros in <limits.h>. */

Completed in 1431 milliseconds

<<31323334353637383940>>