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

1 2 3

  /external/clang/test/Index/
cxx11-lambdas.cpp 14 // CHECK-LOAD: cxx11-lambdas.cpp:7:19: LambdaExpr= Extent=[7:19 - 9:6]
15 // CHECK-LOAD: cxx11-lambdas.cpp:7:21: VariableRef=localA:6:9 Extent=[7:21 - 7:27]
16 // CHECK-LOAD: cxx11-lambdas.cpp:7:29: VariableRef=localB:6:17 Extent=[7:29 - 7:35]
17 // CHECK-LOAD: cxx11-lambdas.cpp:7:52: TypeRef=Integer:3:13 Extent=[7:52 - 7:59]
18 // CHECK-LOAD: cxx11-lambdas.cpp:7:46: ParmDecl=x:7:46 (Definition) Extent=[7:38 - 7:47]
19 // CHECK-LOAD: cxx11-lambdas.cpp:7:38: TypeRef=Integer:3:13 Extent=[7:38 - 7:45]
20 // CHECK-LOAD: cxx11-lambdas.cpp:7:60: CompoundStmt= Extent=[7:60 - 9:6]
21 // CHECK-LOAD: cxx11-lambdas.cpp:8:7: ReturnStmt= Extent=[8:7 - 8:33]
22 // CHECK-LOAD: cxx11-lambdas.cpp:8:14: DeclRefExpr=localA:6:9 Extent=[8:14 - 8:20]
23 // CHECK-LOAD: cxx11-lambdas.cpp:8:23: DeclRefExpr=localB:6:17 Extent=[8:23 - 8:29
    [all...]
  /external/clang/test/PCH/
cxx-trailing-return.cpp 1 // RUN: %clang_cc1 -pedantic-errors -std=c++11 -emit-pch %s -o %t-cxx11
2 // RUN: %clang_cc1 -pedantic-errors -std=c++11 -include-pch %t-cxx11 -verify %s
cxx11-statement-attributes.cpp 2 // RUN: %clang_cc1 -include %S/Inputs/cxx11-statement-attributes.h -std=c++11 -Wimplicit-fallthrough -fsyntax-only %s -o - -verify
4 // RUN: %clang_cc1 -x c++-header -emit-pch -std=c++11 -o %t %S/Inputs/cxx11-statement-attributes.h
7 // expected-warning@Inputs/cxx11-statement-attributes.h:10 {{fallthrough annotation does not directly precede switch label}}
cxx-constexpr.cpp 4 // RUN: %clang_cc1 -pedantic-errors -std=c++11 -emit-pch %s -o %t-cxx11
5 // RUN: %clang_cc1 -pedantic-errors -std=c++11 -include-pch %t-cxx11 -verify %s
cxx11-lambdas.mm 1 // RUN: %clang_cc1 -pedantic-errors -fblocks -std=c++1y -emit-pch %s -o %t-cxx11
2 // RUN: %clang_cc1 -ast-print -pedantic-errors -fblocks -std=c++1y -include-pch %t-cxx11 %s | FileCheck -check-prefix=CHECK-PRINT %s
  /external/clang/test/SemaCXX/
compound-literal.cpp 5 // RUN: FileCheck --input-file=%t-11 %s --check-prefix=CHECK-CXX11
54 // CHECK-CXX11-NOT: CXXBindTemporaryExpr {{.*}} 'struct brace_initializers::HasCtor'
55 // CHECK-CXX11: CompoundLiteralExpr {{.*}} 'struct brace_initializers::HasCtor'
56 // CHECK-CXX11-NEXT: CXXTemporaryObjectExpr {{.*}} 'struct brace_initializers::HasCtor'
57 // CHECK-CXX11-NEXT: IntegerLiteral {{.*}} 1{{$}}
58 // CHECK-CXX11-NEXT: IntegerLiteral {{.*}} 2{{$}}
61 // CHECK-CXX11: CXXBindTemporaryExpr {{.*}} 'struct brace_initializers::HasCtorDtor'
62 // CHECK-CXX11-NEXT: CompoundLiteralExpr {{.*}} 'struct brace_initializers::HasCtorDtor'
63 // CHECK-CXX11-NEXT: CXXTemporaryObjectExpr {{.*}} 'struct brace_initializers::HasCtorDtor'
64 // CHECK-CXX11-NEXT: IntegerLiteral {{.*}} 1{{$}
    [all...]
  /external/clang/test/CodeGen/
