HomeSort by relevance Sort by last modified time
    Searched refs:Expression (Results 51 - 75 of 504) sorted by null

1 23 4 5 6 7 8 91011>>

  /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...]
  /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...]
ast-expression-rewriter.h 18 // VisitExpression on each expression node.
34 virtual void VisitExpressions(ZoneList<Expression*>* expressions);
39 virtual bool RewriteExpression(Expression* expr) = 0;
ast-function-literal-id-reindexer.cc 19 void AstFunctionLiteralIdReindexer::Reindex(Expression* pattern) {
ast-function-literal-id-reindexer.h 14 // Changes the ID of all FunctionLiterals in the given Expression by adding the
22 void Reindex(Expression* pattern);
  /external/apache-xml/src/main/java/org/apache/xpath/operations/
VariableSafeAbsRef.java 24 import org.apache.xpath.Expression;
40 * expression with the current context instead.
67 Expression expr = (Expression)xns.getContainedIter();
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
GVNExpression.h 1 //======- GVNExpression.h - GVN Expression classes --------------*- C++ -*-===//
11 /// The header file for the GVN pass that contains expression handling
56 class Expression {
62 Expression(ExpressionType ET = ET_Base, unsigned O = ~2U)
64 Expression(const Expression &) = delete;
65 Expression &operator=(const Expression &) = delete;
66 virtual ~Expression();
70 bool operator!=(const Expression &Other) const { return !(*this == Other);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
GVNExpression.h 1 //======- GVNExpression.h - GVN Expression classes --------------*- C++ -*-===//
11 /// The header file for the GVN pass that contains expression handling
56 class Expression {
62 Expression(ExpressionType ET = ET_Base, unsigned O = ~2U)
64 Expression(const Expression &) = delete;
65 Expression &operator=(const Expression &) = delete;
66 virtual ~Expression();
70 bool operator!=(const Expression &Other) const { return !(*this == Other);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
GVNExpression.h 1 //======- GVNExpression.h - GVN Expression classes --------------*- C++ -*-===//
11 /// The header file for the GVN pass that contains expression handling
56 class Expression {
62 Expression(ExpressionType ET = ET_Base, unsigned O = ~2U)
64 Expression(const Expression &) = delete;
65 Expression &operator=(const Expression &) = delete;
66 virtual ~Expression();
70 bool operator!=(const Expression &Other) const { return !(*this == Other);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
GVNExpression.h 1 //======- GVNExpression.h - GVN Expression classes --------------*- C++ -*-===//
11 /// The header file for the GVN pass that contains expression handling
56 class Expression {
62 Expression(ExpressionType ET = ET_Base, unsigned O = ~2U)
64 Expression(const Expression &) = delete;
65 Expression &operator=(const Expression &) = delete;
66 virtual ~Expression();
70 bool operator!=(const Expression &Other) const { return !(*this == Other);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
GVNExpression.h 1 //======- GVNExpression.h - GVN Expression classes --------------*- C++ -*-===//
11 /// The header file for the GVN pass that contains expression handling
56 class Expression {
62 Expression(ExpressionType ET = ET_Base, unsigned O = ~2U)
64 Expression(const Expression &) = delete;
65 Expression &operator=(const Expression &) = delete;
66 virtual ~Expression();
70 bool operator!=(const Expression &Other) const { return !(*this == Other);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
GVNExpression.h 1 //======- GVNExpression.h - GVN Expression classes --------------*- C++ -*-===//
11 /// The header file for the GVN pass that contains expression handling
56 class Expression {
62 Expression(ExpressionType ET = ET_Base, unsigned O = ~2U)
64 Expression(const Expression &) = delete;
65 Expression &operator=(const Expression &) = delete;
66 virtual ~Expression();
70 bool operator!=(const Expression &Other) const { return !(*this == Other);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
GVNExpression.h 1 //======- GVNExpression.h - GVN Expression classes --------------*- C++ -*-===//
11 /// The header file for the GVN pass that contains expression handling
56 class Expression {
62 Expression(ExpressionType ET = ET_Base, unsigned O = ~2U)
64 Expression(const Expression &) = delete;
65 Expression &operator=(const Expression &) = delete;
66 virtual ~Expression();
70 bool operator!=(const Expression &Other) const { return !(*this == Other);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
GVNExpression.h 1 //======- GVNExpression.h - GVN Expression classes --------------*- C++ -*-===//
11 /// The header file for the GVN pass that contains expression handling
56 class Expression {
62 Expression(ExpressionType ET = ET_Base, unsigned O = ~2U)
64 Expression(const Expression &) = delete;
65 Expression &operator=(const Expression &) = delete;
66 virtual ~Expression();
70 bool operator!=(const Expression &Other) const { return !(*this == Other);
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
XUnresolvedVariableSimple.java 23 import org.apache.xpath.Expression;
31 * Also, it holds an Expression object, instead of an ElemVariable.
55 Expression expr = ((ElemVariable)m_obj).getSelect().getExpression();
  /external/skia/src/sksl/ir/
SkSLDoStatement.h 21 std::unique_ptr<Expression> test)
31 std::unique_ptr<Expression> fTest;
SkSLWhileStatement.h 20 WhileStatement(Position position, std::unique_ptr<Expression> test,
30 std::unique_ptr<Expression> fTest;
SkSLForStatement.h 22 std::unique_ptr<Expression> test, std::unique_ptr<Expression> next,
52 std::unique_ptr<Expression> fTest;
53 std::unique_ptr<Expression> fNext;
SkSLVarDeclarations.h 25 std::vector<std::unique_ptr<Expression>> sizes,
26 std::unique_ptr<Expression> value)
48 std::vector<std::unique_ptr<Expression>> fSizes;
49 std::unique_ptr<Expression> fValue;
  /system/tools/hidl/c2hal/
EnumVarDeclaration.cpp 20 #include "Expression.h"
24 EnumVarDeclaration::EnumVarDeclaration(const std::string &name, Expression *expression)
25 : Declaration(""), mExpression(expression)
39 Expression *EnumVarDeclaration::getExpression() const {
AST.h 21 #include "Expression.h"
54 Expression *getExpression() const;
55 void setExpression(Expression *expression);
72 Expression* mExpression = NULL;
91 void isolateConstants(Expression::Type ofType);
  /toolchain/binutils/binutils-2.25/gold/
script-sections.h 38 class Expression;
106 add_data(int size, bool is_signed, Expression* val);
110 add_symbol_assignment(const char* name, size_t length, Expression* value,
115 add_dot_assignment(Expression* value);
119 add_assertion(Expression* check, const char* message, size_t messagelen);
123 add_fill(Expression* val);
187 Expression* load_address);
201 // expression refers to an output section which was not actually
213 // Whether we ever saw a SEGMENT_START expression, the presence of which
219 // Set the flag which indicates whether we saw a SEGMENT_START expression
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/functions/
Function.java 24 import org.apache.xpath.Expression;
41 public abstract class Function extends Expression
46 * Set an argument expression for a function. This method is called by the
49 * @param arg non-null expression that represents the argument.
55 public void setArg(Expression arg, int argNum)
126 * @see Expression#deepEquals(Expression)
128 public boolean deepEquals(Expression expr)
  /external/apache-xml/src/main/java/org/apache/xpath/objects/
XRTreeFragSelectWrapper.java 26 import org.apache.xpath.Expression;
36 public XRTreeFragSelectWrapper(Expression expr)
53 ((Expression)m_obj).fixupVariables(vars, globalsSize);
61 * @return the result of executing the select expression
69 m_selected = ((Expression)m_obj).execute(xctxt);
  /external/v8/src/parsing/
parser.cc 10 #include "src/ast/ast-expression-rewriter.h"
197 ZoneList<Expression*>* args =
198 new (zone()) ZoneList<Expression*>(1, zone());
203 Expression* super_call_ref = NewSuperCallReference(pos);
204 Expression* call = factory()->NewCall(super_call_ref, args, pos);
246 bool Parser::ShortcutNumericLiteralBinaryExpression(Expression** x,
247 Expression* y,
316 Expression* Parser::BuildUnaryExpression(Expression* expression,
921 Expression* expression = local
    [all...]

Completed in 666 milliseconds

1 23 4 5 6 7 8 91011>>