HomeSort by relevance Sort by last modified time
    Searched full:__auto_type (Results 1 - 21 of 21) sorted by null

  /external/clang/test/SemaCXX/
auto-type-from-cxx.cpp 4 operator __auto_type() {} // expected-error {{'__auto_type' not allowed in conversion function type}}
7 __auto_type a() -> int; // expected-error {{'__auto_type' not allowed in function return type}}
9 __auto_type b() { return T::x; } // expected-error {{'__auto_type' not allowed in function return type}}
10 auto c() -> __auto_type { __builtin_unreachable(); } // expected-error {{'__auto_type' not allowed in function return type}}
12 decltype(__auto_type) e = 1; // expected-error {{expected expression}}
13 auto _ = [](__auto_type f) {}; // expected-error {{'__auto_type' not allowed in lambda parameter}
    [all...]
  /external/clang/test/Sema/
auto-type.c 3 __auto_type a = 5; // expected-warning {{'__auto_type' is a GNU extension}}
4 __extension__ __auto_type a1 = 5;
6 __auto_type b = 5.0;
7 __auto_type c = &b;
8 __auto_type d = (struct {int a;}) {5};
10 __auto_type e = e; // expected-error {{variable 'e' declared with '__auto_type' type cannot appear in its own initializer}}
12 struct s { __auto_type a; }; // expected-error {{'__auto_type' not allowed in struct member}
    [all...]
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/include/
stdatomic.h 90 __auto_type __kill_dependency_tmp = (Y); \
124 /* Note that these macros require __typeof__ and __auto_type to remove
138 __auto_type __atomic_store_ptr = (PTR); \
150 __auto_type __atomic_load_ptr = (PTR); \
162 __auto_type __atomic_exchange_ptr = (PTR); \
177 __auto_type __atomic_compare_exchange_ptr = (PTR); \
192 __auto_type __atomic_compare_exchange_ptr = (PTR); \
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9/include/
stdatomic.h 90 __auto_type __kill_dependency_tmp = (Y); \
124 /* Note that these macros require __typeof__ and __auto_type to remove
138 __auto_type __atomic_store_ptr = (PTR); \
150 __auto_type __atomic_load_ptr = (PTR); \
162 __auto_type __atomic_exchange_ptr = (PTR); \
177 __auto_type __atomic_compare_exchange_ptr = (PTR); \
192 __auto_type __atomic_compare_exchange_ptr = (PTR); \
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/include/
stdatomic.h 90 __auto_type __kill_dependency_tmp = (Y); \
124 /* Note that these macros require __typeof__ and __auto_type to remove
138 __auto_type __atomic_store_ptr = (PTR); \
150 __auto_type __atomic_load_ptr = (PTR); \
162 __auto_type __atomic_exchange_ptr = (PTR); \
177 __auto_type __atomic_compare_exchange_ptr = (PTR); \
192 __auto_type __atomic_compare_exchange_ptr = (PTR); \
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
stdatomic.h 90 __auto_type __kill_dependency_tmp = (Y); \
124 /* Note that these macros require __typeof__ and __auto_type to remove
138 __auto_type __atomic_store_ptr = (PTR); \
150 __auto_type __atomic_load_ptr = (PTR); \
162 __auto_type __atomic_exchange_ptr = (PTR); \
177 __auto_type __atomic_compare_exchange_ptr = (PTR); \
192 __auto_type __atomic_compare_exchange_ptr = (PTR); \
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/include/
stdatomic.h 90 __auto_type __kill_dependency_tmp = (Y); \
124 /* Note that these macros require __typeof__ and __auto_type to remove
138 __auto_type __atomic_store_ptr = (PTR); \
150 __auto_type __atomic_load_ptr = (PTR); \
162 __auto_type __atomic_exchange_ptr = (PTR); \
177 __auto_type __atomic_compare_exchange_ptr = (PTR); \
192 __auto_type __atomic_compare_exchange_ptr = (PTR); \
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9/include/
stdatomic.h 90 __auto_type __kill_dependency_tmp = (Y); \
124 /* Note that these macros require __typeof__ and __auto_type to remove
138 __auto_type __atomic_store_ptr = (PTR); \
150 __auto_type __atomic_load_ptr = (PTR); \
162 __auto_type __atomic_exchange_ptr = (PTR); \
177 __auto_type __atomic_compare_exchange_ptr = (PTR); \
192 __auto_type __atomic_compare_exchange_ptr = (PTR); \
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/include/
stdatomic.h 90 __auto_type __kill_dependency_tmp = (Y); \
124 /* Note that these macros require __typeof__ and __auto_type to remove
138 __auto_type __atomic_store_ptr = (PTR); \
150 __auto_type __atomic_load_ptr = (PTR); \
162 __auto_type __atomic_exchange_ptr = (PTR); \
177 __auto_type __atomic_compare_exchange_ptr = (PTR); \
192 __auto_type __atomic_compare_exchange_ptr = (PTR); \
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
stdatomic.h 90 __auto_type __kill_dependency_tmp = (Y); \
124 /* Note that these macros require __typeof__ and __auto_type to remove
138 __auto_type __atomic_store_ptr = (PTR); \
150 __auto_type __atomic_load_ptr = (PTR); \
162 __auto_type __atomic_exchange_ptr = (PTR); \
177 __auto_type __atomic_compare_exchange_ptr = (PTR); \
192 __auto_type __atomic_compare_exchange_ptr = (PTR); \
  /external/clang/include/clang/Basic/
Specifiers.h 68 TST_auto_type, // __auto_type extension
TokenKinds.def 387 KEYWORD(__auto_type , KEYALL)
DiagnosticParseKinds.td 284 "'__auto_type' is a GNU extension">,
    [all...]
DiagnosticSemaKinds.td     [all...]
  /external/clang/lib/AST/
TypePrinter.cpp 841 case AutoTypeKeyword::GNUAutoType: OS << "__auto_type"; break;
    [all...]
MicrosoftMangle.cpp     [all...]
ItaniumMangle.cpp     [all...]
  /external/clang/lib/Sema/
DeclSpec.cpp 470 case DeclSpec::TST_auto_type: return "__auto_type";
    [all...]
SemaType.cpp     [all...]
  /external/clang/lib/Parse/
ParseTentative.cpp     [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]

Completed in 1254 milliseconds