Searched defs:declarations (Results 1 - 11 of 11) sorted by relevance

/external/bison/src/
H A Dparse-gram.y202 declarations "%%" grammar epilogue.opt
210 declarations: label
212 | declarations declaration
403 /* As a Bison extension, one can use the grammar declarations in the
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DNamespaceSupport2.java33 * namespace declarations currently in scope, providing lookup
109 * the declarations of its parent context, but it will also keep
110 * track of which declarations were made within this context.</p>
467 private Vector declarations = null; field in class:Context2
518 declarations = null;
541 if (declarations == null) {
542 declarations = new Vector();
557 declarations.addElement(prefix);
686 if (declarations == null) {
689 return declarations
[all...]
/external/v8/src/
H A Dprettyprinter.cc579 void PrettyPrinter::PrintDeclarations(ZoneList<Declaration*>* declarations) { argument
580 for (int i = 0; i < declarations->length(); i++) {
582 Visit(declarations->at(i));
592 PrintDeclarations(function->scope()->declarations());
706 PrintDeclarations(program->scope()->declarations());
713 void AstPrinter::PrintDeclarations(ZoneList<Declaration*>* declarations) { argument
714 if (declarations->length() > 0) {
716 for (int i = 0; i < declarations->length(); i++) {
717 Visit(declarations->at(i));
H A Dscopes.h105 // block scoped declarations. In that case it is removed from the scope
188 // Adds the specific declaration node to the list of declarations in
189 // this scope. The declarations are processed as part of entering
210 // declarations, i.e. a var declaration that has been hoisted from a nested
335 ZoneList<Declaration*>* declarations() { return &decls_; } function in class:v8::internal::Scope
386 // where var declarations will be hoisted to in the implementation.
H A Dast.cc109 // non-const) multiple variable declarations, const vars introduced via
110 // eval() etc. Const-ness and variable declarations are a complete mess
626 void AstVisitor::VisitDeclarations(ZoneList<Declaration*>* declarations) { argument
627 for (int i = 0; i < declarations->length(); i++) {
628 Visit(declarations->at(i));
H A Dfull-codegen.cc575 ZoneList<Declaration*>* declarations) {
579 AstVisitor::VisitDeclarations(declarations);
585 int length = declarations->length();
587 Declaration* decl = declarations->at(i);
938 VisitDeclarations(scope_->declarations());
1236 ASSERT(scope_->declarations()->is_empty());
574 VisitDeclarations( ZoneList<Declaration*>* declarations) argument
H A Dhydrogen.cc2485 // expressions before other declarations.
2489 VisitDeclarations(scope->declarations());
2665 // not have declarations).
5308 // All declarations must be inlineable.
5309 ZoneList<Declaration*>* decls = target_info.scope()->declarations();
5390 VisitDeclarations(target_info.scope()->declarations());
6976 void HGraphBuilder::VisitDeclarations(ZoneList<Declaration*>* declarations) { argument
6977 int length = declarations->length();
6979 for (int i = 0; i < declarations->length(); i++) {
6980 Declaration* decl = declarations
[all...]
/external/mesa3d/src/glsl/
H A Dast.h374 exec_list declarations; member in class:ast_struct_specifier
495 exec_list declarations; member in class:ast_declarator_list
498 * Special flag for vertex shader "invariant" declarations.
/external/webkit/Source/JavaScriptCore/parser/
H A DJSParser.cpp221 template <class TreeBuilder> ALWAYS_INLINE TreeExpression parseVarDeclarationList(TreeBuilder&, int& declarations, const Identifier*& lastIdent, TreeExpression& lastInitializer, int& identStart, int& initStart, int& initEnd);
778 template <class TreeBuilder> TreeExpression JSParser::parseVarDeclarationList(TreeBuilder& context, int& declarations, const Identifier*& lastIdent, TreeExpression& lastInitializer, int& identStart, int& initStart, int& initEnd) argument
782 declarations++;
846 int declarations = 0; local
863 decls = parseVarDeclarationList(context, declarations, forInTarget, forInInitializer, declsStart, initStart, initEnd);
872 failIfFalse(declarations == 1);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jar ... public abstract com.sun.mirror.util.Declarations getDeclarationUtils () public abstract com.sun.mirror.util ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 342 milliseconds