HomeSort by relevance Sort by last modified time
    Searched full:c99 (Results 76 - 100 of 1368) sorted by null

1 2 34 5 6 7 8 91011>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
cfloat 20 FLT_EVAL_METHOD // C99
27 DECIMAL_DIG // C99
cstdlib 33 lldiv_t // C99
38 long long atoll(const char* nptr); // C99
40 float strtof (const char* restrict nptr, char** restrict endptr); // C99
41 long double strtold (const char* restrict nptr, char** restrict endptr); // C99
43 long long strtoll (const char* restrict nptr, char** restrict endptr, int base); // C99
45 unsigned long long strtoull(const char* restrict nptr, char** restrict endptr, int base); // C99
66 long long llabs(long long j); // C99
71 lldiv_t lldiv(long long numer, long long denom); // C99
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/
cfloat 20 FLT_EVAL_METHOD // C99
27 DECIMAL_DIG // C99
cstdlib 33 lldiv_t // C99
38 long long atoll(const char* nptr); // C99
40 float strtof (const char* restrict nptr, char** restrict endptr); // C99
41 long double strtold (const char* restrict nptr, char** restrict endptr); // C99
43 long long strtoll (const char* restrict nptr, char** restrict endptr, int base); // C99
45 unsigned long long strtoull(const char* restrict nptr, char** restrict endptr, int base); // C99
66 long long llabs(long long j); // C99
71 lldiv_t lldiv(long long numer, long long denom); // C99
  /external/clang/test/Preprocessor/
ucn-pp-identifier.c 1 // RUN: %clang_cc1 %s -fsyntax-only -std=c99 -pedantic -verify -Wundef
3 // RUN: not %clang_cc1 %s -fsyntax-only -std=c99 -pedantic -Wundef 2>&1 | FileCheck -strict-whitespace %s
47 // C99 5.1.1.2p1 and C++11 [lex.phases]p1 dictate that preprocessor tokens are
57 // A UCN formed by token pasting is undefined in both C99 and C++.
73 // A UCN produced by line splicing is valid in C99 but undefined in C++.
  /external/clang/test/Sema/
PR16678.c 4 // RUN: %clang_cc1 -DX32TYPE=LLONG -triple powerpc-unknown-linux-gnu -std=c99 -x c %s -verify
12 // RUN: %clang_cc1 -DX64TYPE=ULLONG -triple powerpc64-unknown-linux-gnu -std=c99 -x c %s -verify
47 * Under pre-C99 ISO C, unsigned long is attempted for decimal integer literals
51 // expected-warning@39 {{integer literal is too large to be represented in type 'long', interpreting as 'unsigned long' per C89; this literal will have type 'long long' in C99 onwards}}
52 // expected-warning@40 {{integer literal is too large to be represented in type 'long', interpreting as 'unsigned long' per C89; this literal will have type 'long long' in C99 onwards}}
53 // expected-warning@41 {{integer literal is too large to be represented in type 'long', interpreting as 'unsigned long' per C89; this literal will have type 'long long' in C99 onwards}}
83 * Under pre-C99 ISO C, unsigned long is attempted for decimal integer literals
87 // expected-warning@74 {{integer literal is too large to be represented in type 'long', interpreting as 'unsigned long' per C89; this literal will be ill-formed in C99 onwards}}
88 // expected-warning@75 {{integer literal is too large to be represented in type 'long', interpreting as 'unsigned long' per C89; this literal will be ill-formed in C99 onwards}}
89 // expected-warning@76 {{integer literal is too large to be represented in type 'long', interpreting as 'unsigned long' per C89; this literal will be ill-formed in C99 onwards}
    [all...]
  /external/clang/include/clang/Lex/
MacroArgs.h 36 /// VarargsElided - True if this is a C99 style varargs macro invocation and
38 /// was specified (even empty) or this isn't a C99 style varargs function, or
39 /// if in strict mode and the C99 varargs macro had only a ... argument, this
102 /// isVarargsElidedUse - Return true if this is a C99 style varargs macro
104 /// the argument was specified (even empty) or this isn't a C99 style varargs
105 /// function, or if in strict mode and the C99 varargs macro had only a ...
109 /// StringifyArgument - Implement C99 6.10.3.2p2, converting a sequence of
  /development/ndk/platforms/android-9/arch-x86/include/
