Searched
full:c99 (Results
501 -
525 of
2358) sorted by null
<<21222324252627282930>>
/external/clang/lib/Parse/ |
ParseExpr.cpp | 13 /// Expressions in C99 basically consist of a bunch of binary operators with 16 /// In the C99 grammar, these unary operators bind tightest and are represented 38 /// Note: we diverge from the C99 grammar when parsing the assignment-expression 39 /// production. C99 specifies that the LHS of an assignment operator should be 53 /// multiplicative-expression: [C99 6.5.5] 60 /// additive-expression: [C99 6.5.6] 65 /// shift-expression: [C99 6.5.7] 70 /// relational-expression: [C99 6.5.8] 77 /// equality-expression: [C99 6.5.9] 82 /// AND-expression: [C99 6.5.10 [all...] |
/external/python/cpython2/Include/ |
pymath.h | 106 * it really can't be implemented correctly (& easily) before C99. 185 * This isn't reliable. C99 no longer requires libm to set errno under 191 * out of luck if a C99 754 box doesn't map HUGE_VAL to +Inf, or
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
stdint.h | 20 * ISO C99: 7.18 Integer types <stdint.h> 145 /* The ISO C99 standard specifies that in C++ implementations these 285 /* The ISO C99 standard specifies that in C++ implementations these
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
stdint.h | 20 * ISO C99: 7.18 Integer types <stdint.h> 145 /* The ISO C99 standard specifies that in C++ implementations these 285 /* The ISO C99 standard specifies that in C++ implementations these
|
/device/linaro/bootloader/arm-trusted-firmware/include/stdlib/ |
stdlib.h | 107 * Functions added in C99 which we make conditionally available in the 112 * that it can't really be ISO C99). 114 * (The only other extension made by C99 in thie header is _Exit().) 144 * If we're in a mode greater than C99, expose C11 functions.
|
/device/linaro/bootloader/arm-trusted-firmware/tools/fip_create/ |
Makefile | 34 CFLAGS = -Wall -Werror -pedantic -std=c99
|
/external/bison/lib/ |
signbitd.c | 36 C99, because the GCC docs say
|
signbitf.c | 36 C99, because the GCC docs say
|
signbitl.c | 36 C99, because the GCC docs say
|
/external/bison/m4/ |
signal_h.m4 | 14 # then choke on 'volatile sig_atomic_t'. C99 requires that it compile.
|
/external/clang/bindings/python/tests/cindex/ |
test_code_completion.py | 25 tu = TranslationUnit.from_source('fake.c', ['-std=c99'], unsaved_files=files,
|
/external/clang/lib/Headers/ |
stdarg.h | 37 /* GCC always defines __va_copy, but does not define va_copy unless in c99 mode
|
/external/clang/test/Analysis/ |
stackaddrleak.c | 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core -verify -std=c99 -Dbool=_Bool -Wno-bool-conversion %s
|
/external/clang/test/Frontend/ |
opencl.cl | 8 // RUN: %clang_cc1 %s -triple amdgcn--amdhsa -x c -std=c99 -verify -fsyntax-only
|
/external/clang/test/Lexer/ |
has_feature_c1x.c | 3 // RUN: %clang_cc1 -E -triple x86_64-linux-gnu -std=c99 %s -o - | FileCheck --check-prefix=CHECK-NO-1X %s
|
pragma-operators.cpp | 3 // Test that we properly expand the C99 _Pragma and Microsoft __pragma
|
/external/clang/test/Preprocessor/ |
macro_paste_bad.c | 33 int VA; // expected-warning {{__VA_ARGS__ can only appear in the expansion of a C99 variadic macro}}
|
/external/clang/test/Sema/ |
format-strings-non-iso.c | 1 // RUN: %clang_cc1 -triple i686-linux-gnu -fsyntax-only -verify -std=c99 -Wformat-non-iso %s
|
implicit-builtin-decl.c | 28 expected-warning {{implicit declaration of function 'fprintf' is invalid in C99}}
|
/external/elfutils/tests/ |
run-aggregate-size.sh | 63 # gcc -std=c99 -g -c -o testfile-sizes3.o sizes.c
|
/external/google-breakpad/src/google_breakpad/common/ |
breakpad_types.h | 32 * (This is C99 source, please don't corrupt it with C++.)
|
/external/libcxx/include/ |
cctype | 22 int isblank(int c); // C99
|
cfenv | 17 This entire header is C99 / C++0X
|
ctype.h | 19 int isblank(int c); // C99
|
cwctype | 32 int iswblank(wint_t wc); // C99
|
Completed in 520 milliseconds
<<21222324252627282930>>