OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:c99
(Results
101 - 125
of
1368
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/Preprocessor/
c99-6_10_3_4_p6.c
1
// Example from
C99
6.10.3.4p6
c99-6_10_3_4_p9.c
1
// Example from
C99
6.10.3.4p9
/external/clang/test/SemaCXX/
attr-gnu.cpp
13
void g(int a[static [[]] 5]); // expected-error {{static array size is a
C99
feature, not permitted in C++}}
/external/deqp/framework/delibs/deutil/
CMakeLists.txt
35
set_source_files_properties(deSocket.c COMPILE_FLAGS -std=
c99
)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
complex.h
20
* ISO
C99
: 7.3 Complex arithmetic <complex.h>
28
/* Get general and ISO
C99
specific information. */
34
C99
is out hopefully all maintained compilers will soon provide the data
86
here unconditionally since `long double' is required in ISO
C99
. */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
complex.h
20
* ISO
C99
: 7.3 Complex arithmetic <complex.h>
28
/* Get general and ISO
C99
specific information. */
34
C99
is out hopefully all maintained compilers will soon provide the data
86
here unconditionally since `long double' is required in ISO
C99
. */
/system/extras/tests/lib/testUtil/
Android.mk
24
LOCAL_CFLAGS += -std=
c99
/external/bison/m4/
extern-inline.m4
1
dnl 'extern inline' a la ISO
C99
.
11
[/* _GL_INLINE is a portable alternative to ISO
C99
plain 'inline'.
/external/clang/test/Driver/
std.c
1
// RUN: %clang -w -std=
c99
-trigraphs -std=gnu99 %s -E -o - | FileCheck -check-prefix=OVERRIDE %s
3
// RUN: %clang -w -std=
c99
-trigraphs -std=gnu99 %s -E -o - | FileCheck -check-prefix=FOVERRIDE %s
/external/clang/test/Sema/
type-spec-struct-union.c
5
type has not yet been declared. See
C99
6.7.2.3p8. */
26
// FIXME: We do not properly implement
C99
6.2.1p4, which says that
/external/elfutils/tests/
configure.ac
34
AC_CACHE_CHECK([for gcc with
C99
support], ac_cv_c99, [dnl
42
AC_MSG_ERROR([gcc with
C99
support required]))
/external/mesa3d/src/gallium/include/pipe/
p_compiler.h
54
* Alternative stdint.h and stdbool.h headers are supplied in include/
c99
for
108
/*
C99
supports inline keyword */
110
/*
C99
supports inline keyword */
131
* Define the
C99
restrict keyword.
138
/*
C99
*/
140
/*
C99
*/
168
# if (__STDC_VERSION__ >= 199901L) /*
C99
*/ || \
182
/* __func__ is part of
C99
*/
/external/vulkan-validation-layers/include/vulkan/
vk_sdk_platform.h
40
//
C99
:
41
// Microsoft didn't implement
C99
in Visual Studio; but started adding it with
/frameworks/native/vulkan/libvulkan/
Android.mk
24
-std=
c99
-fvisibility=hidden -fstrict-aliasing \
31
-Wno-
c99
-extensions \
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
assert.h
7
/* According to
C99
standard (section 7.2) the assert
30
/*
C99
function name */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xfuncproto.h
146
/*
C99
keyword "inline" or equivalent extensions in pre-
C99
compilers */
150
(defined(__STDC_VERSION__) && (__STDC_VERSION__ - 0 >= 199901L)) /*
C99
*/ || \
159
/*
C99
keyword "restrict" or equivalent extensions in pre-
C99
compilers */
163
(defined(__STDC_VERSION__) && (__STDC_VERSION__ - 0 >= 199901L)) /*
C99
*/
/external/libcxx/include/
cwchar
39
int vfwscanf(FILE* restrict stream, const wchar_t* restrict format, va_list arg); //
C99
41
int vswscanf(const wchar_t* restrict s, const wchar_t* restrict format, va_list arg); //
C99
43
int vwscanf(const wchar_t* restrict format, va_list arg); //
C99
57
float wcstof(const wchar_t* restrict nptr, wchar_t** restrict endptr); //
C99
58
long double wcstold(const wchar_t* restrict nptr, wchar_t** restrict endptr); //
C99
60
long long wcstoll(const wchar_t* restrict nptr, wchar_t** restrict endptr, int base); //
C99
62
unsigned long long wcstoull(const wchar_t* restrict nptr, wchar_t** restrict endptr, int base); //
C99
cstdio
60
int snprintf(char* restrict s, size_t n, const char* restrict format, ...); //
C99
64
int vfscanf(FILE* restrict stream, const char* restrict format, va_list arg); //
C99
66
int vscanf(const char* restrict format, va_list arg); //
C99
67
int vsnprintf(char* restrict s, size_t n, const char* restrict format, //
C99
70
int vsscanf(const char* restrict s, const char* restrict format, va_list arg); //
C99
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
cwchar
39
int vfwscanf(FILE* restrict stream, const wchar_t* restrict format, va_list arg); //
C99
41
int vswscanf(const wchar_t* restrict s, const wchar_t* restrict format, va_list arg); //
C99
43
int vwscanf(const wchar_t* restrict format, va_list arg); //
C99
57
float wcstof(const wchar_t* restrict nptr, wchar_t** restrict endptr); //
C99
58
long double wcstold(const wchar_t* restrict nptr, wchar_t** restrict endptr); //
C99
60
long long wcstoll(const wchar_t* restrict nptr, wchar_t** restrict endptr, int base); //
C99
62
unsigned long long wcstoull(const wchar_t* restrict nptr, wchar_t** restrict endptr, int base); //
C99
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/
cwchar
39
int vfwscanf(FILE* restrict stream, const wchar_t* restrict format, va_list arg); //
C99
41
int vswscanf(const wchar_t* restrict s, const wchar_t* restrict format, va_list arg); //
C99
43
int vwscanf(const wchar_t* restrict format, va_list arg); //
C99
57
float wcstof(const wchar_t* restrict nptr, wchar_t** restrict endptr); //
C99
58
long double wcstold(const wchar_t* restrict nptr, wchar_t** restrict endptr); //
C99
60
long long wcstoll(const wchar_t* restrict nptr, wchar_t** restrict endptr, int base); //
C99
62
unsigned long long wcstoull(const wchar_t* restrict nptr, wchar_t** restrict endptr, int base); //
C99
/external/flac/libFLAC/
memory.c
65
union { /* union needed to comply with
C99
pointer aliasing rules */
94
union { /* union needed to comply with
C99
pointer aliasing rules */
123
union { /* union needed to comply with
C99
pointer aliasing rules */
152
union { /* union needed to comply with
C99
pointer aliasing rules */
183
union { /* union needed to comply with
C99
pointer aliasing rules */
/external/clang/lib/Parse/
ParseStmt.cpp
30
//
C99
6.8: Statements and Blocks.
175
if (Next.is(tok::colon)) { //
C99
6.8.1: labeled-statement
220
case tok::kw_case: //
C99
6.8.1: labeled-statement
222
case tok::kw_default: //
C99
6.8.1: labeled-statement
225
case tok::l_brace: //
C99
6.8.2: compound-statement
227
case tok::semi: { //
C99
6.8.3p3: expression[opt] ';'
232
case tok::kw_if: //
C99
6.8.4.1: if-statement
234
case tok::kw_switch: //
C99
6.8.4.2: switch-statement
237
case tok::kw_while: //
C99
6.8.5.1: while-statement
239
case tok::kw_do: //
C99
6.8.5.2: do-statemen
[
all
...]
/external/clang/include/clang/Frontend/
LangStandard.h
23
C99
= (1 << 2),
64
/// isC99 - Language is a superset of
C99
.
65
bool isC99() const { return Flags & frontend::
C99
; }
/external/mesa3d/src/egl/main/
eglcompiler.h
82
/*
C99
supports inline keyword */
84
/*
C99
supports inline keyword */
117
# if (__STDC_VERSION__ >= 199901L) /*
C99
*/ || \
/prebuilts/go/darwin-x86/test/fixedbugs/
issue7746.go
109
c99
= c98 * c98
110
c100 =
c99
*
c99
108
c99
= c98 * c98
const
Completed in 3581 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>