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

1 2 3 4 5 6 7 8 910

  /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 -pedantic -Werror -std=c11 %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
static-assert.c 1 // RUN: %clang_cc1 -std=c11 -fsyntax-only -verify %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
atomic.c 1 // RUN: %clang_cc1 -std=c11 %s -fsyntax-only -verify -pedantic
  /external/clang/test/Driver/
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/clang/test/Headers/
c11.c 1 // RUN: %clang -fsyntax-only -Xclang -verify -std=c11 %s
2 // RUN: %clang -fsyntax-only -Xclang -verify -std=c11 -fmodules %s
3 // RUN: %clang -fsyntax-only -Xclang -verify -std=c11 -ffreestanding %s
27 // we will use the host stdint.h, which may not yet have C11 support).
  /external/chromium_org/third_party/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/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/Preprocessor/
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
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
60 // 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...]
  /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),
66 /// isC11 - Language is a superset of C11.
67 bool isC11() const { return Flags & frontend::C11; }
  /external/clang/test/Lexer/
utf8-char-literal.cpp 2 // RUN: %clang_cc1 -triple x86_64-apple-darwin -std=c11 -x c -fsyntax-only -verify %s
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
char-literal.cpp 2 // RUN: %clang_cc1 -triple x86_64-apple-darwin -std=c11 -x c -Wfour-char-constants -fsyntax-only -verify %s
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
codec_unittest.cc 66 AudioCodec c11(c0);
70 c11.params["x"] = "def";
74 EXPECT_TRUE(c11 != c0);
75 EXPECT_TRUE(c11 != c10);
78 EXPECT_TRUE(c12 != c11);
145 VideoCodec c11(c0);
149 c11.params["x"] = "def";
153 EXPECT_TRUE(c11 != c0);
154 EXPECT_TRUE(c11 != c10);
157 EXPECT_TRUE(c12 != c11);
    [all...]
  /external/chromium_org/ui/views/controls/tree/
tree_view_unittest.cc 239 // Add c1 as a child of c and c11 as a child of c1.
240 Add(Add(GetNodeByTitle("c"), 0, "c1"), 0, "c11");
243 // Remove c11, which shouldn't have any effect on the tree.
263 // Remove 'c11', shouldn't visually change anything.
264 delete model_.Remove(GetNodeByTitle("c11")->parent(), GetNodeByTitle("c11"));
290 // Add c1 as a child of c and c11 as a child of c1.
291 Add(Add(GetNodeByTitle("c"), 0, "c1"), 0, "c11");
294 // Change c11, shouldn't do anything.
295 model_.SetTitle(GetNodeByTitle("c11"), ASCIIToUTF16("c11.new"))
    [all...]
  /external/clang/test/CodeGenCXX/
vtable-available-externally.cpp 156 struct c11 : c10, c1{ struct in namespace:Test7
159 struct c28 : virtual c11{
168 c11 *ptr = &obj;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_TransformDequantChromaDCFromPair.c 67 int c11 = pData[3]; local
71 int d10 = c10 + c11;
72 int d11 = c10 - c11;
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/noise/filter/
PerturbFilter.java 79 float c11 = arr[this.wrap(y + py, workSize) * workSize + this.wrap(x + px, workSize)]; local
82 float c1 = ShaderUtils.mix(c10, c11, noisex);
  /external/libvpx/libvpx/vp8/encoder/x86/
fwalsh_sse2.asm 79 pmaddwd xmm2, [GLOBAL(cn1)] ; c11 b11 c10 b10
85 pshufd xmm5, xmm2, 0xd8 ; c11 c10 b11 b10
91 punpckhqdq xmm4, xmm5 ; c11 c10 d11 d10

Completed in 958 milliseconds

1 2 3 4 5 6 7 8 910