HomeSort by relevance Sort by last modified time
    Searched full:expression (Results 401 - 425 of 6680) sorted by null

<<11121314151617181920>>

  /external/clang/test/OpenMP/
simd_simdlen_messages.cpp 16 #pragma omp simd simdlen ( // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}}
18 #pragma omp simd simdlen () // expected-error {{expected expression}}
21 // expected-error@+2 2 {{expression is not an integral constant expression}}
22 // expected-note@+1 2 {{read of non-const variable 'argc' is not allowed in a constant expression}}
34 // expected-error@+1 2 {{expression is not an integral constant expression}}
39 // expected-error@+1 2 {{expression is not an integral constant expression}}
52 #pragma omp simd simdlen ( // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}
    [all...]
taskloop_collapse_messages.cpp 16 #pragma omp taskloop collapse ( // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}}
18 #pragma omp taskloop collapse () // expected-error {{expected expression}}
21 // expected-error@+2 2 {{expression is not an integral constant expression}}
22 // expected-note@+1 2 {{read of non-const variable 'argc' is not allowed in a constant expression}}
34 // expected-error@+1 2 {{expression is not an integral constant expression}}
39 // expected-error@+1 2 {{expression is not an integral constant expression}}
54 #pragma omp taskloop collapse ( // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}
    [all...]
taskloop_simd_collapse_messages.cpp 16 #pragma omp taskloop simd collapse ( // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}}
18 #pragma omp taskloop simd collapse () // expected-error {{expected expression}}
21 // expected-error@+2 2 {{expression is not an integral constant expression}}
22 // expected-note@+1 2 {{read of non-const variable 'argc' is not allowed in a constant expression}}
34 // expected-error@+1 2 {{expression is not an integral constant expression}}
39 // expected-error@+1 2 {{expression is not an integral constant expression}}
54 #pragma omp taskloop simd collapse ( // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}
    [all...]
taskloop_simd_safelen_messages.cpp 16 #pragma omp taskloop simd safelen ( // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}}
18 #pragma omp taskloop simd safelen () // expected-error {{expected expression}}
21 // expected-error@+2 2 {{expression is not an integral constant expression}}
22 // expected-note@+1 2 {{read of non-const variable 'argc' is not allowed in a constant expression}}
34 // expected-error@+1 2 {{expression is not an integral constant expression}}
39 // expected-error@+1 2 {{expression is not an integral constant expression}}
52 #pragma omp taskloop simd safelen ( // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}
    [all...]
taskloop_simd_simdlen_messages.cpp 16 #pragma omp taskloop simd simdlen ( // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}}
18 #pragma omp taskloop simd simdlen () // expected-error {{expected expression}}
21 // expected-error@+2 2 {{expression is not an integral constant expression}}
22 // expected-note@+1 2 {{read of non-const variable 'argc' is not allowed in a constant expression}}
34 // expected-error@+1 2 {{expression is not an integral constant expression}}
39 // expected-error@+1 2 {{expression is not an integral constant expression}}
52 #pragma omp taskloop simd simdlen ( // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}
    [all...]
teams_num_teams_messages.cpp 25 #pragma omp teams num_teams( // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}}
28 #pragma omp teams num_teams() // expected-error {{expected expression}}
37 #pragma omp teams num_teams(argc > 0 ? a[1] : a[2]) // expected-error {{expression must have integral or unscoped enumeration type, not 'char *'}}
55 #pragma omp teams num_teams(3.14) // expected-error 2 {{expression must have integral or unscoped enumeration type, not 'double'}}
67 #pragma omp teams num_teams ( // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}}
71 #pragma omp teams num_teams () // expected-error {{expected expression}}
83 #pragma omp teams num_teams (argc > 0 ? argv[1] : argv[2]) // expected-error {{expression must have integral or unscoped enumeration type, not 'char *'}}
107 #pragma omp teams num_teams (3.14) // expected-error {{expression must have integral or unscoped enumeration type, not 'double'}}
teams_thread_limit_messages.cpp 25 #pragma omp teams thread_limit( // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}}
28 #pragma omp teams thread_limit() // expected-error {{expected expression}}
37 #pragma omp teams thread_limit(argc > 0 ? a[1] : a[2]) // expected-error {{expression must have integral or unscoped enumeration type, not 'char *'}}
55 #pragma omp teams thread_limit(3.14) // expected-error 2 {{expression must have integral or unscoped enumeration type, not 'double'}}
67 #pragma omp teams thread_limit ( // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}}
71 #pragma omp teams thread_limit () // expected-error {{expected expression}}
83 #pragma omp teams thread_limit (argc > 0 ? argv[1] : argv[2]) // expected-error {{expression must have integral or unscoped enumeration type, not 'char *'}}
107 #pragma omp teams thread_limit (3.14) // expected-error {{expression must have integral or unscoped enumeration type, not 'double'}}
  /frameworks/data-binding/compilerCommon/src/main/grammar-gen/android/databinding/parser/
