/external/bison/m4/ |
warn-on-use.m4 | 22 # in the intersection of C89 and C11 (such as printf) without
|
/external/clang/test/Sema/ |
anonymous-struct-union.c | 106 // This example comes out of the C11 standard; make sure we don't accidentally reject it.
|
thread-specifier.c | 33 #elif defined(C11) 43 #elif defined(C11)
|
attr-deprecated.c | 125 typedef int test23_ty; // expected-note {{'test23_ty' declared here}} expected-warning {{redefinition of typedef 'test23_ty' is a C11 feature}}
|
string-init.c | 1 // RUN: %clang_cc1 -std=c11 -fsyntax-only -triple x86_64-pc-linux -verify %s
|
atomic-ops.c | 1 // RUN: %clang_cc1 %s -verify -fsyntax-only -triple=i686-linux-gnu -std=c11 2 // RUN: %clang_cc1 %s -verify -fsyntax-only -triple=aarch64-linux-gnu -std=c11
|
/external/skia/tools/ |
roll_autogen.sh | 28 END=`svn info ${REPO_SVN} | grep Revision | cut -c11-`
|
/external/clang/test/Preprocessor/ |
line-directive.c | 47 typedef int x; // expected-warning {{redefinition of typedef 'x' is a C11 feature}} 68 typedef int w; // expected-warning {{redefinition of typedef 'w' is a C11 feature}}
|
macro_fn_comma_swallow2.c | 5 // RUN: %clang_cc1 -E -std=c11 %s | FileCheck -check-prefix=C99 -strict-whitespace %s
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/ |
omxVCM4P10_TransformDequantChromaDCFromPair_s.s | 101 SADDSUBX r0w1, r0w1, r0w1 ;// [ c10+c11, c10-c11 ]
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/ |
omxVCM4P10_TransformDequantChromaDCFromPair_s.s | 111 SADDSUBX r0w1, r0w1, r0w1 ;// [ c10+c11, c10-c11 ]
|
/external/chromium_org/third_party/protobuf/python/ |
ez_setup.py | 22 DEFAULT_VERSION = "0.6c11" 40 'setuptools-0.6c11-py2.3.egg': '2baeac6e13d414a9d28e7ba5b5a596de', 41 'setuptools-0.6c11-py2.4.egg': 'bd639f9b0eac4c42497034dec2ec0c2b', 42 'setuptools-0.6c11-py2.5.egg': '64c94f3bf7a72a13ec83e0b24f2749b2', 43 'setuptools-0.6c11-py2.6.egg': 'bfa92100bd772d5a213eedd356d64086',
|
/external/bison/lib/ |
verify.h | 24 /* Define _GL_HAVE__STATIC_ASSERT to 1 if _Static_assert works as per C11. 193 Unfortunately, unlike C11, this implementation must appear as an 210 # define static_assert _Static_assert /* C11 requires this #define. */
|
/external/clang/lib/Headers/ |
stddef.h | 45 /* ISO9899:2011 7.20 (C11 Annex K): Define rsize_t if __STDC_WANT_LIB_EXT1__ is
|
/external/clang/test/Lexer/ |
string_concat.cpp | 2 // RUN: %clang_cc1 -std=c11 -x c -fsyntax-only -verify %s
|
/external/compiler-rt/lib/ubsan/lit_tests/Integer/ |
shift.cpp | 18 a <<= 31; // ok in C++11, not ok in C99/C11
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
videotext.h | 118 unsigned serial : 1; /* serial mode (C11) */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
videotext.h | 118 unsigned serial : 1; /* serial mode (C11) */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
videotext.h | 118 unsigned serial : 1; /* serial mode (C11) */
|
/prebuilts/sdk/renderscript/clang-include/ |
stddef.h | 45 /* ISO9899:2011 7.20 (C11 Annex K): Define rsize_t if __STDC_WANT_LIB_EXT1__ is
|
/external/chromium_org/chrome/browser/chromeos/input_method/ |
input_method_manager_impl_unittest.cc | 252 // For http://crbug.com/19655#c11 - (3). browser_state_monitor_unittest.cc is 311 // For http://crbug.com/19655#c11 - (2) 314 // For http://crbug.com/19655#c11 - (5) 372 // For http://crbug.com/19655#c11 - (8), step 6. 401 // For http://crbug.com/19655#c11 - (9). 433 // For http://crbug.com/19655#c11 - (10). 469 // For http://crbug.com/19655#c11 - (11). 528 // For http://crbug.com/19655#c11 - (14). 570 // For http://crbug.com/19655#c11 - (15). 616 // For http://crbug.com/19655#c11 - (8), step 7-11 [all...] |
/external/clang/include/clang/Basic/ |
DiagnosticParseKinds.td | 109 "generic selections are a C11-specific feature">, InGroup<C11>; 116 "%0 is a C11-specific feature">, InGroup<C11>; 119 "_Noreturn functions are a C11-specific feature">, InGroup<C11>; 360 "_Static_assert is a C11-specific feature">, InGroup<C11>; [all...] |
LangOptions.def | 45 LANGOPT(C11 , 1, 0, "C11")
|
Specifiers.h | 65 TST_atomic, // C11 _Atomic 165 /// C11 _Thread_local. Must be combined with either 'static' or 'extern'
|
/external/clang/test/CodeGenCXX/ |
mangle-ms-return-qualifiers.cpp | 86 const volatile A &c11() { return *(A*)0; } function 87 // CHECK: "\01?c11@@YAADVA@@XZ"
|