OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:c99
(Results
51 - 75
of
1299
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/Parser/
empty-translation-unit.c
1
// RUN: %clang_cc1 -fsyntax-only -std=
c99
-pedantic -W -verify %s
/external/clang/test/Preprocessor/
if_warning.c
19
#else 1 // Should not warn due to
C99
6.10p4
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/
decl-type-merging.c
1
// RUN: %clang_cc1 -fsyntax-only -std=
c99
-verify -pedantic %s
redefinition.c
14
int g(void) { return 0; } // expected-error{{redefinition of a 'extern inline' function 'g' is not supported in
C99
mode}}
struct-compat.c
9
// Per
C99
6.7.2.3, since the outer and inner "struct x"es have different
typedef-variable-type.c
1
// RUN: %clang_cc1 %s -verify -fsyntax-only -pedantic -Wno-typedef-redefinition -std=
c99
/external/chromium/testing/gtest/xcode/Config/
General.xcconfig
26
// Force
C99
dialect
27
GCC_C_LANGUAGE_STANDARD =
c99
/external/chromium_org/ppapi/c/dev/
deprecated_bool.h
22
// The Visual Studio C compiler and older versions of GCC do not support
C99
31
// In
C99
-compliant compilers, we can include stdbool.h to get a bool
/external/chromium_org/testing/gtest/xcode/Config/
General.xcconfig
26
// Force
C99
dialect
27
GCC_C_LANGUAGE_STANDARD =
c99
/external/clang/test/Lexer/
long-long.cpp
2
* RUN: %clang_cc1 -x c -std=
c99
-fsyntax-only -verify -pedantic-errors -Wno-empty-translation-unit %s
9
/* expected-error@21 {{'long long' is an extension when
C99
mode is not enabled}} */
/external/clang/test/PCH/
cxx1y-default-initializer.cpp
25
static_assert(A{.y = 5}.z == 5, ""); // expected-warning {{
C99
}}
26
static_assert(A{3, .y = 1}.z == 4, ""); // expected-warning {{
C99
}}
/external/dhcpcd/mk/
cc.mk
6
# Default to using the
C99
standard
7
CSTD?=
c99
/external/protobuf/gtest/xcode/Config/
General.xcconfig
26
// Force
C99
dialect
27
GCC_C_LANGUAGE_STANDARD =
c99
/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
/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
100
/// isVarargsElidedUse - Return true if this is a
C99
style varargs macro
102
/// the argument was specified (even empty) or this isn't a
C99
style varargs
103
/// function, or if in strict mode and the
C99
varargs macro had only a ...
107
/// StringifyArgument - Implement
C99
6.10.3.2p2, converting a sequence of
/bionic/libm/include/i387/
fenv.h
73
/*
C99
floating-point exception functions */
81
/*
C99
rounding control functions */
85
/*
C99
floating-point environment functions */
/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/chromium_org/third_party/mesa/src/
Android.common.mk
24
# use
c99
compiler by default
27
LOCAL_CC := $(HOST_CC) -std=
c99
29
LOCAL_CC := $(TARGET_CC) -std=
c99
/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/9/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/9/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/9/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
307
BO_Mul, BO_Div, BO_Rem, // [
C99
6.5.5] Multiplicative operators.
308
BO_Add, BO_Sub, // [
C99
6.5.6] Additive operators.
309
BO_Shl, BO_Shr, // [
C99
6.5.7] Bitwise shift operators.
310
BO_LT, BO_GT, BO_LE, BO_GE, // [
C99
6.5.8] Relational operators.
311
BO_EQ, BO_NE, // [
C99
6.5.9] Equality operators.
312
BO_And, // [
C99
6.5.10] Bitwise AND operator.
313
BO_Xor, // [
C99
6.5.11] Bitwise XOR operator.
314
BO_Or, // [
C99
6.5.12] Bitwise OR operator.
315
BO_LAnd, // [
C99
6.5.13] Logical AND operator.
316
BO_LOr, // [
C99
6.5.14] Logical OR operator
[
all
...]
Completed in 644 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>