string-literal.c 3 // RUN: %clang_cc1 -x c++ -std=c++11 -triple i386-unknown-unknown -emit-llvm %s -o - | FileCheck -check-prefix=CHECK-CXX11 %s
17 // CHECK-CXX11: private unnamed_addr constant [10 x i8] c"abc\00\00\00\00\00\00\00", align 1
23 // CHECK-CXX11: private unnamed_addr constant [10 x i8] c"\E1\84\A0\C8\A0\F4\82\80\B0\00", align 1
28 // CHECK-CXX11: private unnamed_addr constant [3 x i32] [i32 65, i32 66, i32 0], align 4
33 // CHECK-CXX11: private unnamed_addr constant [3 x i32] [i32 4660, i32 1110027, i32 0], align 4
38 // CHECK-CXX11: private unnamed_addr constant [3 x i32] [i32 4660, i32 1110028, i32 0], align 4
43 // CHECK-CXX11: private unnamed_addr constant [3 x i32] [i32 67, i32 68, i32 0], align 4
47 // CHECK-CXX11: private unnamed_addr constant [3 x i32] [i32 4661, i32 1110028, i32 0], align 4
51 // CHECK-CXX11: private unnamed_addr constant [3 x i32] [i32 4661, i32 1110027, i32 0], align 4
55 // CHECK-CXX11: private unnamed_addr constant [3 x i16] [i16 69, i16 70, i16 0], align
    [all...]
  /external/clang/test/PCH/Inputs/
cxx11-statement-attributes.h 1 // To be used with cxx11-statement-attributes.cpp.
  /external/clang/test/CodeGenCXX/
no-elide-constructors.cpp 2 // RUN: %clang_cc1 -std=c++11 -triple i386-unknown-unknown -fno-elide-constructors -emit-llvm -o - %s | FileCheck %s --check-prefix=CHECK --check-prefix=CHECK-CXX11
4 // RUN: %clang_cc1 -std=c++11 -triple i386-unknown-unknown -emit-llvm -o - %s | FileCheck %s --check-prefix=CHECK --check-prefix=CHECK-CXX11-ELIDE
25 // CHECK-CXX11: call void @_ZN1XC1EOS_(
27 // CHECK-CXX11-ELIDE-NOT: call void @_ZN1XC1EOS_(
  /external/clang/test/Lexer/
cxx-features.cpp 8 #define check(macro, cxx98, cxx11, cxx1y) cxx98 == 0 ? defined(__cpp_##macro) : __cpp_##macro != cxx98
10 #define check(macro, cxx98, cxx11, cxx1y) cxx11 == 0 ? defined(__cpp_##macro) : __cpp_##macro != cxx11
12 #define check(macro, cxx98, cxx11, cxx1y) cxx1y == 0 ? defined(__cpp_##macro) : __cpp_##macro != cxx1y
keywords_test.cpp 8 #ifdef CXX11
cxx0x_keyword_as_cxx98.cpp 24 #define IF_CXX11(CXX11, CXX03) CXX03
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
p8-cxx0x.cpp 4 // RUN: not %clang_cc1 -fsyntax-only -std=c++11 -fdiagnostics-parseable-fixits %s 2>&1 | FileCheck --check-prefix=CXX11 %s
38 // CXX11: fix-it:"{{.*}}":{[[@LINE-4]]:1-[[@LINE-4]]:6}:"auto &n = "
48 // CXX11: fix-it:"{{.*}}":{[[@LINE-7]]:7-[[@LINE-7]]:7}:"Q = "
58 // CXX11: fix-it:"{{.*}}":{[[@LINE-7]]:7-[[@LINE-7]]:7}:"E = "
68 // CXX11: fix-it:"{{.*}}":{[[@LINE-7]]:7-[[@LINE-7]]:7}:"T = "
79 // CXX11: fix-it:"{{.*}}":{[[@LINE-4]]:3-[[@LINE-4]]:8}:"auto &n = "
89 // CXX11: fix-it:"{{.*}}":{[[@LINE-7]]:9-[[@LINE-7]]:9}:"Q = "
99 // CXX11: fix-it:"{{.*}}":{[[@LINE-7]]:9-[[@LINE-7]]:9}:"E = "
109 // CXX11: fix-it:"{{.*}}":{[[@LINE-7]]:9-[[@LINE-7]]:9}:"T = "
  /external/clang/test/Driver/
