/external/clang/test/Parser/ |
switch-recovery.cpp | 38 2: return 1; // expected-error {{expected 'case' keyword before expression}} 46 1: return -1; // expected-error {{expected 'case' keyword before expression}} 54 4:5:6:7: return 2; // expected-error 4{{expected 'case' keyword before expression}} 72 5: // expected-error {{expected 'case' keyword before expression}} 80 true ? 1 : 2: // expected-error {{expected 'case' keyword before expression}} 82 14 ? 3 : 4; // expected-warning {{expression result unused}} 92 // a case expression. 101 2: case; // expected-error {{expected 'case' keyword before expression}} \ 102 expected-error {{expected expression}} 103 4:5:6: return; // expected-error 3{{expected 'case' keyword before expression}} [all...] |
/external/libxml2/result/XPath/expr/ |
equality | 3 Expression: 1=1 7 Expression: 1!=1 11 Expression: 1=0 15 Expression: 1!=0 19 Expression: true()=true() 23 Expression: true()!=true() 27 Expression: true()=false() 31 Expression: false()!=true() 35 Expression: 'test'='test' 39 Expression: 'test'!='test [all...] |
compare | 3 Expression: 0<0 7 Expression: 0<=0 11 Expression: 0>0 15 Expression: 0>=0 19 Expression: 0<1 23 Expression: 0<=1 27 Expression: 0>1 31 Expression: 0>=1 35 Expression: 1<0 39 Expression: 1<= [all...] |
functions | 3 Expression: true() 7 Expression: false() 11 Expression: number("1.5") 15 Expression: number('abc') 19 Expression: -number('abc') 23 Expression: floor(0.1) 27 Expression: floor(-0.1) 31 Expression: floor(-0) 35 Expression: floor(0) 39 Expression: floor(5.2 [all...] |
/external/antlr/antlr-3.4/antlr3-maven-archetype/src/main/resources/archetype-resources/src/main/antlr3/ |
TTree.g | 35 | expression 43 expression 44 : ^(ADD expression expression)
|
/external/clang/test/CXX/special/class.dtor/ |
p10-0x.cpp | 9 x->~decltype(*x)(); // expected-error{{the type of object expression ('const int') does not match the type being destroyed ('decltype(*x)' (aka 'const int &')) in pseudo-destructor expression}} \ 13 y->~decltype(*y)(); // expected-error{{destructor type 'decltype(*y)' (aka 'const A &') in object destruction expression does not match the type 'const A' of the object being destroyed}} 14 y->~decltype(T())(); // expected-error{{destructor type 'decltype(T())' in object destruction expression does not match the type 'const A' of the object being destroyed}} 21 x->~decltype(*x)(); // expected-error{{destructor type 'decltype(*x)' (aka 'const A &') in object destruction expression does not match the type 'const A' of the object being destroyed}} 22 x->~decltype()(); // expected-error{{expected expression}} 23 x->~decltype(B())(); // expected-error{{destructor type 'decltype(B())' (aka 'B') in object destruction expression does not match the type 'const A' of the object being destroyed}} 24 x->~decltype(x)(); // expected-error{{destructor type 'decltype(x)' (aka 'const A *') in object destruction expression does not match the type 'const A' of the object being destroyed}} 33 expected-error{{the type of object expression ('int') does not match the type being destroyed ('decltype(intp())' (aka 'int *')) in pseudo-destructor expression}} [all...] |
/external/clang/test/Preprocessor/ |
annotate_in_macro_arg.c | 6 #if M1() // expected-error{{expected value in expression}}
|
/external/clang/test/Sema/ |
invalid-init-diag.c | 4 struct {int x;} x = a; // expected-error {{with an expression of incompatible type 'int'}}
|
/external/clang/test/SemaCXX/ |
enum-increment.cpp | 6 a++; // expected-error{{cannot increment expression of enum type 'A'}} 7 a--; // expected-error{{cannot decrement expression of enum type 'A'}} 8 ++a; // expected-error{{cannot increment expression of enum type 'A'}} 9 --a; // expected-error{{cannot decrement expression of enum type 'A'}}
|
/external/clang/test/SemaObjC/ |
warn-write-strings.m | 4 char* x = "foo"; // expected-warning {{initializing 'char *' with an expression of type 'const char [4]' discards qualifiers}}
|
/external/mesa3d/src/glsl/tests/lower_jumps/ |
lower_breaks_2.opt_test.expected | 6 (if (expression bool > (var_ref b) (constant float (0.000000))) (break)
|
lower_breaks_4.opt_test.expected | 6 (if (expression bool > (var_ref b) (constant float (0.000000))) ()
|
lower_pulled_out_jump.opt_test | 17 ((if (expression bool > (var_ref aa) (constant float (0.000000))) 18 ((if (expression bool > (var_ref ab) (constant float (0.000000))) 23 ((if (expression bool > (var_ref b) (constant float (0.000000))) 24 ((if (expression bool > (var_ref c) (constant float (0.000000))) (break)
|
lower_pulled_out_jump.opt_test.expected | 10 (if (expression bool > (var_ref aa) (constant float (0.000000))) 11 ((if (expression bool > (var_ref ab) (constant float (0.000000))) 18 ((if (expression bool > (var_ref b) (constant float (0.000000))) 19 ((if (expression bool > (var_ref c) (constant float (0.000000))) ()
|
lower_unified_returns.opt_test | 16 ((if (expression bool > (var_ref aa) (constant float (0.000000))) 17 ((if (expression bool > (var_ref ab) (constant float (0.000000))) 21 (if (expression bool > (var_ref b) (constant float (0.000000))) 22 ((if (expression bool > (var_ref c) (constant float (0.000000)))
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
regex_error.h | 67 /** The expression contained an invalid collating element name. */ 70 /** The expression contained an invalid character class name. */ 74 * The expression contained an invalid escaped character, or a trailing 79 /** The expression contained an invalid back reference. */ 82 /** The expression contained mismatched [ and ]. */ 85 /** The expression contained mismatched ( and ). */ 88 /** The expression contained mismatched { and } */ 91 /** The expression contained an invalid range in a {} expression. */ 95 * The expression contained an invalid character range [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/ |
regex_error.h | 67 /** The expression contained an invalid collating element name. */ 70 /** The expression contained an invalid character class name. */ 74 * The expression contained an invalid escaped character, or a trailing 79 /** The expression contained an invalid back reference. */ 82 /** The expression contained mismatched [ and ]. */ 85 /** The expression contained mismatched ( and ). */ 88 /** The expression contained mismatched { and } */ 91 /** The expression contained an invalid range in a {} expression. */ 95 * The expression contained an invalid character range [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
regex_error.h | 67 /** The expression contained an invalid collating element name. */ 70 /** The expression contained an invalid character class name. */ 74 * The expression contained an invalid escaped character, or a trailing 79 /** The expression contained an invalid back reference. */ 82 /** The expression contained mismatched [ and ]. */ 85 /** The expression contained mismatched ( and ). */ 88 /** The expression contained mismatched { and } */ 91 /** The expression contained an invalid range in a {} expression. */ 95 * The expression contained an invalid character range [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
regex_error.h | 62 /** The expression contained an invalid collating element name. */ 65 /** The expression contained an invalid character class name. */ 69 * The expression contained an invalid escaped character, or a trailing 74 /** The expression contained an invalid back reference. */ 77 /** The expression contained mismatched [ and ]. */ 80 /** The expression contained mismatched ( and ). */ 83 /** The expression contained mismatched { and } */ 86 /** The expression contained an invalid range in a {} expression. */ 90 * The expression contained an invalid character range [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
regex_error.h | 62 /** The expression contained an invalid collating element name. */ 65 /** The expression contained an invalid character class name. */ 69 * The expression contained an invalid escaped character, or a trailing 74 /** The expression contained an invalid back reference. */ 77 /** The expression contained mismatched [ and ]. */ 80 /** The expression contained mismatched ( and ). */ 83 /** The expression contained mismatched { and } */ 86 /** The expression contained an invalid range in a {} expression. */ 90 * The expression contained an invalid character range [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
regex_error.h | 62 /** The expression contained an invalid collating element name. */ 65 /** The expression contained an invalid character class name. */ 69 * The expression contained an invalid escaped character, or a trailing 74 /** The expression contained an invalid back reference. */ 77 /** The expression contained mismatched [ and ]. */ 80 /** The expression contained mismatched ( and ). */ 83 /** The expression contained mismatched { and } */ 86 /** The expression contained an invalid range in a {} expression. */ 90 * The expression contained an invalid character range [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
regex_error.h | 62 /** The expression contained an invalid collating element name. */ 65 /** The expression contained an invalid character class name. */ 69 * The expression contained an invalid escaped character, or a trailing 74 /** The expression contained an invalid back reference. */ 77 /** The expression contained mismatched [ and ]. */ 80 /** The expression contained mismatched ( and ). */ 83 /** The expression contained mismatched { and } */ 86 /** The expression contained an invalid range in a {} expression. */ 90 * The expression contained an invalid character range [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
regex_error.h | 67 /** The expression contained an invalid collating element name. */ 70 /** The expression contained an invalid character class name. */ 74 * The expression contained an invalid escaped character, or a trailing 79 /** The expression contained an invalid back reference. */ 82 /** The expression contained mismatched [ and ]. */ 85 /** The expression contained mismatched ( and ). */ 88 /** The expression contained mismatched { and } */ 91 /** The expression contained an invalid range in a {} expression. */ 95 * The expression contained an invalid character range [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
regex_error.h | 66 /** The expression contained an invalid collating element name. */ 69 /** The expression contained an invalid character class name. */ 73 * The expression contained an invalid escaped character, or a trailing 78 /** The expression contained an invalid back reference. */ 81 /** The expression contained mismatched [ and ]. */ 84 /** The expression contained mismatched ( and ). */ 87 /** The expression contained mismatched { and } */ 90 /** The expression contained an invalid range in a {} expression. */ 94 * The expression contained an invalid character range [all...] |
/external/clang/test/CXX/expr/expr.const/ |
p2-0x.cpp | 3 // A conditional-expression is a core constant expression unless it involves one 7 // expression, function invocation substitution (7.1.5 [dcl.constexpr]) 25 int n : f(); // expected-error {{constant expression}} expected-note {{non-constexpr function 'f' cannot be used in a constant expression}} 33 int m : NonConstexpr2().n; // expected-error {{constant expression}} expected-note {{undefined constructor 'NonConstexpr2'}} 40 int n : NonConstexpr4().n; // expected-error {{constant expression}} expected-note {{non-constexpr constructor 'NonConstexpr4' cannot be used in a constant expression}} 48 int undefinedConstexpr2 : undefinedConstexpr1(); // expected-error {{constant expression}} expected-note {{undefined function 'undefinedConstexpr1' cannot be used in a constant expression}} [all...] |