OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:c99
(Results
551 - 575
of
1299
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
builtins.def
109
the standard in
C99
or above. */
115
/* Builtin that is specified by
C99
and C90 reserve the name for future use.
123
/* Builtin that
C99
reserve the name for future use. We can still recognize
124
the builtin in
C99
mode but we can't produce it implicitly. */
[
all
...]
hwint.h
34
required by
C99
; we do have some ports that violate that assumption
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/include/gcc/darwin/4.2/
stdint.h
128
the rules in the standard (section 6.4.4.1 in
C99
) will give it
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
float.h
163
#endif /*
C99
*/
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
float.h
163
#endif /*
C99
*/
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
builtins.def
109
the standard in
C99
or above. */
115
/* Builtin that is specified by
C99
and C90 reserve the name for future use.
123
/* Builtin that
C99
reserve the name for future use. We can still recognize
124
the builtin in
C99
mode but we can't produce it implicitly. */
[
all
...]
hwint.h
34
required by
C99
; we do have some ports that violate that assumption
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
builtins.def
109
the standard in
C99
or above. */
115
/* Builtin that is specified by
C99
and C90 reserve the name for future use.
123
/* Builtin that
C99
reserve the name for future use. We can still recognize
124
the builtin in
C99
mode but we can't produce it implicitly. */
[
all
...]
hwint.h
34
required by
C99
; we do have some ports that violate that assumption
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
fenv.h
20
* ISO
C99
7.6: Floating-point environment <fenv.h>
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
jffs2.h
20
/* You must include something which defines the
C99
uintXX_t types.
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
types.h
160
/* These types are defined by the ISO
C99
header <inttypes.h>. */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
fenv.h
20
* ISO
C99
7.6: Floating-point environment <fenv.h>
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
jffs2.h
20
/* You must include something which defines the
C99
uintXX_t types.
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
types.h
160
/* These types are defined by the ISO
C99
header <inttypes.h>. */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
fenv.h
20
* ISO
C99
7.6: Floating-point environment <fenv.h>
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
jffs2.h
20
/* You must include something which defines the
C99
uintXX_t types.
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
types.h
160
/* These types are defined by the ISO
C99
header <inttypes.h>. */
/prebuilts/sdk/renderscript/include/
rs_core.rsh
23
* can utilize to write RenderScript code in
C99
. The RenderScript compute header
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pyport.h
179
* sizeof(size_t).
C99
doesn't define such a thing directly (size_t is an
191
SIZE_MAX is part of
C99
, so it might be defined on some
214
*
C99
introduced "z" for this purpose, but not all platforms support that;
427
* I should have signed integer type. In the terminology of
C99
, this can
[
all
...]
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
pyport.h
179
* sizeof(size_t).
C99
doesn't define such a thing directly (size_t is an
191
SIZE_MAX is part of
C99
, so it might be defined on some
214
*
C99
introduced "z" for this purpose, but not all platforms support that;
427
* I should have signed integer type. In the terminology of
C99
, this can
[
all
...]
/external/clang/lib/Lex/
LiteralSupport.cpp
250
// Check UCN constraints (
C99
6.4.3p2) [C++11 lex.charset p2]
280
if (!Features.CPlusPlus && !Features.
C99
&& Diags)
412
/// integer-constant: [
C99
6.4.4.1]
460
/// floating-constant: [
C99
6.4.4.2]
[
all
...]
/external/clang/lib/Sema/
SemaStmt.cpp
47
//
C99
6.8.3p2: The expression in an expression statement is evaluated as a
301
if (!getLangOpts().
C99
&& !getLangOpts().CPlusPlus) {
352
//
C99
6.8.4.2p3: The expression shall be an integer constant.
639
//
C99
6.8.4.2p5 - Integer promotions are performed on the controlling expr.
770
// We already verified that the expression has a i-c-e value (
C99
[
all
...]
/external/clang/include/clang/Basic/
Builtins.def
284
//
C99
complex builtins
677
//
C99
library functions
678
//
C99
stdlib.h
685
//
C99
string.h
707
//
C99
stdio.h
722
//
C99
[
all
...]
/external/clang/lib/AST/
ASTContext.cpp
[
all
...]
Completed in 711 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>