std.cpp 4 // RUN: not %clang -std=c++0x %s -fsyntax-only 2>&1 | FileCheck -check-prefix=CXX11 %s
6 // RUN: not %clang -std=c++11 %s -fsyntax-only 2>&1 | FileCheck -check-prefix=CXX11 %s
24 // CXX11: undeclared identifier 'typeof'
25 // CXX11-NOT: undeclared identifier 'decltype'
  /external/clang/test/Sema/
sentinel-attribute.c 5 // RUN: FileCheck %s --check-prefix=CXX11
25 // CXX11: fix-it:{{.*}}:{23:10-23:10}:", nullptr"
thread-specifier.c 52 #elif !defined(CXX11)
66 #ifdef CXX11
90 #elif !defined(CXX11)
102 #if !defined(CXX11)
115 #if !defined(CXX11)
  /external/clang/include/clang/Basic/
Attr.td 193 class CXX11<string namespace, string name, int version = 1>
194 : Spelling<name, "CXX11"> {
202 // The GCC spelling implies GNU<name, "GNU"> and CXX11<"gnu", name> and also
468 CXX11<"","carries_dependency", 200809>];
609 let Spellings = [CXX11<"","noreturn", 200809>];
668 CXX11<"","deprecated", 201309>];
697 let Spellings = [CXX11<"clang", "fallthrough">];
885 let Spellings = [GNU<"noduplicate">, CXX11<"clang", "noduplicate">];
    [all...]
DiagnosticParseKinds.td 87 InGroup<CXX11>;
97 InGroup<CXX11>;
259 "rvalue references are a C++11 extension">, InGroup<CXX11>;
264 "reference qualifiers on functions are a C++11 extension">, InGroup<CXX11>;
269 "inline namespaces are a C++11 feature">, InGroup<CXX11>;
275 InGroup<CXX11>;
285 "'auto' type specifier is a C++11 extension">, InGroup<CXX11>;
298 "range-based for loop is a C++11 extension">, InGroup<CXX11>;
    [all...]
DiagnosticCommonKinds.td 74 "variadic templates are a C++11 extension">, InGroup<CXX11>;
  /external/clang/utils/TableGen/
ClangAttrEmitter.cpp 46 if (V == "CXX11" || V == "Pragma")
70 "CXX11", Spelling->getValueAsString("Name"), "gnu", true));
    [all...]
  /external/clang/include/clang/Frontend/
LangStandards.def 100 LANGSTANDARD(cxx11, "c++11",
  /external/clang/patches/
0003-Add-support-for-RenderScript-specific-options.patch 52 CXX11<"","deprecated">];
  /external/lldb/www/
build.html 166 &gt; $llvm/configure --enable-cxx11
174 &gt; $llvm/configure --enable-cxx11 CC=gcc-4.7 CXX=g++-4.7
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
complex 1067 __attribute ((__abi_tag__ ("cxx11")))
1071 __attribute ((__abi_tag__ ("cxx11")))
    [all...]