fenv.h 73 /* C99 floating-point exception functions */
81 /* C99 rounding control functions */
85 /* C99 floating-point environment functions */
  /external/mesa3d/
Android.common.mk 24 # use c99 compiler by default
27 LOCAL_CC := $(HOST_CC) -std=c99
29 LOCAL_CC := $(TARGET_CC) -std=c99
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/
fenv.h 73 /* C99 floating-point exception functions */
81 /* C99 rounding control functions */
85 /* C99 floating-point environment functions */
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/
fenv.h 73 /* C99 floating-point exception functions */
81 /* C99 rounding control functions */
85 /* C99 floating-point environment functions */
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/
fenv.h 73 /* C99 floating-point exception functions */
81 /* C99 rounding control functions */
85 /* C99 floating-point environment functions */
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/
fenv.h 73 /* C99 floating-point exception functions */
81 /* C99 rounding control functions */
85 /* C99 floating-point environment functions */
  /prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/
fenv.h 73 /* C99 floating-point exception functions */
81 /* C99 rounding control functions */
85 /* C99 floating-point environment functions */
  /prebuilts/ndk/current/platforms/android-17/arch-x86/usr/include/
fenv.h 73 /* C99 floating-point exception functions */
81 /* C99 rounding control functions */
85 /* C99 floating-point environment functions */
  /prebuilts/ndk/current/platforms/android-18/arch-x86/usr/include/
fenv.h 73 /* C99 floating-point exception functions */
81 /* C99 rounding control functions */
85 /* C99 floating-point environment functions */
  /prebuilts/ndk/current/platforms/android-19/arch-x86/usr/include/
fenv.h 73 /* C99 floating-point exception functions */
81 /* C99 rounding control functions */
85 /* C99 floating-point environment functions */
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/
fenv.h 73 /* C99 floating-point exception functions */
81 /* C99 rounding control functions */
85 /* C99 floating-point environment functions */
  /external/clang/include/clang/AST/
OperationKinds.h 310 BO_Mul, BO_Div, BO_Rem, // [C99 6.5.5] Multiplicative operators.
311 BO_Add, BO_Sub, // [C99 6.5.6] Additive operators.
312 BO_Shl, BO_Shr, // [C99 6.5.7] Bitwise shift operators.
313 BO_LT, BO_GT, BO_LE, BO_GE, // [C99 6.5.8] Relational operators.
314 BO_EQ, BO_NE, // [C99 6.5.9] Equality operators.
315 BO_And, // [C99 6.5.10] Bitwise AND operator.
316 BO_Xor, // [C99 6.5.11] Bitwise XOR operator.
317 BO_Or, // [C99 6.5.12] Bitwise OR operator.
318 BO_LAnd, // [C99 6.5.13] Logical AND operator.
319 BO_LOr, // [C99 6.5.14] Logical OR operator
    [all...]
  /device/google/marlin/dataservices/datatop/src/
Android.mk 21 LOCAL_CFLAGS := -Wall -Wextra -Werror -pedantic -std=c99
  /external/clang/bindings/python/tests/cindex/
test_comment.py 18 tu = TranslationUnit.from_source('fake.c', ['-std=c99'], unsaved_files=files,
  /external/clang/test/CXX/basic/basic.def.odr/
p1-var.cpp 7 // Bad: in C++, these are both definitions. None of that C99 tentative stuff.
  /external/clang/test/CodeGen/
builtins-arm-msvc-compat-only.c 12 // CHECK-EABI: warning: implicit declaration of function '__emit' is invalid in C99
c-unicode.c 7 // DENIED: warning: universal character names are only valid in C99 or C++; treating as '\' followed by identifier [-Wunicode]
  /external/clang/test/PCH/
chain-macro-override.c 13 h2(); // expected-warning{{implicit declaration of function 'h2' is invalid in C99}}

Completed in 489 milliseconds

1 2 34 5 6 7 8 91011>>