Searched refs:declarations (Results 1 - 25 of 64) sorted by relevance

123

/external/yaffs2/
H A DAndroid.mk13 LOCAL_CFLAGS+= -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations
/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.h74 void PrintDeclarations(ZoneList<Declaration*>* declarations);
99 void PrintDeclarations(ZoneList<Declaration*>* declarations);
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 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 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));
/external/clang/test/SemaTemplate/
H A Dtemp_arg_template.cpp38 expected-error{{C++ requires a type specifier for all declarations}}
/external/yaffs2/yaffs2/utils/
H A DMakefile20 CFLAGS+= -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations
/external/dhcpcd/mk/
H A Dcc.mk14 -Wmissing-declarations -Wno-missing-prototypes -Wwrite-strings \
/external/linux-tools-perf/Documentation/
H A Dasciidoc.conf72 template::[header-declarations]
/external/valgrind/main/drd/scripts/
H A Ddownload-and-build-splash2.in90 CFLAGS := \$(CFLAGS) -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wdisabled-optimization
/external/clang/utils/ABITest/
H A DABITestGen.py26 self.declarations = set()
69 if decl in self.declarations:
72 self.declarations.add(decl)
/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/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Drecognizers.rb133 attribute declarations from the ANTLR grammar as parameters, and overrides
145 def self.new( *declarations, &body )
148 for decl in declarations
314 def Scope( *declarations, &body )
315 Scope.new( *declarations, &body )
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
H A DAST.stg81 @alt.declarations() ::= <<
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
H A DAST.stg107 @alt.declarations() ::= <<
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
H A DAST.stg109 @alt.declarations() ::= <<
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
H A DAST.stg125 @alt.declarations() ::= <<
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
H A DAST.stg80 @alt.declarations() ::= <<
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/JavaScript/
H A DAST.stg76 @alt.declarations() ::= <<
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
H A DAST.stg217 @alt.declarations() ::= <<
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
H A DAST.stg96 @alt.declarations() ::= <<
/external/bison/data/
H A Dglr.c53 # formal argument declarations.
206 /* Copy the first part of user declarations. */
229 /* Copy the second part of user declarations. */
/external/libpng/
H A DCHANGES130 fixed png_filler() declarations
542 Remove all the new declarations with #ifdef/#endif when
1704 Added "const" to some array declarations.
1762 an #ifdef PNG_MMX_CODE_SUPPORTED/#endif block around the declarations
1963 Remove some PNG_CONST declarations from pngwutil.c to avoid compiler warnings
2225 Enclose "volatile" declarations in #ifdef PNG_SETJMP_SUPPORTED (Cosmin).

Completed in 2521 milliseconds

123