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

1 2 3 4 56

  /external/webkit/Source/JavaScriptCore/parser/
ASTBuilder.h 93 typedef ExpressionNode* Expression;
372 StatementNode* createReturnStatement(ExpressionNode* expression, int eStart, int eEnd, int startLine, int endLine)
374 ReturnNode* result = new (m_globalData) ReturnNode(m_globalData, expression);
    [all...]
JSParser.cpp 57 #define TreeExpression typename TreeBuilder::Expression
853 for (var IDENT in expression) statement
854 for (var IDENT = expression in expression) statement
1406 TreeExpression expression = parseExpression(context); local
1456 TreeExpression expression = parseExpression(context); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
  /external/clang/lib/AST/
Decl.cpp 147 case TemplateArgument::Expression:
    [all...]
ItaniumMangle.cpp 765 /// for the first name in the qualifier, if this is for a member expression
    [all...]
ASTImporter.cpp 342 case TemplateArgument::Expression:
    [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiate.cpp     [all...]
SemaTemplate.cpp 254 // This nested-name-specifier occurs in a member access expression, e.g.,
283 // expression or the declaration context associated with a prior
288 // In a class member access expression (5.2.5), if the . or -> token is
293 // expression. If the identifier is not found, it is then looked up in
294 // the context of the entire postfix-expression and shall name a class
359 // [...] If the lookup in the class of the object expression finds a
361 // postfix-expression and [...]
370 // object expression is used, otherwise
374 // postfix-expression and does not name a class template, the name
375 // found in the class of the object expression is used, otherwis
    [all...]
TreeTransform.h 312 /// statement or the TransformExpr() function to transform an expression.
319 /// \brief Transform the given expression.
321 /// By default, this routine transforms an expression by delegating to the
322 /// appropriate TransformXXXExpr function to build a new expression.
326 /// \returns the transformed expression.
357 /// or expression.
398 /// nested-name-specifier in a member access expression.
401 /// identifier in a nested-name-specifier of a member access expression, e.g.,
440 /// access expression, this is the type of the object whose member template
458 /// By default, this operation transforms the type, expression, o
    [all...]
SemaLookup.cpp 706 // a redeclaration (such that we'll be building an expression with the
    [all...]
SemaExpr.cpp 270 // Otherwise, find the sentinel expression.
324 // In C90 mode, arrays only promote to pointers if the array expression is
326 // type 'array of type' is converted to an expression that has type 'pointer
327 // to type'...". In C99 this was changed to: C99 6.3.2.1p3: "an expression
329 // (C90) to "an expression" (C99).
375 assert(!T.isNull() && "r-value conversion on typeless expression?");
460 // The following may be used in an expression wherever an int or
462 // - an object or expression with an integer type whose integer
533 // Strip the unbridged-cast placeholder expression off, if applicable.
629 /// \return false if the integer expression is an integer type and i
    [all...]
  /prebuilt/common/jython/
jython.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /external/bison/tests/
testsuite 221 # Sed expression to map a string onto a valid CPP name.
224 # Sed expression to map a string onto a valid variable name.
    [all...]
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 705 milliseconds

1 2 3 4 56