HomeSort by relevance Sort by last modified time
    Searched full:c99 (Results 426 - 450 of 1313) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
concept_check.h 65 // a valid instantiation pattern. Thus, we steal a feature from C99.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
concept_check.h 65 // a valid instantiation pattern. Thus, we steal a feature from C99.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
concept_check.h 65 // a valid instantiation pattern. Thus, we steal a feature from C99.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
concept_check.h 65 // a valid instantiation pattern. Thus, we steal a feature from C99.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
concept_check.h 65 // a valid instantiation pattern. Thus, we steal a feature from C99.
  /prebuilts/sdk/renderscript/clang-include/
float.h 74 /* Characteristics of floating point types, C99 5.2.4.2.2 */
limits.h 90 /* C99 5.2.4.2.1: Added long long. */
  /bionic/libc/tzcode/
private.h 115 ** (glibc 2.1 and later have stdint.h, even with pre-C99 compilers.)
135 /* Pre-C99 GCC compilers define __LONG_LONG_MAX__ instead of LLONG_MAX. */
  /external/chromium_org/third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/
basictypes.h 16 // stdint.h is part of C99 but MSVC doesn't have it.
22 // INT64_MAX is defined if C99 stdint.h is included; use the
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/
basictypes.h 13 // stdint.h is part of C99 but MSVC doesn't have it.
22 // INT64_MAX is defined if C99 stdint.h is included; use the
  /external/clang/include/clang/Basic/
DiagnosticParseKinds.td 71 "variable declaration in for loop is a C99-specific feature">, InGroup<C99>;
73 "compound literals are a C99-specific feature">, InGroup<C99>;
75 "Flexible array members are a C99-specific feature">, InGroup<C99>;
77 "commas at the end of enumerator lists are a C99-specific "
78 "feature">, InGroup<C99>;
    [all...]
  /external/clang/lib/CodeGen/
TargetInfo.h 149 /// non-variadic convention, because C99 states that a call
166 /// will lead to C99 violations.
  /external/elfutils/
configure.ac 67 AC_CACHE_CHECK([for gcc with C99 support], ac_cv_c99, [dnl
75 AC_MSG_ERROR([gcc with C99 support required]))
  /external/skia/bench/BenchTool/BenchTool.xcodeproj/
project.pbxproj 270 GCC_C_LANGUAGE_STANDARD = c99;
288 GCC_C_LANGUAGE_STANDARD = c99;
  /external/stressapptest/src/
stressapptest_config.h.in 71 /* Define to 1 if stdbool.h conforms to C99. */
214 /* Define to the equivalent of the C99 'restrict' keyword, or to
stressapptest_config_android.h 72 /* Define to 1 if stdbool.h conforms to C99. */
217 /* Define to the equivalent of the C99 'restrict' keyword, or to
  /external/compiler-rt/BlocksRuntime/tests/
testfilerunner.m 347 [pa addPointer:"-std=c99"];
390 if (wantsC99) strcat(path, "-C99");
445 if (strstr(line, "-C99")) {
558 wantsC99 ? "C99" : "",
604 printf(" -C99 restricts the C versions of the test to -fstd=c99 -fblocks\n");
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
wchar.h 20 * ISO C99 Standard: 7.24
409 #endif /* C99 */
441 #endif /* ISO C99 or GCC and GNU. */
600 /* For strict ISO C99 or POSIX compliance disallow %as, %aS and %a[
628 #endif /* Use ISO C95, C99 and Unix98. */
684 #endif /* Use ISO C99. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
wchar.h 20 * ISO C99 Standard: 7.24
409 #endif /* C99 */
441 #endif /* ISO C99 or GCC and GNU. */
600 /* For strict ISO C99 or POSIX compliance disallow %as, %aS and %a[
628 #endif /* Use ISO C95, C99 and Unix98. */
684 #endif /* Use ISO C99. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
wchar.h 20 * ISO C99 Standard: 7.24
409 #endif /* C99 */
441 #endif /* ISO C99 or GCC and GNU. */
600 /* For strict ISO C99 or POSIX compliance disallow %as, %aS and %a[
628 #endif /* Use ISO C95, C99 and Unix98. */
684 #endif /* Use ISO C99. */
  /external/clang/lib/Sema/
SemaExpr.cpp 434 /// DefaultFunctionArrayConversion (C99 6.3.2.1p3, C99 6.3.2.1p4).
453 // to type'...". In C99 this was changed to: C99 6.3.2.1p3: "an expression
455 // (C90) to "an expression" (C99).
461 if (getLangOpts().C99 || getLangOpts().CPlusPlus || E->isLValue())
605 // C99 6.3.2.1p2:
647 /// operators (C99 6.3). The conversions of array and function types are
668 // C99 6.3.1.1p2:
696 /// DefaultArgumentPromotion (C99 6.5.2.2p6). Used for function calls tha
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h 743 CanQualType WideCharTy; // Same as WCharTy in C++, integer type in C99.
744 CanQualType WIntTy; // [C99 7.24.1], integer type unchanged by default promotions.
745 CanQualType Char16Ty; // [C++0x 3.9.1p5], integer type in C99.
746 CanQualType Char32Ty; // [C++0x 3.9.1p5], integer type in C99.
    [all...]
  /external/clang/lib/Parse/
ParseDecl.cpp 31 // C99 6.7: Declarations.
35 /// type-name: [C99 6.7.6]
95 /// attrib-name '(' argument-expression-list [C99 6.5.2] ')'
    [all...]
Parser.cpp 413 // C99 6.9: External Definitions.
598 /// external-declaration: [C99 6.9], declaration: [C++ dcl.dcl]
841 /// function-definition: [C99 6.9.1]
843 /// [C90] function-definition: [C99 6.7.1] - implicit int result
846 /// declaration: [C99 6.7]
848 /// [!C99] init-declarator-list ';' [TODO: warn in c99 mode]
858 // C99 6.7.2.3p6: Handle "struct-or-union identifier;", "enum { X };"
    [all...]
  /external/clang/lib/Lex/
TokenLexer.cpp 140 // __VA_ARGS__ is empty, but not in strict C99 mode where there are no
141 // named arguments, where it remains. In all other modes, including C99
144 if (PP.getLangOpts().C99 && !PP.getLangOpts().GNUMode
160 // then removal of the comma should produce a placemarker token (in C99
263 // C99 6.10.3.1p1.
370 // If an empty argument is on the LHS or RHS of a paste, the standard (C99
396 // disabled when using -std=c99.
    [all...]

Completed in 1538 milliseconds

<<11121314151617181920>>