HomeSort by relevance Sort by last modified time
    Searched full:expression (Results 201 - 225 of 11458) sorted by null

1 2 3 4 5 6 7 891011>>

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mmix/
err-loc-2.s 4 LOC (#20 << 56) + #100 % { dg-error "LOC expression stepping backwards" "" }
err-loc-9.s 4 LOC (#70 << 56) + #100 % { dg-error "LOC expression stepping backwards" "" }
  /toolchain/binutils/binutils-2.27/ld/
ldlex.l 78 EXPRESSION definitely in an expression
81 BOTH either EXPRESSION or SCRIPT
114 %s EXPRESSION
139 <BOTH,SCRIPT,EXPRESSION,VERS_START,VERS_NODE,VERS_SCRIPT,INPUTLIST>"/*" { comment (); }
147 <MRI,EXPRESSION>"$"([0-9A-Fa-f])+ {
153 <MRI,EXPRESSION>([0-9A-Fa-f])+(H|h|X|x|B|b|O|o|D|d) {
178 <SCRIPT,DEFSYMEXP,MRI,BOTH,EXPRESSION>((("$"|0[xX])([0-9A-Fa-f])+)|(([0-9])+))(M|K|m|k)? {
207 <BOTH,SCRIPT,EXPRESSION,MRI>"]" { RTOKEN(']');}
208 <BOTH,SCRIPT,EXPRESSION,MRI>"[" { RTOKEN('[');
    [all...]
  /external/v8/src/ast/
ast.h 120 class Expression;
289 class Expression : public AstNode {
303 // Mark this expression as being in tail position.
306 // True iff the expression is a valid reference expression.
318 // True iff the expression is a class or function expression without
322 // True iff the expression is a literal represented as a smi.
325 // True iff the expression is a literal represented as a number.
328 // True iff the expression is a string literal
848 Expression* expression() const { return expression_; } function in class:v8::internal::final
901 Expression* expression() const { return expression_; } function in class:v8::internal::final
925 Expression* expression() const { return expression_; } function in class:v8::internal::final
1830 Expression* expression() const { return expression_; } function in class:v8::internal::final
1952 Expression* expression() const { return expression_; } function in class:v8::internal::final
2072 Expression* expression() const { return expression_; } function in class:v8::internal::final
2191 Expression* expression() const { return expression_; } function in class:v8::internal::final
2314 Expression* expression() const { return expression_; } function in class:v8::internal::final
2465 Expression* expression() const { return expr_; } function in class:v8::internal::final
2504 Expression* expression() const { return expression_; } function in class:v8::internal::final
3020 Expression* expression = expressions->at(i); local
    [all...]
  /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/expr/
AssignExpr.java 31 public final class AssignExpr extends Expression {
48 private Expression target;
50 private Expression value;
57 public AssignExpr(Expression target, Expression value, Operator op) {
63 public AssignExpr(Range range, Expression target, Expression value, Operator op) {
84 public Expression getTarget() {
88 public Expression getValue() {
97 public AssignExpr setTarget(Expression target)
    [all...]
BinaryExpr.java 31 public final class BinaryExpr extends Expression {
55 private Expression left;
57 private Expression right;
64 public BinaryExpr(Expression left, Expression right, Operator op) {
70 public BinaryExpr(Range range, Expression left, Expression right, Operator op) {
87 public Expression getLeft() {
95 public Expression getRight() {
99 public BinaryExpr setLeft(Expression left)
    [all...]
  /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/stmt/
ExplicitConstructorInvocationStmt.java 25 import com.github.javaparser.ast.expr.Expression;
44 private Expression expr;
46 private List<Expression> args;
52 final Expression expr, final List<Expression> args) {
60 final Expression expr, final List<Expression> args) {
78 public List<Expression> getArgs() {
83 public Expression getExpr() {
91 public ExplicitConstructorInvocationStmt setArgs(final List<Expression> args)
    [all...]
  /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/expr/
AssignExpr.java 30 public final class AssignExpr extends Expression {
47 private Expression target;
49 private Expression value;
56 public AssignExpr(Expression target, Expression value, Operator op) {
62 public AssignExpr(int beginLine, int beginColumn, int endLine, int endColumn, Expression target, Expression value, Operator op) {
83 public Expression getTarget() {
87 public Expression getValue() {
95 public void setTarget(Expression target)
    [all...]
BinaryExpr.java 30 public final class BinaryExpr extends Expression {
54 private Expression left;
56 private Expression right;
63 public BinaryExpr(Expression left, Expression right, Operator op) {
69 public BinaryExpr(int beginLine, int beginColumn, int endLine, int endColumn, Expression left, Expression right, Operator op) {
86 public Expression getLeft() {
94 public Expression getRight() {
98 public void setLeft(Expression left)
    [all...]
ObjectCreationExpr.java 35 public final class ObjectCreationExpr extends Expression {
37 private Expression scope;
43 private List<Expression> args;
50 public ObjectCreationExpr(final Expression scope, final ClassOrInterfaceType type, final List<Expression> args) {
57 final Expression scope, final ClassOrInterfaceType type, final List<Type> typeArgs,
58 final List<Expression> args, final List<BodyDeclaration> anonymousBody) {
79 public List<Expression> getArgs() {
83 public Expression getScope() {
100 public void setArgs(final List<Expression> args)
    [all...]
  /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/stmt/
ExplicitConstructorInvocationStmt.java 24 import com.github.javaparser.ast.expr.Expression;
40 private Expression expr;
42 private List<Expression> args;
48 final Expression expr, final List<Expression> args) {
57 final Expression expr, final List<Expression> args) {
75 public List<Expression> getArgs() {
79 public Expression getExpr() {
91 public void setArgs(final List<Expression> args)
    [all...]
  /external/libxml2/result/XPath/expr/
floats 3 Expression: 1
7 Expression: 123
11 Expression: 1.23
15 Expression: 0.123
19 Expression: 4.
23 Expression: .4
27 Expression: 1.23e3
31 Expression: 1.23e-3
35 Expression: 1 div 0
39 Expression: -1 div
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/tests/
t045dfabug.g 11 : (modifier+ INT)=> modifier+ expression
15 expression
  /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...]
  /external/clang/test/Parser/
cxx-throw.cpp 13 __extension__ throw 1; // expected-error {{expected expression}}
14 (void)throw; // expected-error {{expected expression}}
  /external/clang/test/SemaObjC/
selector-error.m 16 a = (char*)@selector(bar); // expected-error {{cannot type cast @selector expression}}
17 return (char*)@selector(bar); // expected-error {{cannot type cast @selector expression}}
  /external/llvm/test/Bitcode/
2006-12-11-Cast-ConstExpr.ll 1 ; This test ensures that we get a bitcast constant expression in and out,
2 ; not a sitofp constant expression.
  /external/llvm/test/Examples/Kaleidoscope/
Chapter5.test 3 # Test 'if' expression.
10 # Test 'for' expression.
  /prebuilts/go/darwin-x86/test/fixedbugs/issue15646.dir/
a.go 18 return T.m // method expression
22 return (*T).mp // method expression
  /prebuilts/go/linux-x86/test/fixedbugs/issue15646.dir/
a.go 18 return T.m // method expression
22 return (*T).mp // method expression
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
group-reloc-alu-parsing-bad.l 2 [^:]*:6: Error: shift expression expected -- `sub r0,r0,#:pc_g0:\(foo\)'
3 [^:]*:7: Error: shift expression expected -- `subs r0,r0,#:pc_g0:\(foo\)'
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic54x/
loop.s 2 * .loop [well-defined expression]
3 * .break [well-defined expression]
  /external/clang/test/SemaCXX/
bool-compare.cpp 8 if(b > true) {} // expected-warning {{comparison of true with expression of type 'bool' is always false}}
11 if(b <= true) {} // expected-warning {{comparison of true with expression of type 'bool' is always true}}
16 if(b < false) {} // expected-warning {{comparison of false with expression of type 'bool' is always false}}
17 if(b >= false) {} // expected-warning {{comparison of false with expression of type 'bool' is always true}}
22 if(b > 1U){} // expected-warning {{comparison of constant 1 with expression of type 'bool' is always false}}
32 if (a > 1) {} // expected-warning {{comparison of constant 1 with expression of type 'bool' is always false}}
33 if (a > 2) {} // expected-warning {{comparison of constant 2 with expression of type 'bool' is always false}}
35 if (a >= 0) {} // expected-warning {{comparison of constant 0 with expression of type 'bool' is always true}}
37 if (a >= 2) {} // expected-warning {{comparison of constant 2 with expression of type 'bool' is always false}}
38 if (a >= -1) {} // expected-warning {{comparison of constant -1 with expression of type 'bool' is always true}
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/operations/
Operation.java 23 import org.apache.xpath.Expression;
32 public class Operation extends Expression implements ExpressionOwner
36 /** The left operand expression.
38 protected Expression m_left;
40 /** The right operand expression.
42 protected Expression m_right;
62 * Tell if this expression or it's subexpressions can traverse outside
83 * @param l The left expression operand.
84 * @param r The right expression operand.
86 public void setLeftRight(Expression l, Expression r
    [all...]
  /external/skia/src/sksl/
SkSLCFGGenerator.h 29 Node(Kind kind, bool constantPropagation, std::unique_ptr<Expression>* expression,
33 , fExpression(expression)
36 std::unique_ptr<Expression>* expression() const { function in struct:SkSL::BasicBlock::Node
41 void setExpression(std::unique_ptr<Expression> expr) {
78 std::unique_ptr<Expression>* fExpression;
83 * Attempts to remove the expression (and its subexpressions) pointed to by the iterator. If the
84 * expression can be cleanly removed, returns true and updates the iterator to point to the
85 * expression after the deleted expression. Otherwise returns false (and the CFG will need to b
    [all...]

Completed in 766 milliseconds

1 2 3 4 5 6 7 891011>>