/external/clang/test/SemaCXX/ |
enum-bitfield.cpp | 17 enum E : Z(); // expected-error{{integral constant expression must have integral or unscoped enumeration type, not 'Z'}}
|
switch-implicit-fallthrough-per-method.cpp | 41 void unscoped(int n) { function
|
enum-scoped.cpp | 37 int* p2 = new int[E1::Val1]; // expected-error{{array size expression must have integral or unscoped enumeration type, not 'E1'}}
|
/external/clang/test/OpenMP/ |
parallel_num_threads_messages.cpp | 19 #pragma omp parallel num_threads ((argc > 0) ? argv[1] : argv[2]) // expected-error 2 {{expression must have integral or unscoped enumeration type, not 'char *'}} 22 #pragma omp parallel num_threads (argv[1]=2) // expected-error {{expected ')'}} expected-note {{to match this '('}} expected-error 2 {{expression must have integral or unscoped enumeration type, not 'char *'}} 39 #pragma omp parallel num_threads (argv[1]=2) // expected-error {{expected ')'}} expected-note {{to match this '('}} expected-error {{expression must have integral or unscoped enumeration type, not 'char *'}}
|
parallel_sections_num_threads_messages.cpp | 24 #pragma omp parallel sections num_threads ((argc > 0) ? argv[1] : argv[2]) // expected-error 2 {{expression must have integral or unscoped enumeration type, not 'char *'}} 30 #pragma omp parallel sections num_threads (argv[1]=2) // expected-error {{expected ')'}} expected-note {{to match this '('}} expected-error 2 {{expression must have integral or unscoped enumeration type, not 'char *'}} 57 #pragma omp parallel sections num_threads (argv[1]=2) // expected-error {{expected ')'}} expected-note {{to match this '('}} expected-error {{expression must have integral or unscoped enumeration type, not 'char *'}}
|
parallel_for_num_threads_messages.cpp | 25 #pragma omp parallel for num_threads ((argc > 0) ? argv[1] : argv[2]) // expected-error 2 {{expression must have integral or unscoped enumeration type, not 'char *'}} 31 #pragma omp parallel for num_threads (argv[1]=2) // expected-error {{expected ')'}} expected-note {{to match this '('}} expected-error 2 {{expression must have integral or unscoped enumeration type, not 'char *'}} 59 #pragma omp parallel for num_threads (argv[1]=2) // expected-error {{expected ')'}} expected-note {{to match this '('}} expected-error {{expression must have integral or unscoped enumeration type, not 'char *'}}
|
for_schedule_messages.cpp | 44 // expected-error@+1 2 {{expression must have integral or unscoped enumeration type, not 'char *'}} 81 // expected-error@+1 {{expression must have integral or unscoped enumeration type, not 'char *'}}
|
parallel_for_schedule_messages.cpp | 44 // expected-error@+1 2 {{expression must have integral or unscoped enumeration type, not 'char *'}} 81 // expected-error@+1 {{expression must have integral or unscoped enumeration type, not 'char *'}}
|
simd_aligned_messages.cpp | 30 // expected-error@+2 {{integral constant expression must have integral or unscoped enumeration type, not 'int **'}} 34 // expected-error@+1 {{integral constant expression must have integral or unscoped enumeration type, not 'B'}}
|
parallel_for_loop_messages.cpp | 37 // expected-error@+2 {{expression must have integral or unscoped enumeration type, not 'double'}} 148 // expected-error@+2 {{expression must have integral or unscoped enumeration type, not 'float'}}
|
simd_loop_messages.cpp | 28 // expected-error@+2 {{expression must have integral or unscoped enumeration type, not 'double'}} 139 // expected-error@+2 {{expression must have integral or unscoped enumeration type, not 'float'}}
|
for_loop_messages.cpp | 42 // expected-error@+2 {{expression must have integral or unscoped enumeration type, not 'double'}} 175 // expected-error@+2 {{expression must have integral or unscoped enumeration type, not 'float'}}
|
/external/clang/test/CXX/expr/expr.unary/expr.unary.op/ |
p6.cpp | 11 // -- unscoped enumeration
|
/external/clang/test/Parser/ |
cxx0x-lambda-expressions.cpp | 43 int a4[1] = {[&b] = 1 }; // expected-error{{integral constant expression must have integral or unscoped enumeration type, not 'const int *'}} 45 int a6[1] = {[this] = 1 }; // expected-error{{integral constant expression must have integral or unscoped enumeration type, not 'C *'}}
|
/external/chromium_org/net/dns/ |
dns_config_watcher_mac.cc | 90 // DnsClient can't handle domain-specific unscoped resolvers.
|
/external/clang/test/CXX/temp/temp.spec/temp.inst/ |
p1.cpp | 59 // - unscoped member enumerations
|
/external/clang/test/CXX/expr/expr.const/ |
p5-0x.cpp | 5 // non-explicit conversion function to an integral or unscoped enumeration type
|
p3-0x.cpp | 75 // Note, conversions from integral or unscoped enumeration types to bool are
|
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/ |
p7-cxx11-nowarn.cpp | 109 // * from an integer type or unscoped enumeration type to a floating-point type, 130 // * from an integer type or unscoped enumeration type to an integer type that
|
p7-0x.cpp | 108 // * from an integer type or unscoped enumeration type to a floating-point type, 129 // * from an integer type or unscoped enumeration type to an integer type that
|
/external/chromium_org/base/third_party/symbolize/ |
demangle.cc | 495 // ::= <unscoped-template-name> <template-args> 496 // ::= <unscoped-name> 510 // Less greedy than <unscoped-template-name> <template-args>. 517 // <unscoped-name> ::= <unqualified-name> 534 // <unscoped-template-name> ::= <unscoped-name> [all...] |
/external/clang/lib/Sema/ |
AttributeList.cpp | 129 // unscoped.
|
/external/clang/test/CXX/temp/temp.decls/temp.class/temp.mem.enum/ |
p1.cpp | 51 // unscoped enumerations, specializations must be defined before the primary
|
/external/chromium_org/mojo/public/cpp/system/ |
handle.h | 59 // suitable (unscoped) handle (e.g., |SharedBufferHandle|) "in" parameter and
|
/external/clang/lib/AST/ |
ItaniumMangle.cpp | 567 // ::= <unscoped-name> 568 // ::= <unscoped-template-name> <template-args> 621 // <unscoped-name> ::= <unqualified-name> 631 // <unscoped-template-name> ::= <unscoped-name> 648 // <unscoped-template-name> ::= <unscoped-name> [all...] |