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

<<11121314151617181920>>

  /external/eigen/Eigen/src/plugins/
ArrayCwiseBinaryOps.h 1 /** \returns an expression of the coefficient wise product of \c *this and \a other
12 /** \returns an expression of the coefficient wise quotient of \c *this and \a other
23 /** \returns an expression of the coefficient-wise min of \c *this and \a other
32 /** \returns an expression of the coefficient-wise min of \c *this and scalar \a other
48 /** \returns an expression of the coefficient-wise max of \c *this and \a other
57 /** \returns an expression of the coefficient-wise max of \c *this and scalar \a other
110 /** \returns an expression of the coefficient-wise \< operator of *this and \a other
119 /** \returns an expression of the coefficient-wise \<= operator of *this and \a other
128 /** \returns an expression of the coefficient-wise \> operator of *this and \a other
137 /** \returns an expression of the coefficient-wise \>= operator of *this and \a othe
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.metadata_2.2.0.v20130523-1557.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.metadata_2.2.0.v20130523-1557.jar 
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
p5.cpp 130 // FIXME: Test for unexpanded parameter packs in each of the expression nodes.
135 Values; // expected-error{{expression contains unexpanded parameter pack 'Values'}}
141 (Values); // expected-error{{expression contains unexpanded parameter pack 'Values'}}
143 -Values; // expected-error{{expression contains unexpanded parameter pack 'Values'}}
148 __builtin_offsetof(OffsetMe, array[Values]); // expected-error{{expression contains unexpanded parameter pack 'Values'}}
154 f(static_cast<Types>(i)); // expected-error{{expression contains unexpanded parameter pack 'Types'}}
165 struct alignas(Types) TestUnexpandedDecls : T{ // expected-error{{expression contains unexpanded parameter pack 'Types'}}
168 void member_function2() noexcept(Types()); // expected-error{{expression contains unexpanded parameter pack 'Types'}}
247 (void)(values + 0); // expected-error{{expression contains unexpanded parameter pack 'values'}}
248 (void)(0 + values); // expected-error{{expression contains unexpanded parameter pack 'values'}
    [all...]
  /build/soong/androidmk/cmd/androidmk/
android.go 91 if value.Expression == nil {
101 if value.Expression.Operator != '+' {
105 firstOperand := value.Expression.Args[0]
106 secondOperand := value.Expression.Args[1]
111 if firstOperand.Expression != nil {
119 if secondOperand.Expression == nil && secondOperand.Variable == "" {
128 return value.Type == bpparser.List && value.Expression == nil && value.Variable == "" &&
140 if val.Expression != nil {
141 localA, globalA, err := splitLocalGlobal(file, &val.Expression.Args[0])
146 localB, globalB, err := splitLocalGlobal(file, &val.Expression.Args[1]
    [all...]
  /external/chromium-trace/catapult/firefighter/
pylintrc 27 # Regular expression which should only match correct function names.
30 # Regular expression which should only match correct method names.
33 # Regular expression which should only match correct instance attribute names
36 # Regular expression which should only match correct argument names.
39 # Regular expression which should only match correct variable names.
54 # A regular expression matching names used for dummy variables (i.e. not used).
  /external/chromium-trace/catapult/
pylintrc 31 # Regular expression which should only match correct function names.
34 # Regular expression which should only match correct method names.
37 # Regular expression which should only match correct instance attribute names
40 # Regular expression which should only match correct argument names.
43 # Regular expression which should only match correct variable names.
58 # A regular expression matching names used for dummy variables (i.e. not used).
  /external/clang/test/Parser/
recovery.c 66 [10] // expected-error {{expected expression}}
75 X = 4 // expected-error{{expected ';' after expression}}
81 x = VALUE // expected-error{{expected ';' after expression}}
98 x = VALUE2 // expected-error{{expected ';' after expression}}
99 x = VALUE3 // expected-error{{expected ';' after expression}}
100 x = VALUE4(0) // expected-error{{expected ';' after expression}}
  /external/clang/test/SemaCXX/
i-c-e-cxx.cpp 21 case t:; // expected-error {{not an integral constant expression}} expected-note {{initializer of 't' is not a constant expression}}
51 static const int B = int(0.75 * 1000 * 1000); // expected-warning {{not a constant expression; folding it to a constant is a GNU extension}}
61 // This isn't an integral constant expression, but make sure it folds anyway.
63 int PR8836test[(__typeof(sizeof(int)))&reinterpret_cast<const volatile char&>((((PR8836*)0)->a))]; // expected-warning {{folded to constant array as an extension}} expected-note {{cast that performs the conversions of a reinterpret_cast is not allowed in a constant expression}}
66 int arr[nonconst]; // expected-warning {{folded to constant array as an extension}} expected-note {{initializer of 'nonconst' is not a constant expression}}
pseudo-destructors.cpp 26 a->~foo(); // expected-error{{identifier 'foo' in object destruction expression does not name a type}}
28 a->~Bar(); // expected-error{{destructor type 'Bar' (aka 'Foo') in object destruction expression does not match the type 'A' of the object being destroyed}}
45 i->N::OtherInteger::~Integer(); // expected-error{{'Integer' does not refer to a type name in pseudo-destructor expression; expected the name of type 'int'}}
46 i->N::~Integer(); // expected-error{{'Integer' does not refer to a type name in pseudo-destructor expression; expected the name of type 'int'}}
47 i->Integer::~Double(); // expected-error{{the type of object expression ('int') does not match the type being destroyed ('Double' (aka 'double')) in pseudo-destructor expression}}
  /external/google-breakpad/src/processor/
cfi_frame_info.h 72 // Set the expression for computing a call frame address, return
75 void SetCFARule(const string &expression) { cfa_rule_ = expression; }
76 void SetRARule(const string &expression) { ra_rule_ = expression; }
77 void SetRegisterRule(const string &register_name, const string &expression) {
78 register_rules_[register_name] = expression;
82 // this rule set. Use ValueType in expression evaluation; this
112 // In this type, a "postfix expression" is an expression of the sor
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
regex.h 81 * @brief Describes aspects of a regular expression.
83 * A regular expression traits class that satisfies the requirements of
396 * Storage for the regular expression is allocated and deallocated as
432 * Constructs a basic regular expression that does not match any
440 * @brief Constructs a basic regular expression from the
445 * containing a regular expression.
448 * @throws regex_error if @p __p is not a valid regular expression.
456 * @brief Constructs a basic regular expression from the sequence
460 * expression.
462 * expression
    [all...]
  /frameworks/data-binding/compilerCommon/src/main/grammar-gen/android/databinding/parser/
BindingExpressionListener.java 14 * labeled alternative in {@link BindingExpressionParser#expression}.
20 * labeled alternative in {@link BindingExpressionParser#expression}.
27 * labeled alternative in {@link BindingExpressionParser#expression}.
33 * labeled alternative in {@link BindingExpressionParser#expression}.
40 * labeled alternative in {@link BindingExpressionParser#expression}.
46 * labeled alternative in {@link BindingExpressionParser#expression}.
53 * labeled alternative in {@link BindingExpressionParser#expression}.
59 * labeled alternative in {@link BindingExpressionParser#expression}.
66 * labeled alternative in {@link BindingExpressionParser#expression}.
72 * labeled alternative in {@link BindingExpressionParser#expression}
    [all...]
  /external/clang/test/OpenMP/
distribute_collapse_messages.cpp 16 #pragma omp distribute collapse ( // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}}
18 #pragma omp distribute 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 distribute collapse ( // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}
    [all...]
for_collapse_messages.cpp 16 #pragma omp for collapse ( // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}}
18 #pragma omp for 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 for collapse ( // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}
    [all...]
for_simd_collapse_messages.cpp 16 #pragma omp for simd collapse ( // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}}
18 #pragma omp for 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 for simd collapse ( // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}
    [all...]
for_simd_safelen_messages.cpp 16 #pragma omp for simd safelen ( // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}}
18 #pragma omp for 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 for simd safelen ( // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}
    [all...]
for_simd_simdlen_messages.cpp 16 #pragma omp for simd simdlen ( // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}}
18 #pragma omp for 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 for simd simdlen ( // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}
    [all...]
parallel_for_collapse_messages.cpp 16 #pragma omp parallel for collapse ( // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}}
18 #pragma omp parallel for 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 parallel for collapse ( // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}
    [all...]
parallel_for_ordered_messages.cpp 17 #pragma omp parallel for ordered( // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}}
20 #pragma omp parallel for ordered() // expected-error {{expected expression}}
24 // expected-error@+2 2 {{expression is not an integral constant expression}}
25 // expected-note@+1 2 {{read of non-const variable 'argc' is not allowed in a constant expression}}
41 // expected-error@+1 2 {{expression is not an integral constant expression}}
48 // expected-error@+1 2 {{expression is not an integral constant expression}}
67 #pragma omp parallel for ordered( // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}
    [all...]
parallel_for_simd_collapse_messages.cpp 16 #pragma omp parallel for simd collapse ( // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}}
18 #pragma omp parallel for 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 parallel for simd collapse ( // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}
    [all...]
parallel_for_simd_safelen_messages.cpp 16 #pragma omp parallel for simd safelen ( // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}}
18 #pragma omp parallel for 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 parallel for simd safelen ( // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}
    [all...]
parallel_for_simd_simdlen_messages.cpp 16 #pragma omp parallel for simd simdlen ( // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}}
18 #pragma omp parallel for 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 parallel for simd simdlen ( // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}
    [all...]
simd_collapse_messages.cpp 16 #pragma omp simd collapse ( // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}}
18 #pragma omp 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 simd collapse ( // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}
    [all...]
simd_safelen_messages.cpp 16 #pragma omp simd safelen ( // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}}
18 #pragma omp 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 simd safelen ( // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}
    [all...]

Completed in 1053 milliseconds

<<11121314151617181920>>