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

<<11121314151617181920>>

  /external/chromium_org/third_party/mesa/src/src/glsl/tests/lower_jumps/
lower_returns_4.opt_test 11 ((if (expression bool > (var_ref a) (constant float (0.000000)))
  /external/clang/test/Analysis/
inline4.c 9 // Do not remove block-level expression bindings of caller when analyzing
  /external/clang/test/CXX/expr/expr.unary/expr.new/
p20-0x.cpp 12 S* p = new (0) S; // expected-error{{'new' expression with placement arguments refers to non-placement 'operator delete'}}
  /external/clang/test/Lexer/
cxx0x_raw_string_delim_length.cpp 7 const char *str4 = R"abcdefghijkmnopqrstuvwxyz(abcdef)abcdefghijkmnopqrstuvwxyz"; // expected-error {{raw string delimiter longer than 16 characters}} expected-error {{expected expression}}
eof-char.c 7 // expected-warning@+1{{missing terminating ' character}} expected-error@+1{{expected expression}} expected-error@+1{{expected ';'}}
eof-string.c 7 // expected-warning@+1{{missing terminating '"' character}} expected-error@+1{{expected expression}} expected-error@+1{{expected ';'}}
  /external/clang/test/Parser/
cuda-kernel-call.cu 11 foo<<<>>>(); // expected-error {{expected expression}}
cxx-default-args.cpp 15 void f(int x = 1:); // expected-error {{unexpected end of default argument expression}}
  /external/clang/test/SemaCXX/
writable-strings-deprecated.cpp 13 ++b; // expected-warning {{incrementing expression of type bool is deprecated}}
  /external/clang/test/SemaObjC/
boxing-illegal.m 33 id boxed = @(p); // expected-error {{illegal type 'point' used in a boxed expression}}
38 id boxed_null = @(null); // expected-error {{illegal type 'void *' used in a boxed expression}}
40 id boxed_numbers = @(numbers); // expected-error {{illegal type 'int *' used in a boxed expression}}
57 box = @(*(enum ForwE*)p); // expected-error {{incomplete type 'enum ForwE' used in a boxed expression}}
method-lookup-5.m 10 // expected-warning {{ncompatible pointer to integer conversion initializing 'int' with an expression of type 'id'}}
property-expression-error.m 16 &object.index; // expected-error {{address of property expression requested}}
  /external/clang/test/SemaObjCXX/
boxing-illegal-types.mm 33 id boxed = @(p); // expected-error {{illegal type 'point' used in a boxed expression}}
38 id boxed_null = @(null); // expected-error {{illegal type 'void *' used in a boxed expression}}
40 id boxed_numbers = @(numbers); // expected-error {{illegal type 'int *' used in a boxed expression}}
57 box = @(*(enum ForwE*)p); // expected-error {{incomplete type 'enum ForwE' used in a boxed expression}}
capturing-flexible-array-in-block.mm 7 [] {return a.x;}(); // expected-error {{variable 'a' with flexible array member cannot be captured in a lambda expression}}
  /external/clang/test/SemaTemplate/
instantiate-typeof.cpp 6 [] { __typeof(buffer) x; }(); // expected-error {{variable 'buffer' with variably modified type cannot be captured in a lambda expression}}
  /external/llvm/test/CodeGen/X86/
nonconst-static-iv.ll 8 ; CHECK-ERRORS: Unsupported expression in static initializer: insertvalue
  /external/llvm/test/Transforms/InstCombine/
2003-06-05-BranchInvertInfLoop.ll 2 ; because it things that the constant value is a not expression... and
  /external/llvm/test/Transforms/Reassociate/
absorption.ll 3 ; Check that if constants combine to an absorbing value then the expression is
  /external/mesa3d/src/glsl/tests/lower_jumps/
lower_returns_4.opt_test 11 ((if (expression bool > (var_ref a) (constant float (0.000000)))
  /ndk/tests/device/test-stlport_shared-exception/jni/
terminate1.cpp 3 // object (i.e. "after completing evaluation of the expression to be thrown
  /ndk/tests/device/test-stlport_static-exception/jni/
terminate1.cpp 3 // object (i.e. "after completing evaluation of the expression to be thrown
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t015calc.g 16 evaluate returns [result]: r=expression {result = r;};
18 expression returns [result]: r=mult (
38 | '(' r=expression {result = r;} ')'
  /external/antlr/antlr-3.4/runtime/Python/tests/
t015calc.g 19 evaluate returns [result]: r=expression {result = r};
21 expression returns [result]: r=mult (
42 | '(' r=expression {result = r} ')'
  /external/apache-xml/src/main/java/org/apache/xpath/
Arg.java 29 * XObject or a String containing an expression.
104 /** Field m_expression: Stored expression value of this argument.
111 * Get the value expression for this argument.
113 * @return String containing the expression previously stored into this
123 * Set the value expression for this argument.
125 * @param expr String containing the expression to be stored as this
176 * value (either expression string or value XObject). isVisible
191 * Construct a parameter argument that contains an expression.
194 * @param expression String to be stored as this argument's value expression
    [all...]
  /external/chromium_org/tools/git/
graph.sh 6 about="Given a grep expression, creates a graph of occurrences of that
7 expression in the recent history of the tree.
17 echo "usage: $0 <grep-compatible expression>"

Completed in 446 milliseconds

<<11121314151617181920>>