HomeSort by relevance Sort by last modified time
    Searched refs:Expression (Results 101 - 125 of 144) sorted by null

1 2 3 45 6

  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
StringFormatDetector.java 63 import lombok.ast.Expression;
    [all...]
  /external/v8/src/
prettyprinter.cc 126 Visit(node->expression());
174 Visit(node->expression());
181 Visit(node->expression());
231 // to fix: should use Expression for next
354 Expression* key = node->key();
371 Visit(node->expression());
378 Visit(node->expression());
396 Visit(node->expression());
404 Visit(node->expression());
444 Visit(statement->expression());
    [all...]
type-info.cc 119 bool TypeFeedbackOracle::StoreIsMonomorphicNormal(Expression* expr) {
138 bool TypeFeedbackOracle::StoreIsMegamorphicWithTypeInfo(Expression* expr) {
197 Handle<Map> TypeFeedbackOracle::StoreMonomorphicReceiverType(Expression* expr) {
hydrogen.cc     [all...]
scopes.cc 510 void Scope::SetIllegalRedeclaration(Expression* expression) {
513 illegal_redecl_ = expression;
    [all...]
  /external/v8/tools/
test.py 762 class Expression(object):
766 class Constant(Expression):
775 class Variable(Expression):
788 class Outcome(Expression):
850 class Operation(Expression):
1046 """Parses a logical expression into an Expression object"""
1049 print "Malformed expression: '%s'" % expr
1054 print "Malformed expression: '%s'" % expr
1057 print "Malformed expression: '%s'" % exp
    [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp 136 /// \brief If the given expression is of a form that permits the deduction
190 // If we deduced a constant in one case and either a dependent expression or
193 if (Y.getKind() == TemplateArgument::Expression ||
221 case TemplateArgument::Expression:
222 // If we deduced a dependent expression in one case and either an integral
230 if (Y.getKind() == TemplateArgument::Expression) {
243 // If we deduced a declaration and a dependent expression, keep the
245 if (Y.getKind() == TemplateArgument::Expression)
312 /// from the given type- or value-dependent expression.
324 "Expression template argument must be type- or value-dependent.")
    [all...]
SemaCast.cpp 84 /// the given expression.
99 /// Try to handle the given placeholder expression kind. Return
100 /// true if the source expression has the appropriate placeholder
576 // type, v shall be an expression having a complete class type, [...]
705 << OverloadExpr::find(SrcExpr.get()).Expression->getName()
731 // C++ 5.2.9p4: Any expression can be explicitly converted to type "cv void".
763 OverloadExpr* oe = OverloadExpr::find(SrcExpr.get()).Expression;
807 // C++ 5.2.9p4: Any expression can be explicitly converted to type "cv void".
    [all...]
SemaOverload.cpp 290 /// value of the expression prior to the narrowing conversion.
292 /// type of the expression prior to the narrowing conversion.
308 // type, except where the source is a constant expression and the actual
342 // where the source is a constant expression and the actual value after
373 // the source is a constant expression and the actual value after
743 /// preprocessing on the given expression.
    [all...]
SemaAccess.cpp 766 // expression. In this case, the class of the object expression
791 // pointer-to-member expression nor in a member access: when
797 // an expression to being evaluated.
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
FunctionTable.java 23 import org.apache.xpath.Expression;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
javax.servlet.jsp_2.0.0.v200806031607.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /sdk/lint/libs/lint_api/src/com/android/tools/lint/client/api/
LintDriver.java 92 import lombok.ast.Expression;
    [all...]
JavaVisitor.java 68 import lombok.ast.Expression;
    [all...]
  /external/clang/lib/CodeGen/
CGObjC.cpp 55 /// the appropriate expression boxing method. This will either be
203 /// expression when the method has a related result type.
548 /// Use objc_setProperty for the setter, but use expression
555 /// The 'expression' strategy is to emit normal assignment or
557 Expression
600 // TODO: we could actually use setProperty and an expression for non-atomics.
612 // In ARC, if the property is non-atomic, use expression emission,
616 Kind = Expression;
620 // the property isn't atomic, we can use normal expression
633 // If we're not atomic, just use expression accesses
    [all...]
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.jar 
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
WalkerFactory.java 27 import org.apache.xpath.Expression;
    [all...]
  /external/clang/include/clang/AST/
ExprCXX.h 45 /// In a C++ template, this expression node kind will be used whenever
66 /// expression refers to.
71 /// the expression. When @c getOperator()==OO_Call, this is the
204 /// CXXStaticCastExpr - A C++ @c static_cast expression
207 /// This expression node represents a C++ static cast, e.g.,
234 /// CXXDynamicCastExpr - A C++ @c dynamic_cast expression
238 /// This expression node represents a dynamic cast, e.g.,
268 /// CXXReinterpretCastExpr - A C++ @c reinterpret_cast expression (C++
272 /// This expression node represents a reinterpret cast, e.g.,
300 /// CXXConstCastExpr - A C++ @c const_cast expression (C++ [expr.const.cast])
    [all...]
RecursiveASTVisitor.h 157 /// \brief Recursively visit a statement or expression, by
231 /// expression, but not for the name of the initializer, so may
713 case TemplateArgument::Expression:
753 case TemplateArgument::Expression:
    [all...]
  /external/clang/lib/AST/
DumpXML.cpp 334 case TemplateArgument::Expression: {
StmtProfile.cpp 11 // representation that identifies a statement/expression.
41 /// \brief Visit a declaration that is referenced within an expression
45 /// \brief Visit a type that is referenced within an expression or
49 /// \brief Visit a name that occurs within an expression or statement.
52 /// \brief Visit a nested-name-specifier that occurs within an expression
56 /// \brief Visit a template name that occurs within an expression or
60 /// \brief Visit template arguments that occur within an expression or
676 llvm_unreachable("Invalid overloaded operator expression");
967 // Profile exactly as the replacement expression.
1168 case TemplateArgument::Expression
    [all...]
  /external/clang/tools/libclang/
CIndexUSRs.cpp 739 case TemplateArgument::Expression:
  /prebuilt/common/ecj/
ecj.jar 
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]

Completed in 1095 milliseconds

1 2 3 45 6