HomeSort by relevance Sort by last modified time
    Searched defs:Expression (Results 26 - 50 of 56) sorted by null

12 3

  /prebuilts/tools/common/eclipse/
org.eclipse.core.expressions_3.4.200.v20100505.jar 
  /external/clang/lib/CodeGen/
CGObjC.cpp 57 /// the appropriate expression boxing method. This will either be
229 /// expression when the method has a related result type.
579 /// Use objc_setProperty for the setter, but use expression
586 /// The 'expression' strategy is to emit normal assignment or
588 Expression
631 // TODO: we could actually use setProperty and an expression for non-atomics.
643 // In ARC, if the property is non-atomic, use expression emission,
647 // Using standard expression emission for the setter is only
654 Kind = Expression;
660 // the property isn't atomic, we can use normal expression
    [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp 77 /// as an efficient mechanism to determine the expression-wise equivalence of
80 struct Expression {
85 Expression(uint32_t o = ~2U) : opcode(o) { }
87 bool operator==(const Expression &other) const {
99 friend hash_code hash_value(const Expression &Value) {
108 DenseMap<Expression, uint32_t> expressionNumbering;
115 Expression create_expression(Instruction* I);
116 Expression create_cmp_expression(unsigned Opcode,
119 Expression create_extractvalue_expression(ExtractValueInst* EI);
140 template <> struct DenseMapInfo<Expression> {
    [all...]
  /external/chromium_org/v8/src/
preparser.h 21 // - Return types: For example, Parser functions return Expression* and
46 // typedef Expression;
62 typedef typename Traits::Type::Expression ExpressionT;
339 return 0; // 0 precedence will terminate binary expression parsing
401 ExpressionT ParseMemberExpressionContinuation(ExpressionT expression,
404 // Checks if the expression is a valid reference expression (e.g., on the
408 ExpressionT expression,
539 // Bits 0 and 1 are used to identify the type of expression:
607 // At the moment PreParser doesn't track these expression types
1703 ExpressionT expression = local
1760 ExpressionT expression = local
1781 ExpressionT expression = this->ParseBinaryExpression(4, accept_IN, CHECK_OK); local
1858 ExpressionT expression = ParseUnaryExpression(CHECK_OK); local
1873 ExpressionT expression = this->ParseUnaryExpression(CHECK_OK); local
1896 ExpressionT expression = this->ParseLeftHandSideExpression(CHECK_OK); local
    [all...]
ast.h 111 class Expression;
301 class Expression : public AstNode {
330 // True iff the expression is a literal represented as a smi.
333 // True iff the expression is a string literal.
336 // True iff the expression is the null literal.
339 // True if we can prove that the expression is the undefined literal.
342 // Expression type bounds
368 Expression(Zone* zone, int pos)
755 void Initialize(Expression* cond, Statement* body) {
760 Expression* cond() const { return cond_;
1030 Expression* expression() const { return expression_; } function in class:v8::internal::V8_FINAL
1085 Expression* expression() const { return expression_; } function in class:v8::internal::V8_FINAL
1101 Expression* expression() const { return expression_; } function in class:v8::internal::V8_FINAL
1735 Expression* expression() const { return expression_; } function in class:v8::internal::V8_FINAL
1835 Expression* expression() const { return expression_; } function in class:v8::internal::V8_FINAL
1933 Expression* expression() const { return expression_; } function in class:v8::internal::V8_FINAL
2030 Expression* expression() const { return expression_; } function in class:v8::internal::V8_FINAL
2230 Expression* expression() const { return expression_; } function in class:v8::internal::V8_FINAL
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
javax.servlet.jsp_2.0.0.v200806031607.jar 
org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar 
org.apache.commons.el_1.0.0.v201004212143.jar 
org.apache.jasper_5.5.17.v201004212143.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /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 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-compat-3.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/freemarker/freemarker/2.3.20/
freemarker-2.3.20.jar 
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/misc/common/jython/
jython.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 
  /external/robolectric/lib/main/
h2-1.2.147.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.2.jar 
lombok-ast-0.2.1.jar 
lombok-ast-0.2.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.2/
lombok-ast-0.2.2.jar 
  /prebuilts/sdk/tools/lib/
lombok-ast-0.2.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.1/
lombok-ast-0.2.1.jar 

Completed in 1232 milliseconds

12 3