/external/clang/test/CXX/expr/expr.mptr.oper/ |
p6-0x.cpp | 9 // In a .* expression whose object expression is an rvalue, the 11 // function with ref-qualifier &. In a ->* expression or in a .* 12 // expression whose object expression is an lvalue, the program is
|
/external/clang/test/Sema/ |
block-call.c | 16 const int (^CIC) () = IFP; // OK - initializing 'const int (^)()' with an expression of type 'int (^)()'}} 25 int * (^IPCC2) () = IPCC; // expected-error {{incompatible block pointer types initializing 'int *(^)()' with an expression of type 'int *const (^)()'}} 33 int (^IPCC6) (int, char (^CArg) (float)) = IPCC4; // expected-error {{incompatible block pointer types initializing 'int (^)(int, char (^)(float))' with an expression of type 'int (^)(int, char (^)(double))'}} 38 int (^y)() = 3; // expected-error {{invalid block pointer conversion initializing 'int (^)()' with an expression of type 'int'}} 40 int (^z)() = a+4; // expected-error {{invalid block pointer conversion initializing 'int (^)()' with an expression of type 'int'}}
|
/external/libxml2/result/XPath/tests/ |
langsimple | 3 Expression: //*[lang('en')] 35 Expression: //*[lang('en-us')] 48 Expression: //*[lang('en-gb')] 53 Expression: //*[lang('fr')] 58 Expression: //*[lang('')]
|
/external/lldb/test/expression_command/two-files/ |
TestObjCTypeQueryFromOtherCompileUnit.py | 4 The expression parser's type search only looks in the current compilation unit for types. 26 """The expression parser's type search should be wider than the current compilation unit.""" 33 """The expression parser's type search should be wider than the current compilation unit.""" 38 """The expression parser's type search should be wider than the current compilation unit.""" 46 self.expect("expression (NSArray*)array_token",
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
regex_constants.h | 44 * @name 5.1 Regular Expression Syntax Options 82 * Specifies that when a regular expression is matched against a character 83 * container sequence, no sub-expression matches are to be stored in the 89 * Specifies that the regular expression engine should pay more attention to 91 * speed with which regular expression objects are constructed. Otherwise 103 * Specifies that the grammar recognized by the regular expression engine is 108 * POSIX regular expression grammar. 113 * Specifies that the grammar recognized by the regular expression engine is 122 * Specifies that the grammar recognized by the regular expression engine is 130 * Specifies that the grammar recognized by the regular expression engine i [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
regex_constants.h | 44 * @name 5.1 Regular Expression Syntax Options 82 * Specifies that when a regular expression is matched against a character 83 * container sequence, no sub-expression matches are to be stored in the 89 * Specifies that the regular expression engine should pay more attention to 91 * speed with which regular expression objects are constructed. Otherwise 103 * Specifies that the grammar recognized by the regular expression engine is 108 * POSIX regular expression grammar. 113 * Specifies that the grammar recognized by the regular expression engine is 122 * Specifies that the grammar recognized by the regular expression engine is 130 * Specifies that the grammar recognized by the regular expression engine i [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
regex_constants.h | 44 * @name 5.1 Regular Expression Syntax Options 82 * Specifies that when a regular expression is matched against a character 83 * container sequence, no sub-expression matches are to be stored in the 89 * Specifies that the regular expression engine should pay more attention to 91 * speed with which regular expression objects are constructed. Otherwise 103 * Specifies that the grammar recognized by the regular expression engine is 108 * POSIX regular expression grammar. 113 * Specifies that the grammar recognized by the regular expression engine is 122 * Specifies that the grammar recognized by the regular expression engine is 130 * Specifies that the grammar recognized by the regular expression engine i [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
regex_constants.h | 44 * @name 5.1 Regular Expression Syntax Options 82 * Specifies that when a regular expression is matched against a character 83 * container sequence, no sub-expression matches are to be stored in the 89 * Specifies that the regular expression engine should pay more attention to 91 * speed with which regular expression objects are constructed. Otherwise 103 * Specifies that the grammar recognized by the regular expression engine is 108 * POSIX regular expression grammar. 113 * Specifies that the grammar recognized by the regular expression engine is 122 * Specifies that the grammar recognized by the regular expression engine is 130 * Specifies that the grammar recognized by the regular expression engine i [all...] |
/external/apache-xml/src/main/java/org/apache/xpath/axes/ |
FilterExprIterator.java | 24 import org.apache.xpath.Expression; 32 /** The contained expression. Should be non-null. 34 private Expression m_expr; 55 public FilterExprIterator(Expression expr) 62 * Initialize the context values for this expression 123 * Get the inner contained expression of this filter. 125 public Expression getInnerExpression() 131 * Set the inner contained expression of this filter. 133 public void setInnerExpression(Expression expr) 169 public Expression getExpression( [all...] |
/external/clang/test/OpenMP/ |
parallel_sections_misc_messages.c | 111 // expected-error@+2 {{expected expression}} 118 // expected-error@+1 2 {{expected expression}} 123 // expected-error@+1 2 {{expected expression}} 128 // expected-error@+1 {{expected expression}} 133 // expected-error@+1 {{expected expression}} 162 // expected-error@+1 {{expected expression}} 169 // expected-error@+1 2 {{expected expression}} 174 // expected-error@+1 2 {{expected expression}} 179 // expected-error@+1 {{expected expression}} 184 // expected-error@+1 {{expected expression}} [all...] |
sections_misc_messages.c | 117 // expected-error@+2 {{expected expression}} 125 // expected-error@+1 2 {{expected expression}} 131 // expected-error@+1 2 {{expected expression}} 137 // expected-error@+1 {{expected expression}} 143 // expected-error@+1 {{expected expression}} 177 // expected-error@+1 {{expected expression}} 185 // expected-error@+1 2 {{expected expression}} 191 // expected-error@+1 2 {{expected expression}} 197 // expected-error@+1 {{expected expression}} 203 // expected-error@+1 {{expected expression}} [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/ |
regex | 52 * A facility for performing regular expression pattern matching. 64 * @name 5.1 Regular Expression Syntax Options 102 * Specifies that when a regular expression is matched against a character 103 * container sequence, no sub-expression matches are to be stored in the 109 * Specifies that the regular expression engine should pay more attention to 111 * speed with which regular expression objects are constructed. Otherwise 123 * Specifies that the grammar recognized by the regular expression engine is 128 * POSIX regular expression grammar. 133 * Specifies that the grammar recognized by the regular expression engine is 142 * Specifies that the grammar recognized by the regular expression engine i [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/ |
regex | 52 * A facility for performing regular expression pattern matching. 64 * @name 5.1 Regular Expression Syntax Options 102 * Specifies that when a regular expression is matched against a character 103 * container sequence, no sub-expression matches are to be stored in the 109 * Specifies that the regular expression engine should pay more attention to 111 * speed with which regular expression objects are constructed. Otherwise 123 * Specifies that the grammar recognized by the regular expression engine is 128 * POSIX regular expression grammar. 133 * Specifies that the grammar recognized by the regular expression engine is 142 * Specifies that the grammar recognized by the regular expression engine i [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/ |
regex | 52 * A facility for performing regular expression pattern matching. 64 * @name 5.1 Regular Expression Syntax Options 102 * Specifies that when a regular expression is matched against a character 103 * container sequence, no sub-expression matches are to be stored in the 109 * Specifies that the regular expression engine should pay more attention to 111 * speed with which regular expression objects are constructed. Otherwise 123 * Specifies that the grammar recognized by the regular expression engine is 128 * POSIX regular expression grammar. 133 * Specifies that the grammar recognized by the regular expression engine is 142 * Specifies that the grammar recognized by the regular expression engine i [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
regex | 39 * A facility for performing regular expression pattern matching. 49 * @name 5.1 Regular Expression Syntax Options 87 * Specifies that when a regular expression is matched against a character 88 * container sequence, no sub-expression matches are to be stored in the 94 * Specifies that the regular expression engine should pay more attention to 96 * speed with which regular expression objects are constructed. Otherwise 108 * Specifies that the grammar recognized by the regular expression engine is 113 * POSIX regular expression grammar. 118 * Specifies that the grammar recognized by the regular expression engine is 127 * Specifies that the grammar recognized by the regular expression engine i [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
regex | 39 * A facility for performing regular expression pattern matching. 49 * @name 5.1 Regular Expression Syntax Options 87 * Specifies that when a regular expression is matched against a character 88 * container sequence, no sub-expression matches are to be stored in the 94 * Specifies that the regular expression engine should pay more attention to 96 * speed with which regular expression objects are constructed. Otherwise 108 * Specifies that the grammar recognized by the regular expression engine is 113 * POSIX regular expression grammar. 118 * Specifies that the grammar recognized by the regular expression engine is 127 * Specifies that the grammar recognized by the regular expression engine i [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
regex | 39 * A facility for performing regular expression pattern matching. 49 * @name 5.1 Regular Expression Syntax Options 87 * Specifies that when a regular expression is matched against a character 88 * container sequence, no sub-expression matches are to be stored in the 94 * Specifies that the regular expression engine should pay more attention to 96 * speed with which regular expression objects are constructed. Otherwise 108 * Specifies that the grammar recognized by the regular expression engine is 113 * POSIX regular expression grammar. 118 * Specifies that the grammar recognized by the regular expression engine is 127 * Specifies that the grammar recognized by the regular expression engine i [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1_impl/ |
regex | 39 * A facility for performing regular expression pattern matching. 49 * @name 5.1 Regular Expression Syntax Options 87 * Specifies that when a regular expression is matched against a character 88 * container sequence, no sub-expression matches are to be stored in the 94 * Specifies that the regular expression engine should pay more attention to 96 * speed with which regular expression objects are constructed. Otherwise 108 * Specifies that the grammar recognized by the regular expression engine is 113 * POSIX regular expression grammar. 118 * Specifies that the grammar recognized by the regular expression engine is 127 * Specifies that the grammar recognized by the regular expression engine i [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/ |
regex | 52 * A facility for performing regular expression pattern matching. 64 * @name 5.1 Regular Expression Syntax Options 102 * Specifies that when a regular expression is matched against a character 103 * container sequence, no sub-expression matches are to be stored in the 109 * Specifies that the regular expression engine should pay more attention to 111 * speed with which regular expression objects are constructed. Otherwise 123 * Specifies that the grammar recognized by the regular expression engine is 128 * POSIX regular expression grammar. 133 * Specifies that the grammar recognized by the regular expression engine is 142 * Specifies that the grammar recognized by the regular expression engine i [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/ |
regex | 52 * A facility for performing regular expression pattern matching. 64 * @name 5.1 Regular Expression Syntax Options 102 * Specifies that when a regular expression is matched against a character 103 * container sequence, no sub-expression matches are to be stored in the 109 * Specifies that the regular expression engine should pay more attention to 111 * speed with which regular expression objects are constructed. Otherwise 123 * Specifies that the grammar recognized by the regular expression engine is 128 * POSIX regular expression grammar. 133 * Specifies that the grammar recognized by the regular expression engine is 142 * Specifies that the grammar recognized by the regular expression engine i [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/ |
regex | 52 * A facility for performing regular expression pattern matching. 64 * @name 5.1 Regular Expression Syntax Options 102 * Specifies that when a regular expression is matched against a character 103 * container sequence, no sub-expression matches are to be stored in the 109 * Specifies that the regular expression engine should pay more attention to 111 * speed with which regular expression objects are constructed. Otherwise 123 * Specifies that the grammar recognized by the regular expression engine is 128 * POSIX regular expression grammar. 133 * Specifies that the grammar recognized by the regular expression engine is 142 * Specifies that the grammar recognized by the regular expression engine i [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/ |
regex | 52 * A facility for performing regular expression pattern matching. 64 * @name 5.1 Regular Expression Syntax Options 102 * Specifies that when a regular expression is matched against a character 103 * container sequence, no sub-expression matches are to be stored in the 109 * Specifies that the regular expression engine should pay more attention to 111 * speed with which regular expression objects are constructed. Otherwise 123 * Specifies that the grammar recognized by the regular expression engine is 128 * POSIX regular expression grammar. 133 * Specifies that the grammar recognized by the regular expression engine is 142 * Specifies that the grammar recognized by the regular expression engine i [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/ |
regex | 52 * A facility for performing regular expression pattern matching. 64 * @name 5.1 Regular Expression Syntax Options 102 * Specifies that when a regular expression is matched against a character 103 * container sequence, no sub-expression matches are to be stored in the 109 * Specifies that the regular expression engine should pay more attention to 111 * speed with which regular expression objects are constructed. Otherwise 123 * Specifies that the grammar recognized by the regular expression engine is 128 * POSIX regular expression grammar. 133 * Specifies that the grammar recognized by the regular expression engine is 142 * Specifies that the grammar recognized by the regular expression engine i [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/ |
regex | 52 * A facility for performing regular expression pattern matching. 64 * @name 5.1 Regular Expression Syntax Options 102 * Specifies that when a regular expression is matched against a character 103 * container sequence, no sub-expression matches are to be stored in the 109 * Specifies that the regular expression engine should pay more attention to 111 * speed with which regular expression objects are constructed. Otherwise 123 * Specifies that the grammar recognized by the regular expression engine is 128 * POSIX regular expression grammar. 133 * Specifies that the grammar recognized by the regular expression engine is 142 * Specifies that the grammar recognized by the regular expression engine i [all...] |
/external/fio/exp/ |
expression-parser.y | 73 %type <v> expression 76 top_level: expression { 81 | expression error { 86 expression: expression '+' expression { label 94 | expression '-' expression { 102 | expression '*' expression { [all...] |