BindingExpressionVisitor.java 17 * labeled alternative in {@link BindingExpressionParser#expression}.
25 * labeled alternative in {@link BindingExpressionParser#expression}.
33 * labeled alternative in {@link BindingExpressionParser#expression}.
41 * labeled alternative in {@link BindingExpressionParser#expression}.
49 * labeled alternative in {@link BindingExpressionParser#expression}.
57 * labeled alternative in {@link BindingExpressionParser#expression}.
65 * labeled alternative in {@link BindingExpressionParser#expression}.
73 * labeled alternative in {@link BindingExpressionParser#expression}.
81 * labeled alternative in {@link BindingExpressionParser#expression}.
89 * labeled alternative in {@link BindingExpressionParser#expression}
    [all...]
  /libcore/luni/src/main/java/javax/xml/xpath/
XPathExpression.java 37 * If a request is made to evaluate the expression in the absence
46 * If the expression contains a variable reference, its value will be found through the {@link XPathVariableResolver}.
55 * If the expression contains a function reference, the function will be found through the {@link XPathFunctionResolver}.
63 * QNames in the expression are resolved against the XPath namespace context.
69 * This result of evaluating an expression is converted to an instance of the desired return type.
85 * <p>Evaluate the compiled XPath expression in the specified context and return the result as the specified type.</p>
101 * @return The <code>Object</code> that is the result of evaluating the expression and converting the result to
104 * @throws XPathExpressionException If the expression cannot be evaluated.
112 * <p>Evaluate the compiled XPath expression in the specified context and return the result as a <code>String</code>.</p>
126 * @return The <code>String</code> that is the result of evaluating the expression and converting the result to
    [all...]
  /external/clang/test/CXX/expr/expr.const/
p3-0x.cpp 3 // A converted constant expression of type T is a core constant expression,
5 enum NonConstE : unsigned char { NCE = nonconst }; // expected-error {{enumerator value is not a constant expression}} expected-note {{read of non-const}}
6 template<int = nonconst> struct NonConstT {}; // expected-error {{non-type template argument is not a constant expression}} expected-note {{read of non-const}}
9 case nonconst: // expected-error {{case value is not a constant expression}} expected-note {{read of non-const}}
15 // implicitly converted to a prvalue of type T, where the converted expression
16 // is a literal constant expression
84 using Int = A<1.0>; // expected-error {{conversion from 'double' to 'unsigned char' is not allowed in a converted constant expression}}
86 True = &a, // expected-error {{conversion from 'bool (*)(int)' to 'bool' is not allowed in a converted constant expression}}
87 False = nullptr // expected-error {{conversion from 'nullptr_t' to 'bool' is not allowed in a converted constant expression}}
    [all...]
  /external/eigen/Eigen/src/plugins/
CommonCwiseUnaryOps.h 15 /** \internal Represents a scalar multiple of an expression */
17 /** \internal Represents a quotient of an expression by a scalar*/
41 /** \returns an expression of the opposite of \c *this
47 /** \returns an expression of \c *this scaled by the scalar factor \a scalar */
59 /** \returns an expression of \c *this divided by the scalar value \a scalar */
83 /** \returns an expression of *this with the \a Scalar type casted to
97 /** \returns an expression of the complex conjugate of \c *this.
106 /** \returns a read-only expression of the real part of \c *this.
112 /** \returns an read-only expression of the imaginary part of \c *this.
121 * \returns An expression of a custom coefficient-wise unary operator \a func of *thi
    [all...]
  /external/clang/test/CXX/basic/basic.lookup/basic.lookup.classref/
p3.cpp 6 // context of the entire postfix-expression. If the type T of the object
7 // expression is of a class type C, the type-name is also looked up in the
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
basic.cpp 10 T x{i}; // expected-error{{non-constant-expression cannot be narrowed from type 'int' to 'float' in initializer list}} \
12 T y{i}; // expected-error{{non-constant-expression cannot be narrowed from type 'int' to 'float' in initializer list}} \
  /external/clang/test/CXX/temp/temp.res/temp.dep/temp.dep.constexpr/
p2.cpp 13 // - a constant with literal type and is initialized with an expression
19 typename S<i>::T check4; // expected-error {{not an integral constant expression}} expected-error {{qualified name}}
  /external/clang/test/Sema/
deref.c 21 void* y = &*x; /* expected-warning{{address of an expression of type 'void'}} */
34 return &cv2; /* expected-warning{{address of an expression of type 'void'}} */
vla-2.c 7 return (int)sizeof *(0 << 32,(int(*)[n])0); // expected-warning {{expression result unused}} expected-warning {{shift count >= width of type}}
11 __typeof(*(0 << 32,(int(*)[n])0)) x; // expected-warning {{expression result unused}} expected-warning {{shift count >= width of type}}
  /external/clang/test/SemaCXX/
warn-unused-result.cpp 134 // The typeid expression operand is evaluated only when the expression type is
148 // The typeid expression operand is evaluated only when the expression type is
149 // a glvalue of polymorphic class type; otherwise the expression operand is not
154 (void)typeid(f(), d); // expected-warning {{ignoring return value}} expected-warning {{expression with side effects will be evaluated despite being used as an operand to 'typeid'}}
156 // The sizeof expression operand is never evaluated.
159 // The noexcept expression operand is never evaluated.
  /external/clang/test/SemaObjC/
objc-container-subscripting-2.m 19 array[f] = array; // expected-error {{indexing expression is invalid because subscript type 'float' is not an integral or Objective-C pointer type}}
20 return array[3.14]; // expected-error {{indexing expression is invalid because subscript type 'double' is not an integral or Objective-C pointer type}}
  /external/clang/test/SemaOpenCL/
null_literal.cl 14 constant int* ptr4 = (global void*)0; // expected-error{{initializing '__constant int *' with an expression of type '__global void *' changes address space of pointer}}
21 global int* ptr6 = (local void*)0; // expected-error{{initializing '__global int *' with an expression of type '__local void *' changes address space of pointer}}
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
AbstractListPropertyEditor.java 21 * The {@link PropertyEditor} for selecting single expression from given set.
59 // return expression for value
102 // String expression = getExpression(index);
103 // Object evaluatedExpression = evaluateExpression(genericProperty, expression);
104 // // apply expression
105 // genericProperty.setExpression(expression, evaluatedExpression);
112 // final String expression) {
117 // return ScriptUtils.evaluate(classLoader, expression);
  /external/libxml2/result/XPath/tests/
chaptersprefol 3 Expression: /following::*
8 Expression: /preceding::*
13 Expression: /child::EXAMPLE/preceding::*
18 Expression: /child::EXAMPLE/following::*
23 Expression: /child::EXAMPLE/child::chapter[3]/preceding::*
47 Expression: /child::EXAMPLE/child::chapter[3]/following::*
64 Expression: /child::EXAMPLE/child::chapter[1]/image/preceding::*
73 Expression: /child::EXAMPLE/child::chapter[1]/image/following::*
  /external/libxml2/result/XPath/xptr/
vidbase 3 Expression: xpointer(id('chapter1')/p)
12 Expression: xpointer(id('chapter1')/p[1]/range-to(following-sibling::p[2]))
  /external/llvm/test/MC/AsmParser/
at-pseudo-variable-bad.s 14 # CHECK: error: unknown token in expression
21 # CHECK: error: unknown token in expression
  /external/llvm/test/MC/MachO/ARM/
bad-darwin-ARM-reloc.s 13 @ CHECK-ERROR: symbol 'a' can not be undefined in a subtraction expression
15 @ CHECK-ERROR: symbol 'b' can not be undefined in a subtraction expression
  /external/llvm/test/MC/X86/
macho-reloc-errors-x86.s 13 // CHECK-ERROR: 3:9: error: symbol 'thing' can not be undefined in a subtraction expression
14 // CHECK-ERROR: 4:9: error: symbol 'thing2' can not be undefined in a subtraction expression

Completed in 1494 milliseconds

<<11121314151617181920>>