/external/clang/lib/Parse/ |
ParseAST.cpp | 125 // C11 6.9p1 says translation units must have at least one top-level
|
ParseExpr.cpp | 471 /// [C11] '_Alignof' '(' type-name ')' 491 /// [C11] generic-selection [all...] |
/external/icu4c/tools/gensprep/ |
filterRFC3454.pl | 43 "--C11" => \$c11, 106 if($line =~ /C.1.1/ && defined $c11 ){ 647 --C11 Generate data for table C.1.1
|
/external/libsepol/tests/policies/test-expander/ |
small-base.conf | 405 category c8; category c9; category c10; category c11;
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/ |
float.h | 198 #endif /* C11 */
|
stddef.h | 428 #endif /* C11 or C++11. */
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/include/ |
float.h | 198 #endif /* C11 */
|
stddef.h | 428 #endif /* C11 or C++11. */
|
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.7/lib/gcc/mipsel-linux-android/4.7/include/ |
float.h | 198 #endif /* C11 */
|
stddef.h | 428 #endif /* C11 or C++11. */
|
/prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include/ |
float.h | 198 #endif /* C11 */
|
stddef.h | 428 #endif /* C11 or C++11. */
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/ |
float.h | 198 #endif /* C11 */
|
stddef.h | 428 #endif /* C11 or C++11. */
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/include/ |
float.h | 198 #endif /* C11 */
|
stddef.h | 428 #endif /* C11 or C++11. */
|
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.7/lib/gcc/mipsel-linux-android/4.7/include/ |
float.h | 198 #endif /* C11 */
|
stddef.h | 428 #endif /* C11 or C++11. */
|
/prebuilts/gcc/linux-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include/ |
float.h | 198 #endif /* C11 */
|
/external/clang/docs/ |
LanguageExtensions.rst | 877 C11 880 The features listed below are part of the C11 standard. As a result, all these 881 features are enabled with the ``-std=c11`` or ``-std=gnu11`` option when 885 C11 alignment specifiers 891 C11 atomic operations 899 C11 generic selections 906 As an extension, the C11 generic selection expression is available in all 907 languages supported by Clang. The syntax is the same as that given in the C11 914 C11 ``_Static_assert()`` 921 C11 ``_Thread_local` [all...] |
/external/clang/include/clang/Basic/ |
DiagnosticGroups.td | 517 // A warning group for warnings about using C11 features as extensions. 518 def C11 : DiagGroup<"c11-extensions">;
|
/external/clang/lib/Lex/ |
PPMacroExpansion.cpp | [all...] |
/frameworks/base/docs/html/training/design-navigation/ |
example-wireframe-device-template.svg | 83 c0-11.733,9.521-21.277,21.22-21.277c11.702,0,21.221,9.544,21.221,21.277C466.864,978.406,457.344,987.952,445.643,987.952"/>
149 c13.767,2.595,29.372,5.535,41.744,18.254c11.974,12.306,13.949,34.584,14.292,56.838v658.086c0,39.165-2.26,54.418-3.608,60.024
164 <path fill="#FFFFFF" d="M456.361,1471.519c11.529,0,31.394,0.157,41.302,0.271c8.57,0.098,20.592,0.813,30.257,1.39l0.569,0.033
|
/external/clang/test/Sema/ |
array-init.c | 253 struct _Matrix { union { float m[4][4]; }; }; //expected-warning{{anonymous unions are a C11 extension}}
|
/hardware/invensense/60xx/mlsdk/mllite/ |
mlarray.c | 737 * <center>C11 C12 C13</center> 740 * The argument array elements are ordered C11, C12, C13, C21, C22, C23, C31, C32, C33. 779 * <center>C11 C12 C13</center> 782 * The argument array elements are ordered C11, C12, C13, C21, C22, C23, C31, C32, C33. [all...] |