HomeSort by relevance Sort by last modified time
    Searched full:c11 (Results 1 - 25 of 345) 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 -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/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/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/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
4 // RUN: %clang_cc1 -fsyntax-only -verify -std=c11 -ffreestanding %s
5 // RUN: %clang_cc1 -fsyntax-only -verify -std=c11 -triple i686-pc-win32 -fmsc-version=1700 %s
37 // we will use the host stdint.h, which may not yet have C11 support).
  /external/compiler-rt/test/sanitizer_common/TestCases/Linux/
aligned_alloc.c 1 // RUN: %clang -std=c11 -O0 %s -o %t && %run %t
  /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/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...]
dllimport.c 1 // RUN: %clang_cc1 -triple i686-windows-msvc -emit-llvm -std=c11 -O0 -o - %s | FileCheck %s
2 // RUN: %clang_cc1 -triple x86_64-windows-msvc -emit-llvm -std=c11 -O0 -o - %s | FileCheck %s
3 // RUN: %clang_cc1 -triple i686-windows-gnu -emit-llvm -std=c11 -O0 -o - %s | FileCheck %s
4 // RUN: %clang_cc1 -triple x86_64-windows-gnu -emit-llvm -std=c11 -O0 -o - %s | FileCheck %s
5 // RUN: %clang_cc1 -triple i686-windows-msvc -emit-llvm -std=c11 -O1 -o - %s | FileCheck --check-prefix=O1 %s
6 // RUN: %clang_cc1 -triple i686-windows-gnu -emit-llvm -std=c11 -O1 -o - %s | FileCheck --check-prefix=O1 %s
  /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/
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
  /external/chromium_org/ui/views/controls/tree/
tree_view_unittest.cc 243 // Add c1 as a child of c and c11 as a child of c1.
244 Add(Add(GetNodeByTitle("c"), 0, "c1"), 0, "c11");
247 // Remove c11, which shouldn't have any effect on the tree.
267 // Remove 'c11', shouldn't visually change anything.
268 delete model_.Remove(GetNodeByTitle("c11")->parent(), GetNodeByTitle("c11"));
294 // Add c1 as a child of c and c11 as a child of c1.
295 Add(Add(GetNodeByTitle("c"), 0, "c1"), 0, "c11");
298 // Change c11, shouldn't do anything.
299 model_.SetTitle(GetNodeByTitle("c11"), ASCIIToUTF16("c11.new"))
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
codec_unittest.cc 106 AudioCodec c11(c0);
110 c11.params["x"] = "def";
114 EXPECT_TRUE(c11 != c0);
115 EXPECT_TRUE(c11 != c10);
118 EXPECT_TRUE(c12 != c11);
185 VideoCodec c11(c0);
189 c11.params["x"] = "def";
193 EXPECT_TRUE(c11 != c0);
194 EXPECT_TRUE(c11 != c10);
197 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;
  /bionic/libm/upstream-freebsd/lib/msun/ld128/
k_cosl.c 48 C11 = 0.1601061435794535138244346256065192782581e-23;
57 z*(C8+z*(C9+z*(C10+z*C11))))))))));
  /external/clang/test/CodeGenCXX/
vtable-available-externally.cpp 148 struct c11 : c10, c1{ struct in namespace:Test7
151 struct c28 : virtual c11{

Completed in 614 milliseconds

1 2 3 4 5 6 7 8 91011>>