HomeSort by relevance Sort by last modified time
    Searched refs:Expression (Results 151 - 175 of 201) sorted by null

1 2 3 4 5 67 8 9

  /external/clang/lib/AST/
StmtPrinter.cpp     [all...]
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
827 llvm_unreachable("Invalid overloaded operator expression");
1132 // Profile exactly as the replacement expression.
    [all...]
MicrosoftMangle.cpp     [all...]
  /external/clang/lib/Sema/
SemaTemplateVariadic.cpp 72 /// parameter packs in an expression.
170 /// outside an expression.
209 // If we are within a lambda expression, that lambda contains an unexpanded
511 // Create the pack expansion expression and source-location information.
778 /// \brief Called when an expression computing the size of a parameter pack
798 // The identifier in a sizeof... expression shall name a parameter pack.
873 case TemplateArgument::Expression: {
    [all...]
SemaOverload.cpp 308 /// value of the expression prior to the narrowing conversion.
310 /// type of the expression prior to the narrowing conversion.
326 // type, except where the source is a constant expression and the actual
360 // where the source is a constant expression and the actual value after
391 // the source is a constant expression and the actual value after
622 Result.Data = Info.Expression;
827 /// preprocessing on the given expression.
    [all...]
SemaTemplate.cpp 256 // This nested-name-specifier occurs in a member access expression, e.g.,
286 // expression or the declaration context associated with a prior
291 // In a class member access expression (5.2.5), if the . or -> token is
296 // expression. If the identifier is not found, it is then looked up in
297 // the context of the entire postfix-expression and shall name a class
361 // [...] If the lookup in the class of the object expression finds a
363 // postfix-expression and [...]
373 // object expression is used, otherwise
377 // postfix-expression and does not name a class template, the name
378 // found in the class of the object expression is used, otherwis
    [all...]
SemaAccess.cpp 773 // expression. In this case, the class of the object expression
798 // pointer-to-member expression nor in a member access: when
804 // an expression to being evaluated.
    [all...]
SemaTemplateInstantiate.cpp     [all...]
  /external/clang/include/clang/AST/
RecursiveASTVisitor.h 157 /// \brief Recursively visit a statement or expression, by
238 /// expression, but not for the name of the initializer, so may
249 /// \brief Recursively visit the body of a lambda expression.
780 case TemplateArgument::Expression:
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
pycodegen.py 61 gen = Expression(source, filename)
89 class Expression(AbstractCompileMode):
    [all...]
transformer.py 131 """Return a modified parse tree for the given expression text."""
194 return Expression(self.com_node(nodelist[0]))
571 # EXPRESSION NODES (invoked by com_node())
    [all...]
ast.py 38 class Expression(Node):
39 # Expression is an artificial node class to support "eval"
40 nodes["expression"] = "Expression"
51 return "Expression(%s)" % (repr(self.node))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
pycodegen.py 61 gen = Expression(source, filename)
89 class Expression(AbstractCompileMode):
    [all...]
transformer.py 131 """Return a modified parse tree for the given expression text."""
194 return Expression(self.com_node(nodelist[0]))
571 # EXPRESSION NODES (invoked by com_node())
    [all...]
ast.py 38 class Expression(Node):
39 # Expression is an artificial node class to support "eval"
40 nodes["expression"] = "Expression"
51 return "Expression(%s)" % (repr(self.node))
    [all...]
  /external/chromium_org/v8/src/
scopes.cc 530 void Scope::SetIllegalRedeclaration(Expression* expression) {
533 illegal_redecl_ = expression;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dbgeng.h 140 STDMETHOD(SetOffsetExpression)(THIS_ PCSTR Expression) PURE;
    [all...]
netmon.h 329 } EXPRESSION;
331 typedef EXPRESSION *LPEXPRESSION;
333 #define EXPRESSION_SIZE (sizeof(EXPRESSION))
387 EXPRESSION FilterExpression;
1041 LPEXPRESSION WINAPI InitializeExpression(LPEXPRESSION Expression);
1043 LPEXPRESSION WINAPI AndExpression(LPEXPRESSION Expression,LPPATTERNMATCH Pattern);
1044 LPEXPRESSION WINAPI OrExpression(LPEXPRESSION Expression,LPPATTERNMATCH Pattern);
    [all...]
  /prebuilts/misc/common/ecj/
ecj.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 
  /prebuilts/sdk/tools/
jack.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.jar 
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-compat-3.2.1.jar 

Completed in 1017 milliseconds

1 2 3 4 5 67 8 9