HomeSort by relevance Sort by last modified time
    Searched full:c99 (Results 501 - 525 of 1378) sorted by null

<<21222324252627282930>>

  /external/clang/include/clang/Lex/
Pragma.h 39 * \brief The pragma was introduced via the C99 _Pragma(string-literal).
  /external/clang/lib/Parse/
ParseInit.cpp 10 // This file implements initializer parsing as specified by C99 6.7.8.
39 // C++11 lambda expressions and C99 designators can be ambiguous all the
69 // whether this is a C99 designator or a lambda.
386 /// initializer: [C99 6.7.8]
  /external/clang/test/CodeGen/
neon-crypto.c 15 // CHECK-NO-CRYPTO: warning: implicit declaration of function 'vaeseq_u8' is invalid in C99
  /external/clang/test/Preprocessor/
line-directive.c 1 // RUN: %clang_cc1 -std=c99 -fsyntax-only -verify -pedantic %s
  /external/clang/test/Sema/
__try.c 53 __except ( FilterExpression() ) { // expected-warning{{implicit declaration of function '__except' is invalid in C99}} \
conditional-expr.c 84 return ((((&x) != ((void *) 0)) ? (*(&x) = ((char) 1)) : (void) ((void *) 0)), (unsigned long) ((void *) 0)); // expected-warning {{C99 forbids conditional expressions with only one void side}}
many-parameters.c 1 // RUN: %clang_cc1 -fsyntax-only -std=c99 %s
  /external/compiler-rt/test/ubsan/TestCases/Integer/
shift.cpp 25 a <<= 31; // ok in C++11, not ok in C99/C11
  /external/curl/docs/
CODE_STYLE.md 47 introduced in the C standard until C99. We use only `/*` and `*/` comments:
  /external/elfutils/tests/
run-readelf-zdebug-rel.sh 56 language (data1) C99 (12)
  /external/google-breakpad/src/google_breakpad/common/
minidump_cpu_arm.h 33 * (This is C99 source, please don't corrupt it with C++.)
minidump_cpu_arm64.h 33 * (This is C99 source, please don't corrupt it with C++.)
minidump_cpu_mips.h 33 * (This is C99 source, please don't corrupt it with C++.)
minidump_cpu_ppc.h 33 * (This is C99 source, please don't corrupt it with C++.)
minidump_cpu_ppc64.h 33 * (This is C99 source, please don't corrupt it with C++.)
minidump_cpu_sparc.h 33 * (This is C99 source, please don't corrupt it with C++.)
minidump_cpu_x86.h 33 * (This is C99 source, please don't corrupt it with C++.)
minidump_exception_mac.h 33 * (This is C99 source, please don't corrupt it with C++.)
  /external/icu/icu4c/source/tools/tzcode/
tzfile.h 163 ** (which is allowed by C89 but not C99).
  /external/jemalloc/include/jemalloc/internal/
jemalloc_internal_defs.h.in 233 /* C99 restrict keyword supported. */
  /external/kernel-headers/original/uapi/linux/
jffs2.h 19 /* You must include something which defines the C99 uintXX_t types.
  /external/libcxx/include/
cctype 22 int isblank(int c); // C99
cerrno 20 EILSEQ // C99
cwctype 32 int iswblank(wint_t wc); // C99
  /external/libmtp/src/
gphoto2-endian-ppc.h 83 /* Define the C99 standard length-specific integer types */

Completed in 1945 milliseconds

<<21222324252627282930>>