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

1 2

  /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
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-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 // Warning from Inputs/cxx11-statement-attributes.h:
cxx11-lambdas.mm 1 // RUN: %clang_cc1 -pedantic-errors -fblocks -std=c++11 -emit-pch %s -o %t-cxx11
2 // RUN: %clang_cc1 -ast-print -pedantic-errors -fblocks -std=c++11 -include-pch %t-cxx11 %s | FileCheck -check-prefix=CHECK-PRINT %s
  /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/include/clang/Basic/
Attr.td 91 class CXX11<string namespace, string name> : Spelling<name, "CXX11"> {
154 let Spellings = [GNU<"alias">, CXX11<"gnu", "alias">];
159 let Spellings = [GNU<"aligned">, Declspec<"align">, CXX11<"gnu", "aligned">,
163 let Accessors = [Accessor<"isGNU", [GNU<"aligned">, CXX11<"gnu","aligned">]>,
176 let Spellings = [GNU<"alloc_size">, CXX11<"gnu", "alloc_size">];
181 let Spellings = [GNU<"always_inline">, CXX11<"gnu", "always_inline">];
185 let Spellings = [GNU<"tls_model">, CXX11<"gnu", "tls_model">];
229 let Spellings = [GNU<"carries_dependency">, CXX11<"","carries_dependency">,
230 CXX11<"std","carries_dependency">]
    [all...]
DiagnosticParseKinds.td 78 InGroup<CXX11>;
88 InGroup<CXX11>;
247 "rvalue references are a C++11 extension">, InGroup<CXX11>;
252 "reference qualifiers on functions are a C++11 extension">, InGroup<CXX11>;
257 "inline namespaces are a C++11 feature">, InGroup<CXX11>;
263 InGroup<CXX11>;
273 "'auto' type specifier is a C++11 extension">, InGroup<CXX11>;
281 "range-based for loop is a C++11 extension">, InGroup<CXX11>;
568 "extern templates are a C++11 extension">, InGroup<CXX11>;
617 "deleted function definitions are a C++11 extension">, InGroup<CXX11>;
    [all...]
DiagnosticCommonKinds.td 63 "variadic templates are a C++11 extension">, InGroup<CXX11>;
DiagnosticGroups.td 470 def CXX11 : DiagGroup<"c++11-extensions", [CXX11ExtraSemi, CXX11LongLong]>;
472 def : DiagGroup<"c++0x-extensions", [CXX11]>;
  /external/clang/test/PCH/Inputs/
cxx11-statement-attributes.h 1 // To be used with cxx11-statement-attributes.cpp.
  /external/clang/test/Driver/
std.cpp 4 // RUN: %clang -std=c++0x %s -fsyntax-only 2>&1 | FileCheck -check-prefix=CXX11 %s
6 // RUN: %clang -std=c++11 %s -fsyntax-only 2>&1 | FileCheck -check-prefix=CXX11 %s
22 // CXX11: undeclared identifier 'typeof'
23 // CXX11-NOT: undeclared identifier 'decltype'
  /external/clang/test/Lexer/
cxx0x_keyword_as_cxx98.cpp 24 #define IF_CXX11(CXX11, CXX03) CXX03
  /external/clang/include/clang/Frontend/
LangStandards.def 100 LANGSTANDARD(cxx11, "c++11",
  /external/clang/utils/TableGen/
ClangAttrEmitter.cpp 783 } else if (Variety == "CXX11") {
841 if (S->getValueAsString("Variety") == "CXX11" &&
    [all...]
  /external/clang/test/Preprocessor/
init.c 12 // RUN: %clang_cc1 -x c++ -std=c++11 -E -dM < /dev/null | FileCheck -check-prefix CXX11 %s
14 // CXX11:#define __GNUG__
15 // CXX11:#define __GXX_EXPERIMENTAL_CXX0X__ 1
16 // CXX11:#define __GXX_RTTI 1
17 // CXX11:#define __GXX_WEAK__ 1
18 // CXX11:#define __cplusplus 201103L
19 // CXX11:#define __private_extern__ extern
    [all...]
  /external/llvm/projects/sample/autoconf/
configure.ac 384 dnl --enable-cxx11 : check whether or not to use -std=c++11 on the command line
385 AC_ARG_ENABLE(cxx11,
386 AS_HELP_STRING([--enable-cxx11],
393 *) AC_MSG_ERROR([Invalid setting for --enable-cxx11. Use "yes" or "no"]) ;;
    [all...]
  /external/clang/www/
cxx_status.html 38 <h2 id="cxx11">C++11 implementation status</h2>
compatibility.html 63 <li><a href="#cxx11">C++11 compatibility</a>
763 <h2 id="cxx11">C++11 compatibility</h2>
    [all...]
  /external/llvm/autoconf/
configure.ac 499 dnl --enable-cxx11 : check whether or not to use -std=c++11 on the command line
500 AC_ARG_ENABLE(cxx11,
501 AS_HELP_STRING([--enable-cxx11],
508 *) AC_MSG_ERROR([Invalid setting for --enable-cxx11. Use "yes" or "no"]) ;;
    [all...]
  /external/clang/test/CXX/expr/expr.const/
p2-0x.cpp 339 // test/SemaCXX/constant-expression-cxx11.cpp contains more thorough testing
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/c-family/
c-common.h 616 cxx11 = cxx0x
615 cxx11 = cxx0x enumerator in enum:cxx_dialect
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/c-family/
c-common.h 616 cxx11 = cxx0x
615 cxx11 = cxx0x enumerator in enum:cxx_dialect
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/c-family/
c-common.h 616 cxx11 = cxx0x
615 cxx11 = cxx0x enumerator in enum:cxx_dialect
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/c-family/
c-common.h 616 cxx11 = cxx0x
615 cxx11 = cxx0x enumerator in enum:cxx_dialect
    [all...]

Completed in 3625 milliseconds

1 2