HomeSort by relevance Sort by last modified time
    Searched full:c11 (Results 1 - 25 of 405) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Sema/
anonymous-struct-union-c11.c 1 // Check for warnings in non-C11 mode:
4 // Expect no warnings in C11 mode:
5 // RUN: %clang_cc1 -fsyntax-only -std=c11 -pedantic -Werror %s
9 struct { // expected-warning{{anonymous structs are a C11 extension}}
16 union { // expected-warning{{anonymous unions are a C11 extension}}
c11-typedef-redef.c 1 // RUN: %clang_cc1 -std=c11 %s -verify
alignas.c 1 // RUN: %clang_cc1 -fsyntax-only -verify -std=c11 -Dalignof=__alignof %s
2 // RUN: %clang_cc1 -fsyntax-only -verify -std=c11 -Dalignof=_Alignof -DUSING_C11_SYNTAX %s
warn-unused-value.c 1 // RUN: %clang_cc1 -std=c11 -fsyntax-only -verify -Wunused-value -Wunused-label %s
2 // RUN: %clang_cc1 -std=c11 -fsyntax-only -verify -Wunused %s
3 // RUN: %clang_cc1 -std=c11 -fsyntax-only -verify -Wall %s
  /external/clang/test/Parser/
c1x-alignas.c 1 // RUN: %clang_cc1 -std=c11 -fsyntax-only -verify %s
12 // CHECK-EXT: _Alignas is a C11-specific feature
13 // CHECK-EXT: _Alignof is a C11-specific feature
c11-noreturn.c 1 // RUN: %clang_cc1 -std=c11 -fsyntax-only -verify %s
18 // CHECK-EXT: _Noreturn functions are a C11-specific feature
  /external/clang/test/Frontend/
mips-long-double.c 1 // RUN: %clang_cc1 -triple mips64-unknown-freebsd -std=c11 -verify %s
2 // RUN: %clang_cc1 -triple mips-unknown-freebsd -std=c11 -verify %s
3 // RUN: %clang_cc1 -triple mips-unknown-linux -std=c11 -verify %s
4 // RUN: %clang_cc1 -triple mips64-unknown-linux -std=c11 -verify %s
  /external/skia/src/core/
SkFilterProc.cpp 58 static unsigned bilerp4_00(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) {
61 static unsigned bilerp4_01(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) {
66 static unsigned bilerp4_02(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) {
71 static unsigned bilerp4_03(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) {
77 static unsigned bilerp4_10(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) {
82 static unsigned bilerp4_11(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) {
83 uint32_t lo = (9 * LO_PAIR(c00) + 3 * (LO_PAIR(c01) + LO_PAIR(c10)) + LO_PAIR(c11)) >> 4;
84 uint32_t hi = (9 * HI_PAIR(c00) + 3 * (HI_PAIR(c01) + HI_PAIR(c10)) + HI_PAIR(c11)) >> 4;
87 static unsigned bilerp4_12(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) {
88 uint32_t lo = (3 * (LO_PAIR(c00) + LO_PAIR(c01)) + LO_PAIR(c10) + LO_PAIR(c11)) >> 3
190 uint32_t c11 = *a11; local
199 uint32_t c11 = *a11; local
208 uint32_t c11 = *a11; local
225 uint32_t c11 = *a11; local
234 uint32_t c11 = *a11; local
243 uint32_t c11 = *a11; local
260 uint32_t c11 = *a11; local
269 uint32_t c11 = *a11; local
278 uint32_t c11 = *a11; local
    [all...]
  /external/clang/test/Headers/
c11.c 2 // RUN: %clang_cc1 -fsyntax-only -verify -std=c11 %s
3 // RUN: %clang_cc1 -fsyntax-only -verify -std=c11 -fmodules -fmodules-cache-path=%t %s -D__STDC_WANT_LIB_EXT1__=1
4 // RUN: %clang_cc1 -fsyntax-only -verify -std=c11 -ffreestanding %s
5 // RUN: %clang_cc1 -fsyntax-only -verify -std=c11 -triple i686-pc-win32 -fms-compatibility-version=17.00 %s
37 // we will use the host stdint.h, which may not yet have C11 support).
  /external/selinux/policycoreutils/mcstrans/share/examples/nato/
setrans.conf 10 s3:c0,c2,c11,c200.c511=RESTRICTED
11 s4:c0,c2,c11,c200.c511=CONFIDENTIAL
12 s5:c0,c2,c11,c200.c511=SECRET
  /external/compiler-rt/test/sanitizer_common/TestCases/Linux/
aligned_alloc.c 1 // RUN: %clang -std=c11 -O0 %s -o %t && %run %t
  /system/extras/su/
Android.mk 4 LOCAL_CFLAGS := -std=c11 -Wall -Werror
  /external/clang/test/Preprocessor/
ucn-allowed-chars.c 2 // RUN: %clang_cc1 %s -fsyntax-only -std=c11 -Wc99-compat -verify
7 extern char a\u01F6; // C11, C++11
8 extern char a\u00AA; // C99, C11, C++11
9 extern char a\u0384; // C++03, C11, C++11
10 extern char a\u0E50; // C99, C++03, C11, C++11
18 extern char \u0E50; // C++03, C11, C++11
19 extern char \u0300; // disallowed initially in C11/C++11, always in C99/C++03
20 extern char \u0D61; // C99, C11, C++03, C++11
60 // C11
utf8-allowed-chars.c 2 // RUN: %clang_cc1 %s -fsyntax-only -std=c11 -Wc99-compat -verify
9 extern char a?; // C11, C++11
10 extern char aŠ; // C99, C11, C++11
11 extern char a?; // C++03, C11, C++11
12 extern char a?; // C99, C++03, C11, C++11
14 extern char x?; // C11, C++11. Note that this does not have a composed form.
20 extern char ?; // C++03, C11, C++11
21 extern char ?; // disallowed initially in C11/C++11, always in C99/C++03
50 // C11
  /external/clang/test/Modules/
system_headers.m 4 // RUN: %clang_cc1 -triple %itanium_abi_triple -fmodules -fimplicit-module-maps -fmodules-cache-path=%t/cache -isystem %S/Inputs -pedantic -Werror %s -verify -std=c11
  /external/clang/test/CodeGen/
string-literal.c 4 // RUN: %clang_cc1 -x c -std=c11 -triple i386-unknown-unknown -emit-llvm %s -o - | FileCheck -check-prefix=CHECK-C11 %s
16 // CHECK-C11: private unnamed_addr constant [10 x i8] c"abc\00\00\00\00\00\00\00", align 1
22 // CHECK-C11: private unnamed_addr constant [10 x i8] c"\E1\84\A0\C8\A0\F4\82\80\B0\00", align 1
27 // CHECK-C11: private unnamed_addr constant [3 x i32] [i32 65, i32 66, i32 0], align 4
32 // CHECK-C11: private unnamed_addr constant [3 x i32] [i32 4660, i32 1110027, i32 0], align 4
37 // CHECK-C11: private unnamed_addr constant [3 x i32] [i32 4660, i32 1110028, i32 0], align 4
42 // CHECK-C11: private unnamed_addr constant [3 x i32] [i32 67, i32 68, i32 0], align 4
46 // CHECK-C11: private unnamed_addr constant [3 x i32] [i32 4661, i32 1110028, i32 0], align 4
50 // CHECK-C11: private unnamed_addr constant [3 x i32] [i32 4661, i32 1110027, i32 0], align
    [all...]
  /device/google/contexthub/firmware/inc/algos/
mag_cal.h 40 float c00, c01, c02, c10, c11, c12, c20, c21, c22; member in struct:MagCal
48 float c10, float c11, float c12,
65 float c10, float c11, float c12,
  /external/clang/include/clang/Frontend/
LangStandards.def 65 // C11 modes
66 LANGSTANDARD(c11, "c11",
68 LineComment | C99 | C11 | Digraphs | HexFloat)
71 LineComment | C99 | C11 | Digraphs | HexFloat)
74 LineComment | C99 | C11 | Digraphs | HexFloat)
77 LineComment | C99 | C11 | Digraphs | HexFloat)
81 LineComment | C99 | C11 | Digraphs | GNUMode | HexFloat)
84 LineComment | C99 | C11 | Digraphs | GNUMode | HexFloat)
LangStandard.h 24 C11 = (1 << 3),
67 /// isC11 - Language is a superset of C11.
68 bool isC11() const { return Flags & frontend::C11; }
  /external/clang/test/Lexer/
unicode-strings.c 1 // RUN: %clang_cc1 -x c -std=c11 -Werror %s
3 // RUN: %clang_cc1 -x c -std=c11 -Wc99-compat -verify %s
  /external/clang/test/Analysis/
padding_cpp.cpp 66 char c11; member in class:SI2
77 char c11; member in class:VirtualSI2
89 char c11; member in class:VtblSI2
95 char c11; member in class:VtblSI3
105 char c11; member in class:MI2
112 char c11; member in class:VtblMI
118 char c11; member in class:VtblMI2
  /packages/apps/Test/connectivity/sl4n/rapidjson/doc/diagram/
move2.dot 22 c11 [label="{|}"]
31 c1 -> { c11; c12; c13 }
move3.dot 23 c11 [label="{|}"]
32 c1 -> { c11; c12; c13 }
  /external/webrtc/talk/media/base/
codec_unittest.cc 105 AudioCodec c11(c0);
109 c11.params["x"] = "def";
113 EXPECT_TRUE(c11 != c0);
114 EXPECT_TRUE(c11 != c10);
117 EXPECT_TRUE(c12 != c11);
184 VideoCodec c11(c0);
188 c11.params["x"] = "def";
192 EXPECT_TRUE(c11 != c0);
193 EXPECT_TRUE(c11 != c10);
196 EXPECT_TRUE(c12 != c11);
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_TransformDequantChromaDCFromPair.c 82 int c11 = pData[3]; local
86 int d10 = c10 + c11;
87 int d11 = c10 - c11;

Completed in 1177 milliseconds

1 2 3 4 5 6 7 8 91011>>